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

Author:
icoloma

Field Summary
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 JSMIN
          is JSMin in the classpath?
static java.lang.String SPRING_SECURITY
          is spring-security in the classpath?
static java.lang.String SPRING_SECURITY_TIGER
          is spring-security-core-tiger (security annotations) in the classpath?
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_TIGER

static final java.lang.String SPRING_SECURITY_TIGER
is spring-security-core-tiger (security annotations) in the classpath?

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

JSMIN

static final java.lang.String JSMIN
is JSMin 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

COMMONS_ANNOTATIONS

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

See Also:
Constant Field Values


The Loom Framework 1.6-SNAPSHOT.
Licensed under the Apache License, Version 2.0 by Extrema Sistemas de Informacion S.L.