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

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.validation.impl.DefaultScopeFactory
All Implemented Interfaces:
ScopeFactory

public class DefaultScopeFactory
extends java.lang.Object
implements ScopeFactory

Default implementation of ScopeFactory.


Constructor Summary
DefaultScopeFactory()
           
 
Method Summary
 Scope getScope(ValidatableFactory.Context pContext, java.lang.String pDescription)
          Creates a new instance of Scope, as specified by the given description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultScopeFactory

public DefaultScopeFactory()
Method Detail

getScope

public Scope getScope(ValidatableFactory.Context pContext,
                      java.lang.String pDescription)
               throws com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Description copied from interface: ScopeFactory
Creates a new instance of Scope, as specified by the given description. This method is called by the annotation processor.

Specified by:
getScope in interface ScopeFactory
pDescription - The scopes description.
Throws:
com.softwareag.centrasite.appl.framework.CSAppFrameworkException