|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.beasys.commerce.ebusiness.catalog.tags.GetPropertyTag
@Deprecated public class GetPropertyTag
| Field Summary | |
|---|---|
Object |
getterArgument
Deprecated The optional argument used for certain getters |
String |
id
Deprecated The name of the page context attribute to store the property |
Object |
object
Deprecated The object from which the property will be retrieved |
String |
propertyName
Deprecated The name of the property to return a value for |
String |
returnType
Deprecated 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()
Deprecated |
|
| Method Summary | |
|---|---|
int |
doStartTag()
Deprecated Called when the tag starts. |
Object |
getGetterArgument()
Deprecated Get the value of getterArgument. |
String |
getId()
Deprecated Get the value of id. |
Object |
getObject()
Deprecated Get the value of object. |
String |
getPropertyName()
Deprecated Get the value of propertyName. |
String |
getReturnType()
Deprecated Get the value of returnType. |
void |
release()
Deprecated Release. |
void |
setGetterArgument(Object newGetterArgument)
Deprecated Set the value of getterArgument. |
void |
setId(String newId)
Deprecated Set the value of id. |
void |
setObject(Object o)
Deprecated Set the value of object. |
void |
setPropertyName(String name)
Deprecated Set the value of propertyName. |
void |
setReturnType(String newReturnType)
Deprecated 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 javax.servlet.jsp.tagext.TagSupportnewId - Value to assign to id.public String getId()
getId in class javax.servlet.jsp.tagext.TagSupportpublic 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 javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupport
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||