|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.portal.struts.common.PortletURIAttributes
public class PortletURIAttributes
The PortletURIAttributes class is used to specify
attributes about the portlet URI that need to be created.
| Field Summary | |
|---|---|
static int |
RETURN_URL
The return URL. |
static int |
STANDARD_URL
The standard URL. |
| Constructor Summary | |
|---|---|
PortletURIAttributes()
Constructs the portlet URI attribute object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPortletMode()
Returns the portlet mode. |
java.lang.String |
getUriType()
Returns the URI type. |
java.lang.String |
getWindowState()
Returns the window state. |
boolean |
isUriType(int type)
Determines if the URI type is the type specified. |
void |
setPortletMode(java.lang.String portletMode)
Sets the portlet mode. |
void |
setUriType(java.lang.String uriType)
Sets the URI type. |
void |
setWindowState(java.lang.String windowState)
Sets the window state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STANDARD_URL
public static final int RETURN_URL
| Constructor Detail |
|---|
public PortletURIAttributes()
| Method Detail |
|---|
public java.lang.String getUriType()
public void setUriType(java.lang.String uriType)
uriType - the type of URIpublic boolean isUriType(int type)
uriType - the URI type
public java.lang.String getWindowState()
public void setWindowState(java.lang.String windowState)
windowState - the window statepublic java.lang.String getPortletMode()
public void setPortletMode(java.lang.String portletMode)
portletMode - the portlet mode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||