com.cinecolombia.cinecolombia.control.taglib
Class InsertTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.cinecolombia.cinecolombia.control.taglib.InsertTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

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

This class is an easy interface to the JSP template or other text that needs to be inserted.

Author:
CincoSOFT
See Also:
Serialized Form
Created:
Junio 2003

Field Summary
private  Debug debug
           
private  boolean directInclude
           
private  java.lang.String parameter
           
private  Parameter parameterRef
           
private  ScreenFlowManager screenManager
           
 
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
InsertTag()
          default constructor
 
Method Summary
 int doEndTag()
          Process end of tag
 int doStartTag()
          Process beginning and body of tag
 void setParameter(java.lang.String parameter)
          Sets the parameter attribute of the InsertTag object
 
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
 
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag
 

Field Detail

directInclude

private boolean directInclude

parameter

private java.lang.String parameter

parameterRef

private Parameter parameterRef

screenManager

private ScreenFlowManager screenManager

debug

private Debug debug
Constructor Detail

InsertTag

public InsertTag()
default constructor

Method Detail

setParameter

public void setParameter(java.lang.String parameter)
Sets the parameter attribute of the InsertTag object

Parameters:
parameter - The new parameter value

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Process beginning and body of tag
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Returns:
SKIP_BODY
Throws:
javax.servlet.jsp.JspTagException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspTagException
Process end of tag
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
Returns:
EVAL_PAGE
Throws:
javax.servlet.jsp.JspTagException