atg.nucleus
Interface RequestScope


public interface RequestScope

This interface is a "marker" for Java configuration files that are to be request-scoped. If a configuration file is a .java file, and it also declares that it implements this interface, then it will be marked as request scope.


Field Summary
static java.lang.String CLASS_VERSION
           
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values