Package org.apache.struts2.convention
Class AbstractActionNameBuilder
java.lang.Object
org.apache.struts2.convention.AbstractActionNameBuilder
- All Implemented Interfaces:
- ActionNameBuilder
- Direct Known Subclasses:
- DefaultActionNameBuilder,- SEOActionNameBuilder
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcheckActionName(String actionName) voidsetActionSuffix(String actionSuffix) protected StringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.struts2.convention.ActionNameBuilderbuild
- 
Constructor Details- 
AbstractActionNameBuilderpublic AbstractActionNameBuilder()
 
- 
- 
Method Details- 
setActionSuffix- Parameters:
- actionSuffix- (Optional) Classes that end with these value will be mapped as actions (defaults to "Action")
 
- 
checkActionName
- 
truncateSuffixIfMatches
 
-