|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
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
public class PostbackURL
Represents a URL for submitting requests to the portal framework. All the portal framework URL classes extend this class.
The PostbackURL should not be used inside Java portlets (JSR168 or JSR286); for Java portlets the javax.portlet.RenderURL or javax.portlet.ActionURL classes should be used instead.
Field Summary |
---|
Fields inherited from class com.bea.portlet.GenericURL |
---|
COMMUNITY_ADMIN_FLAG_PARAM, COMMUNITY_DESKTOP, CONTROL_STATE_PARAM, CURRENT_PAGE, domain, DOMAIN, EVENT_NAME_PARAM, httpRequest, httpResponse, httpsDomain, LOADSTATE_PARAM, MODE_PARAM, PAGE_LABEL_PARAM, params, PATH, PORT, PORTLET_SUB_INSTANCE_ID, POSTBACK_PARAM, PREFIX, QUERY_STRING, SCHEME, SECURE_PORT, STATE_PARAM, TREE_OPTIMIZATION_PARAM, URL_COMPRESSION, WINDOW_LABEL_PARAM |
Constructor Summary | |
---|---|
protected |
PostbackURL(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) Constructs a PostbackURL . |
Method Summary | |
---|---|
Object |
clone() Returns a deep copy of this PostbackURL. |
static PostbackURL |
createPostbackURL(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) Returns a new PostbackURL. |
String |
toString(boolean removeUnsetParams) Returns a string form (fully-qualified) of this URL. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected PostbackURL(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
Constructs a PostbackURL
.
httpRequest
- HTTP requesthttpResponse
- HTTP responseMethod Detail |
---|
public static PostbackURL createPostbackURL(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
Returns a new PostbackURL.
httpRequest
- HTTP requesthttpResponse
- HTTP responsepublic String toString(boolean removeUnsetParams)
Returns a string form (fully-qualified) of this URL. If the boolean argument is true
, removes unset template parameters.
toString
in class GenericURL
removeUnsetParams
- if true
, unset template parameters will be removed.public Object clone()
Returns a deep copy of this PostbackURL.
clone
in class GenericURL
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2010, Oracle. All rights reserved.