public interface Action
Action interface.
| Modifier and Type | Method and Description |
|---|---|
IProperties |
createProperties(javax.portlet.ActionRequest request)
createProperties.
|
boolean |
processAction(String path,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
processAction.
|
boolean processAction(String path, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response) throws Exception
processAction.
IProperties createProperties(javax.portlet.ActionRequest request)
createProperties.
request - a ActionRequest object.IProperties object.Copyright © 2016. All Rights Reserved.