TaskBean API
0.5

glogic.sample.sys
Class CheckActionAuthTag

java.lang.Object
  extended byTagSupport
      extended byglogic.sample.sys.CheckActionAuthTag

public final class CheckActionAuthTag
extends TagSupport

Check if this request has been forwarded from an Action and user has been authorized.

Author:
Sam Taha
See Also:
Serialized Form

Constructor Summary
CheckActionAuthTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
          Defer our checking until the end of this tag is encountered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckActionAuthTag

public CheckActionAuthTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Defer our checking until the end of this tag is encountered.

Throws:
JspException - if a JSP exception has occurred

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException - if a JSP exception has occurred

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.