Class FragmentSignature

  • All Implemented Interfaces:

    public final class FragmentSignature
    extends 
    implements 

    Represents a fragment signature, including both a name and an (optional) sequence of parameter names to be applied. Typically the result of parsing a th:fragment attribute.

    Since:
    2.1.0
    Author:
    Daniel Fernández
    See Also:
    Serialized Form
    • Constructor Detail

      • FragmentSignature

        public FragmentSignature​( fragmentName,
                                 <> parameterNames)
    • Method Detail

      • getFragmentName

        public  getFragmentName()
      • hasParameters

        public boolean hasParameters()
      • getParameterNames

        public <> getParameterNames()
      • getStringRepresentation

        public  getStringRepresentation()
      • toString

        public  toString()
        Overrides:
         in class