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

    Modifier and Type
    Method
    Description
    build(String className)
    Given the name of the class, this method should build an action name.
  • Method Details

    • build

      String build(String className)
      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.