Package org.apache.struts2.convention
Class DefaultActionNameBuilder
java.lang.Object
org.apache.struts2.convention.AbstractActionNameBuilder
org.apache.struts2.convention.DefaultActionNameBuilder
- All Implemented Interfaces:
ActionNameBuilder
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. If the constant is set to true, this class will lowercase all action names.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.struts2.convention.AbstractActionNameBuilder
checkActionName, setActionSuffix, truncateSuffixIfMatches
-
Constructor Details
-
DefaultActionNameBuilder
-
-
Method Details
-
build
Description copied from interface:ActionNameBuilder
Given the name of the class, this method should build an action name.- Parameters:
className
- The class name.- Returns:
- The action name and never null.
-