Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obinary.cms.taglibs
Class Init  view Init download Init.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.obinary.cms.taglibs.Init
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

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

User: sameercharles Date: Apr 28, 2003 Time: 11:20:59 AM

Version:
1.0

Field Summary
private  javax.servlet.http.HttpServletRequest req
           
 
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
Init()
           
 
Method Summary
private  void checkRedirect()
           
 int doEndTag()
          end init
 int doStartTag()
          starts init tag
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

req

private javax.servlet.http.HttpServletRequest req
Constructor Detail

Init

public Init()
Method Detail

doStartTag

public int doStartTag()

starts init tag


doEndTag

public int doEndTag()

end init


checkRedirect

private void checkRedirect()