org.apache.jetspeed.components.portletregistry
Class MutablePortletApplicationProxy

java.lang.Object
  extended by 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


Constructor Summary
MutablePortletApplicationProxy(MutablePortletApplication app)
           
 
Method Summary
static MutablePortletApplication createProxy(MutablePortletApplication app)
           
 MutablePortletApplication getRealApplication()
           
protected  void invalidate()
           
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method m, java.lang.Object[] args)
           
 void setRealApplication(MutablePortletApplication app)
           
static void setRegistry(PortletRegistry r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutablePortletApplicationProxy

public MutablePortletApplicationProxy(MutablePortletApplication app)
Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.