|
WebObjects 5.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTagSupport
com.webobjects.jspservlet.WOExtraHeaderTag
This is a sub-tag of both WOComponentTag WODirectActionTag used to pass HTTP headers. WebObjects supports the use of WOComponents and DirectActions in JSP through the use of a Tag Library. While WOComponentTag and WODirectActionTag specify the WOComponent or DirectAction that is used in a JSP, this specifies an additional key-value pair to be passed as an HTTP header. This tag has no body but has the following attributes:
WOComponent
,
WODirectAction
,
WODirectActionTag
,
WOComponentTag
,
Serialized FormConstructor Summary | |
WOExtraHeaderTag()
|
Method Summary | |
int |
doStartTag()
Standard method to start using the tag. |
void |
setKey(String key)
Sets the attribute key for this tag. |
void |
setValue(String 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 WOExtraHeaderTag()
Method Detail |
public int doStartTag() throws JspException
JspException
WOTag
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 headerpublic void setValue(String 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. If this is not passed in, the header key will be
removed from the HTTP request passed to the component.
value
- the value of the header
|
Last updated Thu May 26 13:46:12 PDT 2005. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |