|
© 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
Represents a URL for submitting requests to the portal framework.
| 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 |
PostbackURL(HttpServletRequest httpRequest,
HttpServletResponse httpResponse)
Constructs a PostbackURL. |
| Method Summary | |
Object |
clone()
Returns a deep copy. |
static PostbackURL |
createPostbackURL(HttpServletRequest httpRequest,
HttpServletResponse httpResponse)
Returns a GenericURL. |
String |
toString(boolean removeUnsetParams)
Returns a string form (fully-qualified) of this URL. |
| 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 PostbackURL(HttpServletRequest httpRequest,
HttpServletResponse httpResponse)
Constructs a PostbackURL.
httpRequest - HTTP requesthttpResponse - HTTP response| Method Detail |
public static PostbackURL createPostbackURL(HttpServletRequest httpRequest,
HttpServletResponse httpResponse)
Returns a GenericURL.
httpRequest - HTTP requesthttpResponse - HTTP response
public String toString(boolean removeUnsetParams)
GenericURLReturns a string form (fully-qualified) of this URL. If the boolean argument
is true, removes unset template parameters.
toString in class GenericURLremoveUnsetParams -
public Object clone()
Returns a deep copy.
clone in class GenericURL
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||