Interface InitialProperties

All Known Subinterfaces:
ApplicationContext
All Known Implementing Classes:
ApplicationContextImpl

public interface InitialProperties
Container for properties, that may be injected in resource by @Context annotation.
Version:
$Id$
Author:
Andrey Parfonov
  • Method Details

    • getProperties

      Map<String,String> getProperties()
      Returns:
      all properties.
    • getProperty

      String getProperty(String name)
      Get property.
      Parameters:
      name - property name
      Returns:
      value of property with specified name or null
    • setProperty

      void setProperty(String name, String value)
      Set property.
      Parameters:
      name - property name
      value - property value