nl.gx.webmanager.cms.form
Interface RuleClassDefinition


public interface RuleClassDefinition

Specifies the Java class and parameters of a handler used for processing form submissions. Rule class definitions are used by rules, handlers and validations.

Author:
simon

Method Summary
 java.lang.String getClassName()
          Get the Java class name.
 java.lang.String getDescription()
          Get a description of this rule class.
 

Method Detail

getClassName

java.lang.String getClassName()
Get the Java class name.

Returns:
Fully qualified Java class name.

getDescription

java.lang.String getDescription()
Get a description of this rule class.

Returns:
Human readable text descripting this rule class.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.