nl.openedge.baritus
Class FormBeanCtrl

java.lang.Object
  extended bynl.openedge.baritus.FormBeanCtrlBase
      extended bynl.openedge.baritus.FormBeanCtrl
All Implemented Interfaces:
org.infohazard.maverick.flow.Controller, org.infohazard.maverick.flow.ControllerSingleton

public abstract class FormBeanCtrl
extends FormBeanCtrlBase
implements org.infohazard.maverick.flow.ControllerSingleton

Singleton implementation.

Author:
Eelco Hillenius

Field Summary
 
Fields inherited from class nl.openedge.baritus.FormBeanCtrlBase
ERROR, LOGON, REDIRECT, REQUEST_ATTRIBUTE_EXECUTION_PARAMS, REQUEST_ATTRIBUTE_FORMBEANCONTEXT, SESSION_KEY_CURRENT_LOCALE, SUCCESS
 
Constructor Summary
FormBeanCtrl()
           
 
Method Summary
 void init(org.jdom.Element controllerNode)
          Guaranteed to be called once with the XML configuration of the controller from the master config file.
 
Methods inherited from class nl.openedge.baritus.FormBeanCtrlBase
addInterceptor, addInterceptor, addPopulator, addPopulator, addValidationActivationRule, addValidator, addValidator, addValidatorDelegate, doSetNoCache, fixExecutionParams, getConversionErrorLabelKey, getDefaultPopulator, getErrorView, getExecutionParams, getLocaleForRequest, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getPropertyNameKey, getValidatorDelegates, getValidators, go, isNullOrEmpty, makeFormBean, perform, removeInterceptor, removePopulator, removePopulator, removeValidationActivationRule, removeValidator, removeValidator, removeValidatorDelegate, removeValidators, setConversionErrorForField, setDefaultPopulator, setOverrideField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.infohazard.maverick.flow.Controller
go
 

Constructor Detail

FormBeanCtrl

public FormBeanCtrl()
Method Detail

init

public void init(org.jdom.Element controllerNode)
          throws org.infohazard.maverick.flow.ConfigException
Guaranteed to be called once with the XML configuration of the controller from the master config file.

Specified by:
init in interface org.infohazard.maverick.flow.ControllerSingleton
Parameters:
controllerNode -
Throws:
org.infohazard.maverick.flow.ConfigException
See Also:
ControllerSingleton.init(org.jdom.Element)


Copyright © 2003-2004 Open Edge. All Rights Reserved.