public interface Action
Action interface.
| Modifier and Type | Method and Description |
|---|---|
de.mhus.lib.core.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.
de.mhus.lib.core.IProperties createProperties(javax.portlet.ActionRequest request)
createProperties.
request - a ActionRequest object.IProperties object.Copyright © 2019. All rights reserved.