org.exoplatform.services.portletcontainer.plugins.pc.aop
Class PortletContentCommand

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.container.component.ExecutionUnit
          extended by org.exoplatform.services.portletcontainer.plugins.pc.aop.BaseCommandUnit
              extended by org.exoplatform.services.portletcontainer.plugins.pc.aop.PortletContentCommand
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class PortletContentCommand
extends BaseCommandUnit


Field Summary
 
Fields inherited from class org.exoplatform.services.portletcontainer.plugins.pc.aop.BaseCommandUnit
log
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
PortletContentCommand()
           
 
Method Summary
 java.lang.Object render(RenderExecutionContext rcontext)
           
 java.lang.Object serveResource(ResourceExecutionContext rcontext)
           
 
Methods inherited from class org.exoplatform.services.portletcontainer.plugins.pc.aop.BaseCommandUnit
execute, processAction, processEvent
 
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
 

Constructor Detail

PortletContentCommand

public PortletContentCommand()
Method Detail

render

public java.lang.Object render(RenderExecutionContext rcontext)
                        throws java.lang.Throwable
Overrides:
render in class BaseCommandUnit
Parameters:
rcontext - context
Returns:
object
Throws:
java.lang.Throwable - throwable

serveResource

public java.lang.Object serveResource(ResourceExecutionContext rcontext)
                               throws java.lang.Throwable
Overrides:
serveResource in class BaseCommandUnit
Parameters:
rcontext - context
Returns:
object
Throws:
java.lang.Throwable - throwable


Copyright © 2010 eXo Platform SAS. All Rights Reserved.