- cannotInstantiate(Class<?>) - Method in class org.apache.struts2.convention.PackageBasedActionConfigBuilder
- 
Interfaces, enums, annotations, and abstract classes cannot be instantiated. 
- canonicalize(String) - Method in class org.apache.struts2.convention.ConventionUnknownHandler
-  
- checkActionName(String) - Method in class org.apache.struts2.convention.AbstractActionNameBuilder
-  
- checkActionPackages(String) - Method in class org.apache.struts2.convention.PackageBasedActionConfigBuilder
- 
Checks if class package match provided list of action packages 
- checkActionsAnnotation(Actions) - Method in class org.apache.struts2.convention.PackageBasedActionConfigBuilder
- 
Builds a list of actions from an @Actions annotation, and check that they are not all empty 
- checkExcludePackages(String) - Method in class org.apache.struts2.convention.PackageBasedActionConfigBuilder
- 
Checks if provided class package is on the exclude list 
- checkPackageLocators(String) - Method in class org.apache.struts2.convention.PackageBasedActionConfigBuilder
- 
Checks if class package match provided list of package locators 
- ClasspathConfigurationProvider - Class in org.apache.struts2.convention
- 
 Xwork will only reload configurations, if one ContainerProvider needs reloading, that's all this class does 
- ClasspathConfigurationProvider(Container) - Constructor for class org.apache.struts2.convention.ClasspathConfigurationProvider
-  
- ClasspathPackageProvider - Class in org.apache.struts2.convention
- 
 This class is a configuration provider for the XWork configuration
 system. 
- ClasspathPackageProvider(Container) - Constructor for class org.apache.struts2.convention.ClasspathPackageProvider
-  
- configuration - Variable in class org.apache.struts2.convention.ConventionUnknownHandler
-  
- contains(String[], String, boolean) - Static method in class org.apache.struts2.convention.StringTools
-  
- containsMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.struts2.convention.ReflectionTools
- 
Determines if the class given contains the method. 
- CONVENTION_ACTION_ALWAYS_MAP_EXECUTE - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ACTION_CHECK_IMPLEMENTS_ACTION - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ACTION_CONFIG_BUILDER - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ACTION_DISABLE_SCANNING - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ACTION_EAGER_LOADING - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ACTION_FILE_PROTOCOLS - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ACTION_INCLUDE_JARS - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ACTION_MAP_ALL_MATCHES - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ACTION_NAME_BUILDER - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ACTION_NAME_LOWERCASE - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ACTION_NAME_SEPARATOR - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ACTION_PACKAGES - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ACTION_SUFFIX - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_CLASSES_RELOAD - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_CONVENTIONS_SERVICE - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_DEFAULT_PARENT_PACKAGE - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_ENABLE_SMI_INHERITANCE - Static variable in class org.apache.struts2.convention.ConventionConstants
- 
Enables the inheritance of the SMI value from a parent package config to its children 
- CONVENTION_EXCLUDE_PACKAGES - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_EXCLUDE_PARENT_CLASS_LOADER - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_INTERCEPTOR_MAP_BUILDER - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_PACKAGE_LOCATORS - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_PACKAGE_LOCATORS_BASE_PACKAGE - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_PACKAGE_LOCATORS_DISABLE - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_REDIRECT_TO_SLASH - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_RELATIVE_RESULT_TYPES - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_RESULT_FLAT_LAYOUT - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_RESULT_MAP_BUILDER - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- CONVENTION_RESULT_PATH - Static variable in class org.apache.struts2.convention.ConventionConstants
-  
- ConventionConstantConfig - Class in org.apache.struts2.convention.config.entities
-  
- ConventionConstantConfig() - Constructor for class org.apache.struts2.convention.config.entities.ConventionConstantConfig
-  
- ConventionConstants - Class in org.apache.struts2.convention
- 
Constants used to extend the Convention plugin 
- ConventionConstants() - Constructor for class org.apache.struts2.convention.ConventionConstants
-  
- ConventionsService - Interface in org.apache.struts2.convention
- 
 This interface defines the conventions that are used by the convention plugin. 
- ConventionsServiceImpl - Class in org.apache.struts2.convention
- 
 This class is the implementation of the  ConventionsService
 interface and provides all of the defaults and annotation handling. 
- ConventionsServiceImpl(String) - Constructor for class org.apache.struts2.convention.ConventionsServiceImpl
- 
Constructs a new instance. 
- ConventionUnknownHandler - Class in org.apache.struts2.convention
- 
 This class is the default unknown handler for all of the Convention
 plugin integration with XWork. 
- ConventionUnknownHandler(Configuration, ObjectFactory, ServletContext, Container, String, String, String) - Constructor for class org.apache.struts2.convention.ConventionUnknownHandler
- 
Constructs the unknown handler. 
- ConventionUnknownHandler.Resource - Class in org.apache.struts2.convention
-  
- createActionConfig(PackageConfig.Builder, Class<?>, String, String, Action, Set<String>) - Method in class org.apache.struts2.convention.PackageBasedActionConfigBuilder
- 
Creates a single ActionConfig object. 
- createFromAnnotations(Map<String, ResultConfig>, String, PackageConfig, Result[], Class<?>, Map<String, ResultTypeConfig>) - Method in class org.apache.struts2.convention.DefaultResultMapBuilder
-  
- createFromResources(Class<?>, Map<String, ResultConfig>, String, String, String, PackageConfig, Map<String, ResultTypeConfig>) - Method in class org.apache.struts2.convention.DefaultResultMapBuilder
- 
Creates any result types from the resources available in the web application. 
- createParameterMap(String[]) - Static method in class org.apache.struts2.convention.StringTools
-  
- createResultConfig(Class<?>, DefaultResultMapBuilder.ResultInfo, PackageConfig, Result) - Method in class org.apache.struts2.convention.DefaultResultMapBuilder
- 
Creates the result configuration for the single result annotation. 
- createResultsFromAnnotations(Class<?>, PackageConfig, String, Map<String, ResultConfig>, Map<String, ResultTypeConfig>) - Method in class org.apache.struts2.convention.DefaultResultMapBuilder
- 
Creates results from @Results and @Result annotations