railo.runtime.tag
Class Login
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
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
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()
|
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
Login
public Login()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class BodyTagImpl
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
doEndTag
public int doEndTag()
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
getApplicationName
public static String getApplicationName(ApplicationContext appContext)
getCookieDomain
public static String getCookieDomain(ApplicationContext appContext)
getIdleTimeout
public static int getIdleTimeout(ApplicationContext appContext)
Copyright © 2012 Railo