org.exoplatform.services.portletcontainer.plugins.pc.aop
Class PortletMethodCommand
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.container.component.ExecutionUnit
org.exoplatform.services.portletcontainer.plugins.pc.aop.BaseCommandUnit
org.exoplatform.services.portletcontainer.plugins.pc.aop.PortletMethodCommand
- All Implemented Interfaces:
- org.exoplatform.container.component.ComponentPlugin
public class PortletMethodCommand
- extends BaseCommandUnit
|
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
| Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin |
desc, name |
| Methods inherited from class org.exoplatform.container.component.ExecutionUnit |
addExecutionUnit, getNextUnit |
| Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin |
getDescription, getName, setDescription, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.commons.logging.Log log
PortletMethodCommand
public PortletMethodCommand()
render
protected final java.lang.Object render(RenderExecutionContext rcontext)
throws java.lang.Throwable
- Overridden method.
- Overrides:
render in class BaseCommandUnit
- Parameters:
rcontext - context
- Returns:
- result
- Throws:
java.lang.Throwable - throwable- See Also:
BaseCommandUnit.render(org.exoplatform.services.portletcontainer.plugins.pc.aop.RenderExecutionContext)
processAction
protected final java.lang.Object processAction(ActionExecutionContext acontext)
throws java.lang.Throwable
- Overridden method.
- Overrides:
processAction in class BaseCommandUnit
- Parameters:
acontext - context
- Returns:
- result
- Throws:
java.lang.Throwable - throwable- See Also:
BaseCommandUnit.processAction(org.exoplatform.services.portletcontainer.plugins.pc.aop.ActionExecutionContext)
serveResource
protected final java.lang.Object serveResource(ResourceExecutionContext rcontext)
throws java.lang.Throwable
- Overridden method.
- Overrides:
serveResource in class BaseCommandUnit
- Parameters:
rcontext - context
- Returns:
- result
- Throws:
java.lang.Throwable - throwable- See Also:
BaseCommandUnit.serveResource(org.exoplatform.services.portletcontainer.plugins.pc.aop.ResourceExecutionContext)
processEvent
protected final java.lang.Object processEvent(EventExecutionContext econtext)
throws java.lang.Throwable
- Overridden method.
- Overrides:
processEvent in class BaseCommandUnit
- Parameters:
econtext - event context
- Returns:
- result
- Throws:
java.lang.Throwable - throwable- See Also:
BaseCommandUnit.processEvent(org.exoplatform.services.portletcontainer.plugins.pc.aop.EventExecutionContext)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.