|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport
com.opensymphony.webwork.views.jsp.ComponentTagSupport
com.opensymphony.webwork.views.jsp.URLTag
public class URLTag
URL
,
Serialized FormField Summary | |
---|---|
protected String |
action
|
protected String |
anchor
|
protected String |
encode
|
protected String |
escapeAmp
|
protected String |
includeContext
|
protected String |
includeParams
|
protected String |
method
|
protected String |
namespace
|
protected String |
portletMode
|
protected String |
portletUrlType
|
protected String |
scheme
|
protected String |
value
|
protected String |
windowState
|
Fields inherited from class com.opensymphony.webwork.views.jsp.ComponentTagSupport |
---|
component |
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
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 | |
---|---|
URLTag()
|
Method Summary | |
---|---|
Component |
getBean(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
|
protected void |
populateParams()
|
void |
setAction(String action)
|
void |
setAnchor(String anchor)
|
void |
setEncode(String encode)
|
void |
setEscapeAmp(String escapeAmp)
|
void |
setIncludeContext(String includeContext)
|
void |
setIncludeParams(String name)
|
void |
setMethod(String method)
|
void |
setNamespace(String namespace)
|
void |
setPortletMode(String portletMode)
|
void |
setPortletUrlType(String portletUrlType)
|
void |
setScheme(String scheme)
|
void |
setValue(String value)
|
void |
setWindowState(String windowState)
|
Methods inherited from class com.opensymphony.webwork.views.jsp.ComponentTagSupport |
---|
doEndTag, doStartTag, getComponent |
Methods inherited from class com.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport |
---|
altSyntax, findString, findValue, findValue, getBody, getStack, setId, toString, translateVariables |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
findAncestorWithClass, getId, 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 |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
getParent, setPageContext, setParent |
Field Detail |
---|
protected String includeParams
protected String scheme
protected String value
protected String action
protected String namespace
protected String method
protected String encode
protected String includeContext
protected String portletMode
protected String windowState
protected String portletUrlType
protected String anchor
protected String escapeAmp
Constructor Detail |
---|
public URLTag()
Method Detail |
---|
public Component getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
getBean
in class ComponentTagSupport
protected void populateParams()
populateParams
in class ComponentTagSupport
public void setEncode(String encode)
public void setIncludeContext(String includeContext)
public void setIncludeParams(String name)
public void setAction(String action)
public void setNamespace(String namespace)
public void setMethod(String method)
public void setScheme(String scheme)
public void setValue(String value)
public void setPortletMode(String portletMode)
public void setPortletUrlType(String portletUrlType)
public void setWindowState(String windowState)
public void setAnchor(String anchor)
public void setEscapeAmp(String escapeAmp)
|
WebWork Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |