com.softwareag.centrasite.appl.framework.validation.impl
Class ValidationDefaultsFactory

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.validation.impl.ValidationDefaultsFactory

public class ValidationDefaultsFactory
extends java.lang.Object

This factory class creates the application specific defaults.


Constructor Summary
ValidationDefaultsFactory()
           
 
Method Summary
 ValidationDefaults newValidationDefaults(java.lang.ClassLoader pClassLoader)
          Creates the applications instance of ValidationDefaults.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationDefaultsFactory

public ValidationDefaultsFactory()
Method Detail

newValidationDefaults

public ValidationDefaults newValidationDefaults(java.lang.ClassLoader pClassLoader)
                                         throws com.softwareag.centrasite.appl.framework.CSAppFrameworkException

Creates the applications instance of ValidationDefaults. This is an expensive operation, and you should store the defaults in a singleton object, or a static variable.

Parameters:
pClassLoader - The class loader to use for loading default classes.
Throws:
com.softwareag.centrasite.appl.framework.CSAppFrameworkException