railo.runtime.tag
Class Loginuser
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.Loginuser
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public final class Loginuser
- extends TagImpl
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Loginuser
public Loginuser()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
- See Also:
Tag.release()
setName
public void setName(String name)
- Parameters:
name
- The name to set.
setPassword
public void setPassword(String password)
- Parameters:
password
- The password to set.
setRoles
public void setRoles(Object oRoles)
throws PageException
- Parameters:
oRoles
- The roles to set.
- Throws:
PageException
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()
Copyright © 2012 Railo