Class GlobalTemplateVariables.User

Enclosing class:
GlobalTemplateVariables

public static class GlobalTemplateVariables.User extends SimpleTemplateVariableResolver
The user variable evaluates to the current user.
  • Constructor Details

    • User

      public User()
      Creates a new user name variable
  • Method Details

    • resolve

      protected String resolve(TemplateContext context)
      Description copied from class: TemplateVariableResolver
      Returns an instance of the type resolved by the receiver available in context. To resolve means to provide a binding to a concrete text object (a String) in the given context.

      The default implementation looks up the type in the context.

      Overrides:
      resolve in class SimpleTemplateVariableResolver
      Parameters:
      context - the context in which to resolve the type
      Returns:
      the name of the text object of this type, or null if it cannot be determined