| Constructor and Description |
|---|
ActionRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
de.mhus.lib.core.IProperties |
createProperties(javax.portlet.ActionRequest request)
createProperties.
|
boolean |
processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
processAction.
|
boolean |
processAction(String path,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
processAction.
|
void |
register(String name,
Action resource)
register.
|
void |
unregister(String name)
unregister.
|
public boolean processAction(String path, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response) throws Exception
processAction.
processAction in interface Actionpath - a String object.request - a ActionRequest object.response - a ActionResponse object.Exception - if any.public boolean processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws Exception
processAction.
request - a ActionRequest object.response - a ActionResponse object.Exception - if any.public de.mhus.lib.core.IProperties createProperties(javax.portlet.ActionRequest request)
createProperties.
createProperties in interface Actionrequest - a ActionRequest object.IProperties object.Copyright © 2017. All rights reserved.