|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.bea.portlet.GenericURL
|
+--com.bea.portlet.PostbackURL
|
+--com.bea.portlet.WindowURL
|
+--com.bea.portlet.JspContentURL
The JspContentURL helps portlet using JspContent control to change
the contents of the window to another URL.
WindowURL| Field Summary |
| Fields inherited from class com.bea.portlet.GenericURL |
CONTROL_STATE_PARAM, DOMAIN, httpRequest, httpResponse, LOADSTATE_PARAM, MODE_PARAM, PAGE_LABEL_PARAM, params, PATH, PORT, POSTBACK_PARAM, PREFIX, QUERY_STRING, SCHEME, SECURE_PORT, STATE_PARAM, WINDOW_LABEL_PARAM |
| Constructor Summary | |
protected |
JspContentURL(HttpServletRequest httpRequest,
HttpServletResponse httpResponse)
Constructs a JspContentURL. |
protected |
JspContentURL(HttpServletRequest httpRequest,
HttpServletResponse httpResponse,
String contentUri)
Constructs a JspContentURL. |
| Method Summary | |
Object |
clone()
Returns a deep copy. |
static JspContentURL |
createJspContentURL(HttpServletRequest httpRequest,
HttpServletResponse httpResponse)
Returns a JspContentURL. |
static JspContentURL |
createJspContentURL(HttpServletRequest httpRequest,
HttpServletResponse httpResponse,
String windowLabel)
Returns a JspContentURL. |
String |
getContentUri()
Returns the content uri. |
void |
setContentUri(String contentUri)
Sets the content URI. |
| Methods inherited from class com.bea.portlet.WindowURL |
createWindowURL, createWindowURL, getWindowLabel, getWindowMode, getWindowState, setWindowLabel, setWindowMode, setWindowState |
| Methods inherited from class com.bea.portlet.PostbackURL |
createPostbackURL, toString |
| Methods inherited from class com.bea.portlet.GenericURL |
addParameter, addParameter, addParameter, appendEnsureSeparator, appendPathWhenNull, getDomain, getEncodeSession, getParameter, getParameters, getPathPrefix, getPort, getResolvedTemplate, getScheme, getSecurePort, getTemplate, removeParameter, setDomain, setEncodeSession, setPath, setPathPrefix, setPort, setScheme, setSecurePort, setTemplate, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected JspContentURL(HttpServletRequest httpRequest,
HttpServletResponse httpResponse)
Constructs a JspContentURL.
httpRequest - HTTP requesthttpResponse - HTTP response
protected JspContentURL(HttpServletRequest httpRequest,
HttpServletResponse httpResponse,
String contentUri)
Constructs a JspContentURL.
httpRequest - HTTP requesthttpResponse - HTTP responsecontentUri - uri to jsp| Method Detail |
public static JspContentURL createJspContentURL(HttpServletRequest httpRequest,
HttpServletResponse httpResponse)
Returns a JspContentURL.
httpRequest - HTTP requesthttpResponse - HTTP response
public static JspContentURL createJspContentURL(HttpServletRequest httpRequest,
HttpServletResponse httpResponse,
String windowLabel)
Returns a JspContentURL.
httpRequest - HTTP requesthttpResponse - HTTP responsewindowLabel - window label
public void setContentUri(String contentUri)
Sets the content URI.
contentUri - content URIpublic String getContentUri()
Returns the content uri.
public Object clone()
Returns a deep copy.
clone in class WindowURL
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||