org.apache.jetspeed.components.portletregistry
Class PortletDefinitionCompositeProxy

java.lang.Object
  extended by org.apache.jetspeed.components.portletregistry.PortletDefinitionCompositeProxy
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class PortletDefinitionCompositeProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


Constructor Summary
PortletDefinitionCompositeProxy(PortletDefinitionComposite def)
           
 
Method Summary
static PortletDefinitionComposite createProxy(PortletDefinitionComposite def)
           
protected  PortletDefinitionComposite getRealApplication()
           
protected  void invalidate()
           
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method m, java.lang.Object[] args)
           
protected  void setRealDefinition(PortletDefinitionComposite d)
           
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

PortletDefinitionCompositeProxy

public PortletDefinitionCompositeProxy(PortletDefinitionComposite def)
Method Detail

setRegistry

public static void setRegistry(PortletRegistry r)

createProxy

public static PortletDefinitionComposite createProxy(PortletDefinitionComposite def)

invalidate

protected void invalidate()

setRealDefinition

protected void setRealDefinition(PortletDefinitionComposite d)

getRealApplication

protected PortletDefinitionComposite getRealApplication()

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.