|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jetspeed.portalsite.view.SiteViewProxy
public abstract class SiteViewProxy
This class is the base class for all site content proxy implementations.
| Constructor Summary | |
|---|---|
protected |
SiteViewProxy(SiteView view,
java.lang.String locatorName)
SiteViewProxy - constructor |
| Method Summary | |
|---|---|
java.lang.String |
getLocatorName()
getLocatorName - return profile locator name associated with the derived delegate of this proxy in the site view |
static SiteViewProxy |
getSiteViewProxy(java.lang.Object proxy)
getSiteViewProxy - utility method to access SiteViewProxy handler from a proxy instance |
SiteView |
getView()
getView - return site view for this proxy |
protected static java.lang.reflect.Method |
reflectMethod(java.lang.Class methodClass,
java.lang.String methodName,
java.lang.Class[] methodArgs)
reflectMethod - trap method reflection exceptions utility function |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SiteViewProxy(SiteView view,
java.lang.String locatorName)
view - site view owner of this proxylocatorName - profile locator name associated with
the derived delegate of this proxy in
the site view| Method Detail |
|---|
public SiteView getView()
public java.lang.String getLocatorName()
protected static java.lang.reflect.Method reflectMethod(java.lang.Class methodClass,
java.lang.String methodName,
java.lang.Class[] methodArgs)
methodClass - class or interfacemethodName - method namemethodArgs - array of type, class, or interface parameter typespublic static SiteViewProxy getSiteViewProxy(java.lang.Object proxy)
proxy - proxy instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||