pt.despodata.java.webappl.tags
Class EnforceLoginTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bypt.despodata.java.webappl.tags.EnforceLoginTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class EnforceLoginTag
extends javax.servlet.jsp.tagext.TagSupport

EnforceLoginTag.java Created: Thu Sep 20 14:39:37 2001

Version:
$Revision: 1.3 $
Author:
Paulo Carmo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
EnforceLoginTag()
           
 
Method Summary
 int doEndTag()
           
 void release()
           
 void setErrorPage(java.lang.String errorPage)
           
 void setLoginPage(java.lang.String loginPage)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnforceLoginTag

public EnforceLoginTag()
Method Detail

setLoginPage

public void setLoginPage(java.lang.String loginPage)

setErrorPage

public void setErrorPage(java.lang.String errorPage)

doEndTag

public int doEndTag()
             throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException

release

public void release()