Package org.apache.struts2.convention
Interface ActionNameBuilder
- All Known Implementing Classes:
AbstractActionNameBuilder
,DefaultActionNameBuilder
,SEOActionNameBuilder
public interface ActionNameBuilder
This interface defines the method that is used to create action names based on the name of a class.
-
Method Summary
-
Method Details
-
build
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.
-