public interface ActionNameBuilder
This interface defines the method that is used to create action names based on the name of a class.
| Modifier and Type | Method and Description | 
|---|---|
| String | build(String className)Given the name of the class, this method should build an action name. | 
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.