net.mlw.vlh.web.tag
Class ValueListRetriever

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bynet.mlw.vlh.web.tag.ConfigurableTag
              extended bynet.mlw.vlh.web.tag.ValueListRetriever
All Implemented Interfaces:
Attributeable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, Serializable, javax.servlet.jsp.tagext.Tag

public class ValueListRetriever
extends ConfigurableTag

This tag is used if the pull pattern is used.

Version:
$Revision: 1.18 $ $Date: 2005/11/23 14:51:53 $
Author:
Matthew L. Wilson, A.Zachar
See Also:
Serialized Form

Field Summary
 
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
ValueListRetriever()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getName()
           
 void release()
          Called on a Tag handler to release state.
 void setFocusProperty(String focusProperty)
           
 void setFocusValue(String focusValue)
           
 void setName(String valueListName)
           
 
Methods inherited from class net.mlw.vlh.web.tag.ConfigurableTag
appendClassCellAttribute, getAttributes, getCellAttributes, resetAttributes, setAttributes, setCellAttribute
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, 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
 

Constructor Detail

ValueListRetriever

public ValueListRetriever()
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
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class ConfigurableTag
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doEndTag()

setName

public void setName(String valueListName)
Parameters:
valueListName - The valueListName to set.

getName

public String getName()
Returns:
Returns the valueListName.

setFocusProperty

public void setFocusProperty(String focusProperty)
Parameters:
focusProperty - The focusProperty set usually name of column used to be id in table.

setFocusValue

public void setFocusValue(String focusValue)
Parameters:
focusValue - The focusValue set value on which will be occured in the generated table.

release

public void release()
Called on a Tag handler to release state. The page compiler guarantees that JSP page implementation objects will invoke this method on all tag handlers, but there may be multiple invocations on doStartTag and doEndTag in between.

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class ConfigurableTag
See Also:
Tag.release()


Copyright © 2003-2006 mlavilson. All Rights Reserved.