com.google.code.rees.scope.struts2
Interface ConventionConstants


public interface ConventionConstants

Constants from the convention plugin. Used for injection.

Author:
rees.byars

Field Summary
static String ACTION_PACKAGES
           
static String ACTION_SUFFIX
           
static String CHECK_IMPLEMENTS_ACTION
           
static String EXCLUDE_PARENT_CLASS_LOADER
           
static String FILE_PROTOCOLS
           
static String INCLUDE_JARS
           
static String PACKAGE_LOCATORS
           
static String PACKAGE_LOCATORS_BASE_PACKAGE
           
static String PACKAGE_LOCATORS_DISABLE
           
static String RELOAD_CLASSES
           
 

Field Detail

RELOAD_CLASSES

static final String RELOAD_CLASSES
See Also:
Constant Field Values

EXCLUDE_PARENT_CLASS_LOADER

static final String EXCLUDE_PARENT_CLASS_LOADER
See Also:
Constant Field Values

FILE_PROTOCOLS

static final String FILE_PROTOCOLS
See Also:
Constant Field Values

INCLUDE_JARS

static final String INCLUDE_JARS
See Also:
Constant Field Values

PACKAGE_LOCATORS_DISABLE

static final String PACKAGE_LOCATORS_DISABLE
See Also:
Constant Field Values

ACTION_PACKAGES

static final String ACTION_PACKAGES
See Also:
Constant Field Values

CHECK_IMPLEMENTS_ACTION

static final String CHECK_IMPLEMENTS_ACTION
See Also:
Constant Field Values

ACTION_SUFFIX

static final String ACTION_SUFFIX
See Also:
Constant Field Values

PACKAGE_LOCATORS

static final String PACKAGE_LOCATORS
See Also:
Constant Field Values

PACKAGE_LOCATORS_BASE_PACKAGE

static final String PACKAGE_LOCATORS_BASE_PACKAGE
See Also:
Constant Field Values


Copyright © 2012-2013. All Rights Reserved.