|
WebObjects 5.2.4 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTagSupport
com.webobjects.jspservlet.WOBindingTag
This is a sub-tag of WOComponentTag used to pass bindings. WebObjects supports the use of WOComponents in JSP through the use of a Tag Library. While WOComponentTag specifies the WOComponent that is used in a JSP, this specifies the key-value pair to be passed to the WOComponent as a binding. This tag has no body but has the following attributes:
WOComponent
,
WOComponentTag
,
Serialized FormConstructor Summary | |
WOBindingTag()
|
Method Summary | |
int |
doStartTag()
Standard method to start using the tag. |
void |
setKey(String key)
Sets the attribute key for this tag. |
void |
setValue(Object value)
Sets the attribute value for this tag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WOBindingTag()
Method Detail |
public int doStartTag() throws JspException
JspException
WOComponentTag
public void setKey(String key)
key
for this tag. See the class description
for more details. This is called by the servlet container framework to pass in
the value given the JSP.
key
- the key of the bindingpublic void setValue(Object value)
value
for this tag. See the class description
for more details. This is called by the servlet container framework to pass in
the value given the JSP. Can be any kind of Object.
value
- the value of the binding
|
Last updated Wed May 25 10:47:15 PDT 2005. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |