|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.latka.jelly.RequestHeaderTag
public class RequestHeaderTag
Add a header to the request
| Field Summary | |
|---|---|
protected String |
_headerName
|
protected String |
_headerValue
|
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
|---|---|
RequestHeaderTag()
|
|
| Method Summary | |
|---|---|
void |
doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
Set user credentials |
void |
setHeaderName(String headerName)
sets header name |
void |
setHeaderValue(String headerValue)
set header value |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
|---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String _headerName
protected String _headerValue
| Constructor Detail |
|---|
public RequestHeaderTag()
| Method Detail |
|---|
public void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
xmlOutput - a place to write output
Exception - when any error occurspublic void setHeaderName(String headerName)
headerName - header namepublic void setHeaderValue(String headerValue)
headerValue -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||