|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.portal.provider.v1.http.BaseManagedRenderer
|
+--oracle.portal.provider.v1.http.Page
Class for describing individual pages owned by a PortletPageLocator. Properties set at this level will override those set at
the parent (PortletPageLocator) level.
| Constructor Summary | |
Page()
|
|
| Method Summary | |
java.lang.String |
getAppPath()
Gets the root virtual path for the renderer's pages. |
java.lang.String |
getAppRoot()
Gets the root physical path for the renderer's pages. |
java.lang.String |
getName()
Gets the name of the page described by this Page. |
java.lang.String |
getPageParameterName()
Gets the name of the request parameter used to override the name of the registered page. |
java.lang.String |
getPagePath(PortletRenderRequest pr)
Returns the virtual path to the page represented by this Page, overriding the page name if the given request
contains a parameter with a name matching the name returned by the
getPageParameterName() method. |
java.lang.String |
getPageRealPath(PortletRenderRequest pr)
Returns the physical path to the page represented by this Page, overriding the page name if the given request
contains a parameter with a name matching the name returned by the
getPageParameterName() method. |
void |
setAppPath(java.lang.String path)
Sets the root virtual path for the renderer's pages. |
void |
setAppRoot(java.lang.String path)
Sets the root physical path for the renderer's pages. |
void |
setName(java.lang.String pageName)
Sets the name of the page described by this Page. |
void |
setPageParameterName(java.lang.String paramName)
Sets the name of the request parameter that is used to override the name of the registered page. |
| Methods inherited from class oracle.portal.provider.v1.http.BaseManagedRenderer |
getCharSet,
getContentType,
getPageExpires,
postInitialize,
preInitialize,
prepareResponse,
setCharSet,
setContentType,
setPageExpires,
setPageExpires |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Page()
| Method Detail |
public void setName(java.lang.String pageName)
Page.pageName - appPath relative name of the pagepublic java.lang.String getName()
Page.appPath relative name of the pagepublic void setAppPath(java.lang.String path)
path - the root virtual path for the render's pages.public java.lang.String getAppPath()
BaseManagedRenderer,
then the value returned by calling the PortletPageLocator.getAppPath() method on the parent
PortletPageLocator is returned.public void setAppRoot(java.lang.String path)
path - the root physical path for the renderer's pages.public java.lang.String getAppRoot()
BaseManagedRenderer, then the value returned by calling
the PortletPageLocator.getAppRoot() method on the parent
PortletPageLocator is returned.public void setPageParameterName(java.lang.String paramName)
paramName - the name of the request parameter used to override the
name of the registered page.public java.lang.String getPageParameterName()
BaseManagedRenderer, then the value returned by calling
the PortletPageLocator.getPageParameterName() method on the
parent PortletPageLocator is returned.public java.lang.String getPagePath(PortletRenderRequest pr)
Page, overriding the page name if the given request
contains a parameter with a name matching the name returned by the
getPageParameterName() method.pr - the current render requestpublic java.lang.String getPageRealPath(PortletRenderRequest pr)
Page, overriding the page name if the given request
contains a parameter with a name matching the name returned by the
getPageParameterName() method.pr - the current render request
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||