org.apache.struts2.convention.annotation |
ActionConfigBuilder | This interface defines how the action configurations for the current web application can be constructed. |
code | html |
ActionNameBuilder | This interface defines the method that is used to create action names based on the name of a class. |
code | html |
ConventionsService | This interface defines the conventions that are used by the convention plugin. |
code | html |
InterceptorMapBuilder | This interface defines how interceptors are built from annotations. |
code | html |
ResultMapBuilder | This interface defines how results are constructed for an Action. |
code | html |
ClasspathConfigurationProvider | Xwork will only reload configurations, if one ContainerProvider needs reloading, that's all this class does |
code | html |
ClasspathPackageProvider | This class is a configuration provider for the XWork configuration system. |
code | html |
ConventionConstants | Constants used to extend the COnvention plugin | code | html |
ConventionUnknownHandler | This class is the default unknown handler for all of the Convention plugin integration with XWork. |
code | html |
ConventionUnknownHandler.Resource | code | html | |
ConventionsServiceImpl | This class is the implementation of the ConventionsService interface and provides all of the defaults and annotation handling. |
code | html |
DefaultActionNameBuilder | This class strips the word Action from the end of the class name and possibly lowercases the name as well depending on the value of the constant struts.convention.action.name.lowercase. |
code | html |
DefaultInterceptorMapBuilder | Builds interceptor mappings from annotations. |
code | html |
DefaultResultMapBuilder | This class implements the ResultMapBuilder and traverses the web application content directory looking for reasonably named JSPs and other result types as well as annotations. |
code | html |
DefaultResultMapBuilder.ResultInfo | code | html | |
PackageBasedActionConfigBuilder | This class implements the ActionConfigBuilder interface. |
code | html |
ReflectionTools | This class has some reflection helpers. |
code | html |
SEOActionNameBuilder | This class converts the class name into a SEO friendly name by recognizing camel casing and inserting dashes. |
code | html |
StringTools | This class is a String helper. |
code | html |