Package de.mhus.lib.portlet.actions
Class AbstractAction
- java.lang.Object
-
- de.mhus.lib.portlet.actions.AbstractAction
-
-
Constructor Summary
Constructors Constructor Description AbstractAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.mhus.lib.core.IPropertiescreateProperties(javax.portlet.ActionRequest request)createProperties.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.mhus.lib.portlet.actions.Action
processAction
-
-
-
-
Method Detail
-
createProperties
public de.mhus.lib.core.IProperties createProperties(javax.portlet.ActionRequest request)
createProperties.
- Specified by:
createPropertiesin interfaceAction- Parameters:
request- aActionRequestobject.- Returns:
- a
IPropertiesobject.
-
-