org.apache.myfaces.extensions.validator.core.startup
Class ExtValStartupListener
java.lang.Object
org.apache.myfaces.extensions.validator.core.startup.AbstractStartupListener
org.apache.myfaces.extensions.validator.core.startup.ExtValStartupListener
- All Implemented Interfaces:
- Serializable, EventListener, javax.faces.event.PhaseListener
public class ExtValStartupListener
- extends AbstractStartupListener
- Since:
- 1.x.1
- See Also:
- Serialized Form
|
Method Summary |
protected void |
init()
Contains logic which should get executed before the application gets invoked
(e.g. |
protected void |
initModuleConfig()
Allows subclasses to put some configuration in place, before the actual initialization code is performed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtValStartupListener
public ExtValStartupListener()
initModuleConfig
protected void initModuleConfig()
- Description copied from class:
AbstractStartupListener
- Allows subclasses to put some configuration in place, before the actual initialization code is performed.
- Overrides:
initModuleConfig in class AbstractStartupListener
- See Also:
ExtValCoreConfiguration.use(org.apache.myfaces.extensions.validator.core.ExtValCoreConfiguration, boolean)
init
protected void init()
- Description copied from class:
AbstractStartupListener
- Contains logic which should get executed before the application gets invoked
(e.g. initialization code of a module or add-on).
- Specified by:
init in class AbstractStartupListener
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.