HDIV API 2.0.4

org.hdiv.taglib.logic
Class ForwardTagHDIV

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.struts.taglib.logic.ForwardTag
          extended by org.hdiv.taglib.logic.ForwardTagHDIV
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
ELForwardTagHDIV

public class ForwardTagHDIV
extends org.apache.struts.taglib.logic.ForwardTag

Perform a forward or redirect to a page that is looked up in the configuration information associated with our application.

Author:
Gorka Vicente
See Also:
ForwardTag, Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.taglib.logic.ForwardTag
messages, name
 
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
ForwardTagHDIV()
           
 
Method Summary
protected  void doRedirect(java.lang.String path)
          Redirect to the given path converting exceptions to JspException.
 
Methods inherited from class org.apache.struts.taglib.logic.ForwardTag
doEndTag, doForward, doStartTag, getName, release, setName
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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

ForwardTagHDIV

public ForwardTagHDIV()
Method Detail

doRedirect

protected void doRedirect(java.lang.String path)
                   throws javax.servlet.jsp.JspException
Redirect to the given path converting exceptions to JspException.

Overrides:
doRedirect in class org.apache.struts.taglib.logic.ForwardTag
Parameters:
path - The path to redirect to.
Throws:
javax.servlet.jsp.JspException
Since:
Struts 1.2

HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.