public class PortalStateTag
extends TagSupport
portalState
tag, which
provides access to a PortalState
object initialized from
the current HttpServletRequest
.Constructor and Description |
---|
PortalStateTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
java.lang.String |
getScope()
Get the scope in which the variable will be created.
|
java.lang.String |
getVar()
Get the name of the variable that this tag will create.
|
void |
setScope(java.lang.String p)
Set the scope in which the variable will be created.
|
void |
setVar(java.lang.String p)
Set the name of the variable that this tag will create.
|
public java.lang.String getVar()
public void setVar(java.lang.String p)
p
- The name.public java.lang.String getScope()
public void setScope(java.lang.String p)
p
- The name of the scope. One of "page", "request", "session",
or "application".public int doStartTag() throws JspException
JspException
public int doEndTag() throws JspException
JspException
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.