com.caucho.portal.generic
Interface Action
public interface Action
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