com.cc.framework.taglib.util
Class DecoratorTag

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

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

DecoratorTag Note: for future use

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

Field Summary
private  java.util.Hashtable hData
          Objekt aus der Session, welches die HiddenFields enthaelt
private  org.apache.commons.logging.Log log
          Commons Logging instance.
private static long serialVersionUID
          Serial Version UID
 
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
DecoratorTag()
          Constructor
 
Method Summary
protected  org.apache.ecs.ConcreteElement doCreateHiddenField(java.lang.String key, java.lang.String value)
          Creates the HTML hidden field
 int doEndTag()
           
 int doStartTag()
           
protected  void paint(javax.servlet.jsp.JspWriter out)
          Method paint
 
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

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.


hData

private java.util.Hashtable hData
Objekt aus der Session, welches die HiddenFields enthaelt

Constructor Detail

DecoratorTag

public DecoratorTag()
Constructor

Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doStartTag()

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doEndTag()

paint

protected void paint(javax.servlet.jsp.JspWriter out)
              throws java.lang.Exception
Method paint

Parameters:
out - JsPWriter
Throws:
java.lang.Exception - Is thrown when an error occurs

doCreateHiddenField

protected org.apache.ecs.ConcreteElement doCreateHiddenField(java.lang.String key,
                                                             java.lang.String value)
                                                      throws java.lang.Exception
Creates the HTML hidden field

Parameters:
key - Key
value - Value
Returns:
ConcreteElement
Throws:
java.lang.Exception - Is thrown when an error occurs


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