com.opensymphony.webwork.views.jsp
Class URLTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by com.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport
              extended by com.opensymphony.webwork.views.jsp.ComponentTagSupport
                  extended by com.opensymphony.webwork.views.jsp.URLTag
All Implemented Interfaces:
Serializable, BodyTag, IterationTag, Tag

public class URLTag
extends ComponentTagSupport

See Also:
URL, Serialized Form

Field 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

includeParams

protected String includeParams

scheme

protected String scheme

value

protected String value

action

protected String action

namespace

protected String namespace

method

protected String method

encode

protected String encode

includeContext

protected String includeContext

portletMode

protected String portletMode

windowState

protected String windowState

portletUrlType

protected String portletUrlType

anchor

protected String anchor

escapeAmp

protected String escapeAmp
Constructor Detail

URLTag

public URLTag()
Method Detail

getBean

public Component getBean(OgnlValueStack stack,
                         HttpServletRequest req,
                         HttpServletResponse res)
Specified by:
getBean in class ComponentTagSupport

populateParams

protected void populateParams()
Overrides:
populateParams in class ComponentTagSupport

setEncode

public void setEncode(String encode)

setIncludeContext

public void setIncludeContext(String includeContext)

setIncludeParams

public void setIncludeParams(String name)

setAction

public void setAction(String action)

setNamespace

public void setNamespace(String namespace)

setMethod

public void setMethod(String method)

setScheme

public void setScheme(String scheme)

setValue

public void setValue(String value)

setPortletMode

public void setPortletMode(String portletMode)

setPortletUrlType

public void setPortletUrlType(String portletUrlType)

setWindowState

public void setWindowState(String windowState)

setAnchor

public void setAnchor(String anchor)

setEscapeAmp

public void setEscapeAmp(String escapeAmp)

WebWork Project Page