Uses of Interface
com.softwareag.centrasite.appl.framework.validation.impl.ErrorCodeFactory

Packages that use ErrorCodeFactory
com.softwareag.centrasite.appl.framework.validation.impl   
 

Uses of ErrorCodeFactory in com.softwareag.centrasite.appl.framework.validation.impl
 

Classes in com.softwareag.centrasite.appl.framework.validation.impl that implement ErrorCodeFactory
 class DefaultErrorCodeFactory
          Default implementation of ErrorCodeFactory.
 

Methods in com.softwareag.centrasite.appl.framework.validation.impl that return ErrorCodeFactory
 ErrorCodeFactory ValidatableFactory.Context.getErrorCodeFactory()
          Returns the error code factory.
protected  ErrorCodeFactory ValidatableFactory.getErrorCodeFactory(ValidatableFactory.Context pContext)
          Returns the error code factory.
protected  ErrorCodeFactory ValidatableFactory.newErrorCodeFactory(ValidatableFactory.Context pContext, ValidationDefaults.ErrorCodeFactory errorCodeFactoryDefaults)
          Creates a new instance of ErrorCodeFactory.