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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkActionName
(String actionName) void
setActionSuffix
(String actionSuffix) protected String
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.struts2.convention.ActionNameBuilder
build
-
Constructor Details
-
AbstractActionNameBuilder
public AbstractActionNameBuilder()
-
-
Method Details
-
setActionSuffix
- Parameters:
actionSuffix
- (Optional) Classes that end with these value will be mapped as actions (defaults to "Action")
-
checkActionName
-
truncateSuffixIfMatches
-