|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.PortletInvokerInterceptor
org.jboss.portal.portlet.aspects.portlet.PortletCustomizationInterceptor
public class PortletCustomizationInterceptor
This interceptor takes in charge the management of portlet customization when the invocation carries an read only access mode. The customizations will be stored in the principal scope of the portlet invocation for security reasons.
This interceptor must not be used in a production environment.
| Constructor Summary | |
|---|---|
PortletCustomizationInterceptor()
|
|
| Method Summary | |
|---|---|
PortletInvocationResponse |
invoke(PortletInvocation invocation)
Invoke an operation on a specific portlet. |
| Methods inherited from class org.jboss.portal.portlet.PortletInvokerInterceptor |
|---|
createClone, destroyClones, getNext, getPortlet, getPortlets, getProperties, getProperties, setNext, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletCustomizationInterceptor()
| Method Detail |
|---|
public PortletInvocationResponse invoke(PortletInvocation invocation)
throws java.lang.IllegalArgumentException,
PortletInvokerException
PortletInvoker
invoke in interface PortletInvokerinvoke in class PortletInvokerInterceptorinvocation - the portlet invocation
java.lang.IllegalArgumentException - if the invocation is null
PortletInvokerException - a portlet invoker exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||