Uses of Interface
org.apache.struts2.convention.ActionNameBuilder
Packages that use ActionNameBuilder
-
Uses of ActionNameBuilder in org.apache.struts2.convention
Classes in org.apache.struts2.convention that implement ActionNameBuilderModifier and TypeClassDescriptionclass
class
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.class
This class converts the class name into a SEO friendly name by recognizing camel casing and inserting dashes.