railo.runtime.tag
Class Loginuser

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.Loginuser
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public final class Loginuser
extends TagImpl


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Loginuser()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void release()
           
 void setName(String name)
           
 void setPassword(String password)
           
 void setRoles(Object oRoles)
           
 
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
 

Constructor Detail

Loginuser

public Loginuser()
Method Detail

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