| org.apache.jetspeed.page.document.proxy.NodeProxy org.apache.jetspeed.om.page.proxy.PageProxy
PageProxy | public class PageProxy extends NodeProxy implements InvocationHandler(Code) | | This class proxies PSML Page instances to create a logical view
of site content using the Dynamic Proxy pattern.
author: Randy Watler version: $Id: PageProxy.java 517121 2007-03-12 07:45:49Z ate $ |
GET_MENU_DEFINITIONS_METHOD | final protected static Method GET_MENU_DEFINITIONS_METHOD(Code) | | _METHOD - Page method constants
|
aggregateMenuDefinitionLocators | protected void aggregateMenuDefinitionLocators()(Code) | | aggregateMenuDefinitionLocators - aggregate all menu definition locators
in site view for this folder or page
|
getPage | public Page getPage()(Code) | | getPage - get proxy delegate page instance
delegate page |
invoke | public Object invoke(Object proxy, Method m, Object[] args) throws Throwable(Code) | | invoke - method invocation dispatch for this proxy, (defaults to
invocation of delegate unless method is implemented in this
proxy handler or should be hidden/stubbed)
Parameters: proxy - instance invoked against Parameters: method - Page interface method invoked Parameters: args - method arguments throws: Throwable - |
newInstance | public static Page newInstance(SiteView view, String locatorName, Folder parentFolder, Page page)(Code) | | newInstance - creates a new proxy instance that implements the Page interface
Parameters: view - site view owner of this proxy Parameters: locatorName - name of profile locator associatedwith the proxy delegate Parameters: parentFolder - view parent proxy folder Parameters: page - proxy delegate |
|
|