org.apache.jetspeed.components.portletregistry
Class MutablePortletApplicationProxy
java.lang.Object
org.apache.jetspeed.components.portletregistry.MutablePortletApplicationProxy
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler, PortletApplicationProxy
public class MutablePortletApplicationProxy
- extends java.lang.Object
- implements java.lang.reflect.InvocationHandler, PortletApplicationProxy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MutablePortletApplicationProxy
public MutablePortletApplicationProxy(MutablePortletApplication app)
setRegistry
public static void setRegistry(PortletRegistry r)
createProxy
public static MutablePortletApplication createProxy(MutablePortletApplication app)
invalidate
protected void invalidate()
setRealApplication
public void setRealApplication(MutablePortletApplication app)
- Specified by:
setRealApplication
in interface PortletApplicationProxy
getRealApplication
public MutablePortletApplication getRealApplication()
- Specified by:
getRealApplication
in interface PortletApplicationProxy
invoke
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method m,
java.lang.Object[] args)
throws java.lang.Throwable
- Specified by:
invoke
in interface java.lang.reflect.InvocationHandler
- Throws:
java.lang.Throwable
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.