|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ValidationData | Interface for components that contain validation data used to generate
client-side validation with the Scripter class. |
Class Summary | |
Logger | An abstract superclass for custom logging. |
OptionLister | An abstract superclass for custom option list retrieval for bean filters. |
Plugin | Class with plugin utility methods. |
Scripter | An abstract superclass for custom client-side validation scripting. |
User | An abstract superclass for custom user information. |
Exception Summary | |
AuthenticationException | Exception thrown for security exceptions. |
A package for various Chrysalis plugins. The plugins can be used to customize certain behaviors in Chrysalis. The classes in this package are abstract; custom implementation of the Chrysalis plugins are subclasses of these abstract classes. Plugins should be configured in the ChrysalisConfig.xml file.
<config> <plugin> <user class="Custom-Class-Name" /> <-- Other plugins, as needed --> </plugin> </config>
The plugin class should be a subclass of the appropriate superclass from
this package. If no custom plugin is defined for a given plugin, the plugins
in the org.chwf.plugin.defaults
package are used.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |