Class AbstractMessageResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      getName()
      Returns the name of the message resolver.
      getOrder()
      Return the order in which this message resolver will be executed in the chain when several message resolvers are set for the same Template Engine.
      void  name)
      Sets a name for this message resolver.
      void  order)
      Sets a new order for the message resolver.
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • AbstractMessageResolver

        protected AbstractMessageResolver()
    • Method Detail

      • getName

        public final  getName()
        Description copied from interface: IMessageResolver

        Returns the name of the message resolver.

        Specified by:
        getName in interface IMessageResolver
        Returns:
        the name of the message resolver
      • setName

        public void setName​( name)

        Sets a name for this message resolver.

        Parameters:
        name - the new name
      • getOrder

        public final  getOrder()
        Description copied from interface: IMessageResolver

        Return the order in which this message resolver will be executed in the chain when several message resolvers are set for the same Template Engine.

        Specified by:
        getOrder in interface IMessageResolver
        Returns:
        the order of this resolver in the chain.
      • setOrder

        public void setOrder​( order)

        Sets a new order for the message resolver.

        Parameters:
        order - the new order