|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
net.mlw.vlh.web.tag.ValueListSpaceTag
| Field Summary | |
protected ValueListConfigBean |
config
|
protected String |
excludeParameters
|
protected TableInfo |
tableInfo
|
protected ValueList |
valueList
|
protected String |
valueListName
|
protected String |
valueListScope
|
| 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 | |
ValueListSpaceTag()
|
|
| Method Summary | |
void |
addParam(String key,
String value)
Add params to url. |
int |
doAfterBody()
Write the bodyContent. |
int |
doEndTag()
|
int |
doStartTag()
|
void |
excludeParameters()
Exclude parameters. |
ValueListConfigBean |
getConfig()
|
ValueListSpaceTag |
getParentRootTag()
Parent root tag in case of nested valuelist |
TableInfo |
getTableInfo()
|
ValueList |
getValueList()
If is your retrieved ValueList null or you forgot to send a valueList it returns the ValueListNullSpacer. |
void |
release()
Called on a Tag handler to release state. |
void |
setConfigName(String configName)
|
void |
setExcludeParameters(String excludedParameters)
Setter for the excluded properties |
void |
setId(String id)
|
void |
setIncludeParameters(String forwardParams)
Setter for the included properties |
void |
setScope(String valueListScope)
|
void |
setUrl(String url)
Setter for the base URL. |
void |
setValue(String name)
Sets the name of the ValueList |
void |
setValueList(ValueList valueList)
|
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, 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 |
protected ValueListConfigBean config
protected ValueList valueList
protected TableInfo tableInfo
protected String valueListName
protected String valueListScope
protected String excludeParameters
| Constructor Detail |
public ValueListSpaceTag()
| Method Detail |
public ValueListSpaceTag getParentRootTag()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.Tagjavax.servlet.jsp.JspExceptionTag.doStartTag()public void excludeParameters()
public int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagjavax.servlet.jsp.JspExceptionIterationTag.doAfterBody()
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.Tagjavax.servlet.jsp.JspExceptionTag.doEndTag()public void setUrl(String url)
url - New value of property url.public void setIncludeParameters(String forwardParams)
forwardParams - The included propertiespublic void setExcludeParameters(String excludedParameters)
excludedParameters - The excluded propertiespublic void setValue(String name)
name - The name to set of the ValueList.public ValueList getValueList()
public void setValueList(ValueList valueList)
valueList - The valueList to set.public TableInfo getTableInfo()
public void setId(String id)
id - The id to set.public ValueListConfigBean getConfig()
public void setConfigName(String configName)
configName - The config to set.public void setScope(String valueListScope)
valueListScope - The valueListScope to set.
public void addParam(String key,
String value)
addParam in interface ParamAddablevalue - The value of the pram.ParamAddable.addParam(java.lang.String,
java.lang.String)public void release()
release in interface javax.servlet.jsp.tagext.TagTag.release()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||