Package org.chwf.plugin

A package for various Chrysalis plugins.

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.
 

Package org.chwf.plugin Description

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.



Copyright © 2002-2004, Paul Strack. All Rights Reserved.