|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.jboss.portal.portlet.impl.jsr168.taglib.PortletTag
org.jboss.portal.portlet.impl.jsr168.taglib.ActionURLTag
public class ActionURLTag
The actionURL tag for the JSR 168 Portlet specification.
Creates a URL that must point to the current portlet and must trigger an action request with the supplied parameters.
Field Summary | |
---|---|
static java.lang.String |
typeParameter
|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
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 | |
---|---|
ActionURLTag()
|
Method Summary | |
---|---|
void |
addParameter(java.lang.String name,
java.lang.String value)
Add a named parameter. |
int |
doEndTag()
Generate the URL |
int |
doStartTag()
Process the body, which may contain portlet:param tags |
java.lang.String |
getPortletMode()
Indicates the portlet mode that the portlet must have when this link is executed. |
java.lang.String |
getSecure()
Indicates whether the resulting URL should be a secure or insecure connection. |
protected java.lang.String |
getTypeValue()
Get the type - action or render - from the implementing subclass |
java.lang.String |
getVar()
|
java.lang.String |
getWindowState()
Indicates the window state that the portlet should have when this link is executed. |
void |
setPortletMode(java.lang.String portletMode)
|
void |
setSecure(java.lang.String secure)
|
void |
setVar(java.lang.String var)
|
void |
setWindowState(java.lang.String windowState)
|
Methods inherited from class org.jboss.portal.portlet.impl.jsr168.taglib.PortletTag |
---|
getConfig, getDispatchedRequest, getInvocation, getRequest, getResponse |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String typeParameter
Constructor Detail |
---|
public ActionURLTag()
Method Detail |
---|
protected java.lang.String getTypeValue()
public java.lang.String getPortletMode()
public void setPortletMode(java.lang.String portletMode)
portletMode
- The portletMode to set.public java.lang.String getSecure()
public void setSecure(java.lang.String secure)
secure
- The secure connection value to set.public java.lang.String getVar()
public void setVar(java.lang.String var)
var
- The var to set.public java.lang.String getWindowState()
public void setWindowState(java.lang.String windowState)
windowState
- The windowState to set.public void addParameter(java.lang.String name, java.lang.String value)
name
- value
- public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |