com.iplanet.jato.taglib
Class SetModelFieldValueTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.iplanet.jato.taglib.TagBase
              |
              +--com.iplanet.jato.taglib.ModelFieldTagBase
                    |
                    +--com.iplanet.jato.taglib.SetModelFieldValueTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class SetModelFieldValueTag
extends ModelFieldTagBase

Version:
JATO/1.2.2 $Id: SetModelFieldValueTag.java,v 1.5 2002/03/16 03:26:35 todd Exp $
See Also:
Serialized Form

Fields inherited from class com.iplanet.jato.taglib.TagBase
USE_TEI, VAR_CURRENT_CONTAINER_VIEW, VAR_CURRENT_TILED_VIEW
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
SetModelFieldValueTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
protected  java.lang.Object getTypeConvertedValue()
           
 java.lang.String getValue()
           
 java.lang.String getValueType()
           
 void setValue(java.lang.String value)
           
 void setValueType(java.lang.String value)
           
 
Methods inherited from class com.iplanet.jato.taglib.ModelFieldTagBase
getLookInSession, getModel, getModelClass, getModelName, getName, setLookInSession, setModelClass, setModelName, setName
 
Methods inherited from class com.iplanet.jato.taglib.TagBase
appendStyleAttributes, checkChildType, fireBeginDisplayEvent, fireEndDisplayEvent, getElementId, getFireDisplayEvents, getParentContainerView, getParentContainerViewTag, getParentViewBean, getRequestContext, getStyle, getStyleClass, getValue, getValueMap, getValues, isTrue, peekContextValue, popContainerView, popContextValue, popPageletContainerViewTag, pushContainerView, pushContextValue, pushPageletContainerViewTag, release, removeValue, reset, setElementId, setFireDisplayEvents, setStyle, setStyleClass, setValue, shouldFireDisplayEvents, writeOutput, writeOutput, writeOutput
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, setId, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetModelFieldValueTag

public SetModelFieldValueTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport

getTypeConvertedValue

protected java.lang.Object getTypeConvertedValue()

getValueType

public java.lang.String getValueType()

setValueType

public void setValueType(java.lang.String value)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)