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