|
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.ResourceURL
public class ResourceURL
Represents a URL to a resource outside the portal framework. Resource URLs are typically used for static/dynamic resources such as files, images, etc.
This class should not be used inside Java portlets (JSR168 or JSR286); for Java portlets the javax.portlet.ResourceURL class or javax.portlet.PortletResponse.encodeURL() method should be used instead.
GenericURL| 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 |
ResourceURL(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)Constructs a ResourceURL. |
| Method Summary | |
|---|---|
Object |
clone()Returns a deep copy. |
static ResourceURL |
createResourceURL(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)Returns a ResourceURL. |
String |
getUrlType()Returns the type of this URL. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ResourceURL(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Constructs a ResourceURL.
httpRequest - HTTP requesthttpResponse - HTTP response| Method Detail |
|---|
public static ResourceURL createResourceURL(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Returns a ResourceURL.
httpRequest - HTTP requesthttpResponse - HTTP responsepublic String getUrlType()
Returns the type of this URL.
getUrlType in class GenericURLURLTemplatesFactory.SECURE_RESOURCE_TEMPLATE for a secure URL, URLTemplatesFactory.RESOURCE_TEMPLATE for an insecure URL.public Object clone()
Returns a deep copy.
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.