railo.runtime.tag
Class Login

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.ext.tag.BodyTagImpl
          extended by railo.runtime.tag.Login
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public final class Login
extends BodyTagImpl


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Login()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
static String getApplicationName(ApplicationContext appContext)
           
static String getCookieDomain(ApplicationContext appContext)
           
static int getIdleTimeout(ApplicationContext appContext)
           
 void release()
           
 void setApplicationtoken(String applicationtoken)
           
 void setCookiedomain(String cookiedomain)
           
 void setIdletimeout(double idletimeout)
           
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
doAfterBody, doInitBody, setBodyContent
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

Login

public Login()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class BodyTagImpl
See Also:
Tag.release()

setApplicationtoken

public void setApplicationtoken(String applicationtoken)
Parameters:
applicationtoken - The applicationtoken to set.

setCookiedomain

public void setCookiedomain(String cookiedomain)
Parameters:
cookiedomain - The cookiedomain to set.

setIdletimeout

public void setIdletimeout(double idletimeout)
Parameters:
idletimeout - The idletimout to set.

doStartTag

public int doStartTag()
               throws PageException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagImpl
Throws:
PageException
See Also:
Tag.doStartTag()

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class TagImpl
See Also:
Tag.doEndTag()

getApplicationName

public static String getApplicationName(ApplicationContext appContext)

getCookieDomain

public static String getCookieDomain(ApplicationContext appContext)

getIdleTimeout

public static int getIdleTimeout(ApplicationContext appContext)


Copyright © 2012 Railo