com.cc.framework.taglib.util
Class FilterTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bycom.cc.framework.taglib.util.FilterTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class FilterTag
extends javax.servlet.jsp.tagext.BodyTagSupport

Tag-Handler for the Filter Tag.

Since:
1.0
Version:
$Revision: 1.12 $
Author:
Gernot Schulz
See Also:
Serialized Form

Field Summary
private  org.apache.commons.logging.Log log
          Commons Logging instance.
private static long serialVersionUID
          Serial Version UID
private  boolean showResult
          indicates if the generated HTML-Code should be displayed
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
FilterTag()
          Constructor
 
Method Summary
 int doAfterBody()
           
protected  org.apache.ecs.ConcreteElement doCreateTable(javax.servlet.jsp.tagext.BodyContent body)
          Creates the output
 void setResult(java.lang.String result)
          Sets the Flag if the generated HTML-Code should be displayed
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values

log

private transient org.apache.commons.logging.Log log
Commons Logging instance.


showResult

private boolean showResult
indicates if the generated HTML-Code should be displayed

Constructor Detail

FilterTag

public FilterTag()
Constructor

Method Detail

doAfterBody

public int doAfterBody()
See Also:
BodyTagSupport.doAfterBody()

doCreateTable

protected org.apache.ecs.ConcreteElement doCreateTable(javax.servlet.jsp.tagext.BodyContent body)
Creates the output

Parameters:
body - the body content
Returns:
ConcreteElement

setResult

public void setResult(java.lang.String result)
Sets the Flag if the generated HTML-Code should be displayed

Parameters:
result - Flag: true=show HTML-Code


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.