org.loom.config
Interface ClassNames


public interface ClassNames

Names of classes automatically detected by Loom. Each name has a comment of the purpose of checking it in the classpath


Field Summary
static java.lang.String CLOSURE_COMPRESSOR
          is Google Closure Compiler in the classpath?
static java.lang.String COMMONS_ANNOTATIONS
          is commons-annotations in the classpath?
static java.lang.String JAVAEE_5
          is JavaEE 5 (JSP 2.1) in the classpath?
static java.lang.String JAVAREBEL
          is JavaRebel in the classpath?
static java.lang.String SPRING_SECURITY
          is spring-security in the classpath?
static java.lang.String SPRING_SECURITY_ACCESS_DENIED_EXCEPTION
          spring-security exception classes
static java.lang.String YUICOMPRESSOR
          is YUICompressor in the classpath?
 

Field Detail

SPRING_SECURITY

static final java.lang.String SPRING_SECURITY
is spring-security in the classpath?

See Also:
Constant Field Values

SPRING_SECURITY_ACCESS_DENIED_EXCEPTION

static final java.lang.String SPRING_SECURITY_ACCESS_DENIED_EXCEPTION
spring-security exception classes

See Also:
Constant Field Values

JAVAREBEL

static final java.lang.String JAVAREBEL
is JavaRebel in the classpath?

See Also:
Constant Field Values

JAVAEE_5

static final java.lang.String JAVAEE_5
is JavaEE 5 (JSP 2.1) in the classpath?

See Also:
Constant Field Values

YUICOMPRESSOR

static final java.lang.String YUICOMPRESSOR
is YUICompressor in the classpath?

See Also:
Constant Field Values

CLOSURE_COMPRESSOR

static final java.lang.String CLOSURE_COMPRESSOR
is Google Closure Compiler in the classpath?

See Also:
Constant Field Values

COMMONS_ANNOTATIONS

static final java.lang.String COMMONS_ANNOTATIONS
is commons-annotations in the classpath?

See Also:
Constant Field Values