Class InitParameterExtractor

java.lang.Object
org.apache.tiles.request.servlet.extractor.InitParameterExtractor
All Implemented Interfaces:
HasKeys<String>

public class InitParameterExtractor extends Object implements HasKeys<String>
Extract initialization parameters from the servlet context.
  • Constructor Details

    • InitParameterExtractor

      public InitParameterExtractor(jakarta.servlet.ServletContext context)
      Constructor.
      Parameters:
      context - The servlet context.
  • Method Details

    • getKeys

      public Enumeration<String> getKeys()
      Description copied from interface: HasKeys
      The enumeration of the keys of the stored attributes.
      Specified by:
      getKeys in interface HasKeys<String>
      Returns:
      The keys.
    • getValue

      public String getValue(String key)
      Description copied from interface: HasKeys
      Returns the value of the attribute with the given key.
      Specified by:
      getValue in interface HasKeys<String>
      Parameters:
      key - The key of the attribute.
      Returns:
      The value.