|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.bundle.Controller
org.torweg.pulse.component.cms.CMSFormProcessor
public class CMSFormProcessor
Does form-processing for forms built-in in CMSContents.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.torweg.pulse.bundle.Controller |
|---|
Controller.AlwaysRun |
| Constructor Summary | |
|---|---|
CMSFormProcessor()
|
|
| Method Summary | |
|---|---|
void |
initialize(CMSFormProcessorConfiguration conf)
|
java.lang.Object |
processForm(Bundle bundle, ServiceRequest request)
processes the request. |
| Methods inherited from class org.torweg.pulse.bundle.Controller |
|---|
getAlwaysRun, isAlwaysRun, setAlwaysRun |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMSFormProcessor()
| Method Detail |
|---|
@Action(value="processForm", security=KEEP) @Permission(value="processForm") public final java.lang.Object processForm(Bundle bundle, ServiceRequest request)
On successful processing of the form the configured
ICMSFormProcessorTask will be executed.
bundle - the bundlerequest - the current request
public final void initialize(CMSFormProcessorConfiguration conf)
initialize in interface Configurable<CMSFormProcessorConfiguration>conf - the configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||