| java.lang.Object org.apache.jetspeed.portalsite.view.SiteViewProxy
All known Subclasses: org.apache.jetspeed.page.document.proxy.NodeProxy,
SiteViewProxy | abstract public class SiteViewProxy (Code) | | This class is the base class for all site content
proxy implementations.
author: Randy Watler version: $Id: SiteViewProxy.java 516448 2007-03-09 16:25:47Z ate $ |
SiteViewProxy | protected SiteViewProxy(SiteView view, String locatorName)(Code) | | SiteViewProxy - constructor
Parameters: view - site view owner of this proxy Parameters: locatorName - profile locator name associated withthe derived delegate of this proxy inthe site view |
getLocatorName | public String getLocatorName()(Code) | | getLocatorName - return profile locator name associated
with the derived delegate of this proxy in
the site view
profile locator name |
getSiteViewProxy | public static SiteViewProxy getSiteViewProxy(Object proxy)(Code) | | getSiteViewProxy - utility method to access SiteViewProxy handler
from a proxy instance
Parameters: proxy - proxy instance site view invocation handler instance |
getView | public SiteView getView()(Code) | | getView - return site view for this proxy
site view |
reflectMethod | protected static Method reflectMethod(Class methodClass, String methodName, Class[] methodArgs)(Code) | | reflectMethod - trap method reflection exceptions utility function
Parameters: methodClass - class or interface Parameters: methodName - method name Parameters: methodArgs - array of type, class, or interface parameter types |
|
|