|
|||||||||
| Home >> All >> com >> aendvari >> tethys >> tag >> [ message overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.tethys.tag.message
Class ParameterTag

java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.aendvari.tethys.tag.data.DataTag
com.aendvari.tethys.tag.context.ContextTag
com.aendvari.tethys.tag.model.ModelTreeTag
com.aendvari.tethys.tag.message.ParameterTag
- All Implemented Interfaces:
- com.aendvari.tethys.tag.context.ContextAncestorTag, com.aendvari.tethys.tag.data.DataAncestorTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, com.aendvari.tethys.tag.model.ModelTreeAncestorTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class ParameterTag
- extends com.aendvari.tethys.tag.model.ModelTreeTag
Parameter value for a particular MessageTag.
| Field Summary | |
java.lang.String |
type
The type of the define (path or value). |
protected java.lang.String |
value
The value of this parameter. |
| Fields inherited from class com.aendvari.tethys.tag.model.ModelTreeTag |
modelContext, modelContextMethod, path |
| Fields inherited from class com.aendvari.tethys.tag.context.ContextTag |
context |
| Fields inherited from class com.aendvari.tethys.tag.data.DataTag |
dataScope, name |
| 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 | |
ParameterTag()
|
|
| Method Summary | |
int |
doStartTag()
Default processing of the start tag, returning SKIP_BODY. |
java.lang.String |
getType()
|
java.lang.String |
getValue()
|
void |
release()
Release all allocated resources. |
void |
setType(java.lang.String type)
|
void |
setValue(java.lang.String value)
|
| Methods inherited from class com.aendvari.tethys.tag.model.ModelTreeTag |
establishModelContext, getModelContext, getModelNode, getParentModelContext, getPath, setPath |
| Methods inherited from class com.aendvari.tethys.tag.context.ContextTag |
determineContext, getContext, getParentContext, setContext |
| Methods inherited from class com.aendvari.tethys.tag.data.DataTag |
getDataScope, getName, setDataScope, setName |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, 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 |
| Field Detail |
type
public java.lang.String type
- The type of the define (path or value).
value
protected java.lang.String value
- The value of this parameter.
| Constructor Detail |
ParameterTag
public ParameterTag()
| Method Detail |
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspTagException
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport - Default processing of the start tag, returning SKIP_BODY.
release
public void release()
- Release all allocated resources.
|
|||||||||
| Home >> All >> com >> aendvari >> tethys >> tag >> [ message overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC