|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--com.beasys.commerce.ebusiness.catalog.tags.GetPropertyTag
Field Summary | |
Object |
getterArgument
The optional argument used for certain getters |
String |
id
The name of the page context attribute to store the property |
Object |
object
The object from which the property will be retrieved |
String |
propertyName
The name of the property to return a value for |
String |
returnType
The return type of the retrieved property |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
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 | |
GetPropertyTag()
|
Method Summary | |
int |
doStartTag()
Called when the tag starts. |
Object |
getGetterArgument()
Get the value of getterArgument. |
String |
getId()
Get the value of id. |
Object |
getObject()
Get the value of object. |
String |
getPropertyName()
Get the value of propertyName. |
String |
getReturnType()
Get the value of returnType. |
void |
release()
Release. |
void |
setGetterArgument(Object newGetterArgument)
Set the value of getterArgument. |
void |
setId(String newId)
Set the value of id. |
void |
setObject(Object o)
Set the value of object. |
void |
setPropertyName(String name)
Set the value of propertyName. |
void |
setReturnType(String newReturnType)
Set the value of returnType. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, 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 |
Field Detail |
public String propertyName
public Object object
public String id
public String returnType
public Object getterArgument
Constructor Detail |
public GetPropertyTag()
Method Detail |
public void setPropertyName(String name)
name
- Value to assign to propertyName.public String getPropertyName()
public void setObject(Object o)
o
- Object to assign to object.public Object getObject()
public void setId(String newId)
setId
in class TagSupport
newId
- Value to assign to id.public String getId()
getId
in class TagSupport
public void setReturnType(String newReturnType)
newReturnType
- Value to assign to returnType.public String getReturnType()
public void setGetterArgument(Object newGetterArgument)
newGetterArgument
- Value to assign to getterArgument.public Object getGetterArgument()
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException
public void release()
release
in interface Tag
release
in class TagSupport
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |