Enum DefaultStringLookup

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BASE64_DECODER
      The lookup for Base64 decoding using the key "base64Decoder".
      BASE64_ENCODER
      The lookup for Base64 decoding using the key "base64Encoder".
      CONST
      The lookup for Java static class member constants using the key "const".
      DATE
      The lookup for formatting the current date using the key "date".
      DNS
      The lookup for DNS using the key "dns".
      ENVIRONMENT
      The lookup for environment properties using the key "env".
      FILE
      The lookup for files using the key "file".
      JAVA
      The lookup for Java platform information using the key "java".
      LOCAL_HOST
      The lookup for localhost information using the key "localhost".
      PROPERTIES
      The lookup for properties using the key "properties".
      RESOURCE_BUNDLE
      The lookup for resource bundles using the key "resourceBundle".
      SCRIPT
      The lookup for scripts using the key "script".
      SYSTEM_PROPERTIES
      The lookup for system properties using the key "sys".
      URL
      The lookup for URLs using the key "url".
      URL_DECODER
      The lookup for URL decoding using the key "urlDecoder".
      URL_ENCODER
      The lookup for URL decoding using the key "urlEncoder".
      XML
      The lookup for URL decoding using the key "xml".
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Returns the standard prefix for the lookup object of this kind.
      StringLookup getStringLookup()
      Returns the standard StringLookup instance of this kind.
      static DefaultStringLookup valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static DefaultStringLookup[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait