com.caucho.portal.generic
Interface Action


public interface Action


Method Summary
 void finish()
           
 ActionRequest getActionRequest()
           
 ActionResponse getActionResponse()
           
 java.lang.String getNamespace()
           
 Window getWindow()
           
 boolean isTarget()
          Return true if the namespace is the target of an action.
 void processAction(Portlet portlet)
           
 

Method Detail

isTarget

boolean isTarget()
Return true if the namespace is the target of an action.


processAction

void processAction(Portlet portlet)
                   throws PortletException,
                          java.io.IOException
Throws:
PortletException
java.io.IOException

getWindow

Window getWindow()

getNamespace

java.lang.String getNamespace()

getActionRequest

ActionRequest getActionRequest()

getActionResponse

ActionResponse getActionResponse()

finish

void finish()
            throws PortletException,
                   java.io.IOException
Throws:
PortletException
java.io.IOException