Package org.exoplatform.services.rest
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 Summary
Modifier and TypeMethodDescriptiongetProperty(String name) Get property.voidsetProperty(String name, String value) Set property.
-
Method Details
-
getProperties
- Returns:
- all properties.
-
getProperty
Get property.- Parameters:
name- property name- Returns:
- value of property with specified name or null
-
setProperty
Set property.- Parameters:
name- property namevalue- property value
-