Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractPropertiesManager - Class in org.onehippo.forge.properties.impl
-
PropertiesManager implementing mainly the getPropertiesBean methods without Locale argument and deprecated methods.
- AbstractPropertiesManager() - Constructor for class org.onehippo.forge.properties.impl.AbstractPropertiesManager
- addValue(Object) - Method in class org.onehippo.forge.properties.tags.ParamContainerTag
-
Adds a value to value parameter list..
- addValue(List<Object>) - Method in class org.onehippo.forge.properties.tags.ParamContainerTag
- asMap(Collection<Properties>) - Static method in class org.onehippo.forge.properties.api.PropertiesUtil
-
Get a combined Map from a collection of properties documents.
- asMap(Properties) - Static method in class org.onehippo.forge.properties.api.PropertiesUtil
-
Get a Map from a properties document.
C
- CachingMapPropertiesManagerImpl - Class in org.onehippo.forge.properties.impl
-
Faster alternative for CachingPropertiesManagerImpl, based on code donation by Ebrahim Aharpour.
- CachingMapPropertiesManagerImpl() - Constructor for class org.onehippo.forge.properties.impl.CachingMapPropertiesManagerImpl
- CachingPropertiesManagerImpl - Class in org.onehippo.forge.properties.impl
- CachingPropertiesManagerImpl() - Constructor for class org.onehippo.forge.properties.impl.CachingPropertiesManagerImpl
- cleanup() - Method in class org.onehippo.forge.properties.tags.ParamContainerTag
- cleanup() - Method in class org.onehippo.forge.properties.tags.ParamTag
- cleanup() - Method in class org.onehippo.forge.properties.tags.PropertyTag
- clear() - Method in class org.onehippo.forge.properties.bean.PropertiesMap
- containsKey(Object) - Method in class org.onehippo.forge.properties.bean.PropertiesMap
- containsValue(Object) - Method in class org.onehippo.forge.properties.bean.PropertiesMap
- createCanonicalKey(HippoBean, String) - Method in class org.onehippo.forge.properties.impl.CachingMapPropertiesManagerImpl
-
Create a key for a location an a relative path of a properties document.
- createCanonicalKey(HippoBean, String) - Method in class org.onehippo.forge.properties.impl.CachingPropertiesManagerImpl
-
Create a key for a location an a relative path of a properties document.
D
- documentPath - Variable in class org.onehippo.forge.properties.tags.PropertyTag
- doEndTag(HstRequest, HstResponse) - Method in class org.onehippo.forge.properties.tags.PropertyTag
- doStartTag() - Method in class org.onehippo.forge.properties.tags.ParamContainerTag
- doStartTag() - Method in class org.onehippo.forge.properties.tags.ParamTag
E
- EMPTY - Static variable in class org.onehippo.forge.properties.bean.PropertiesBean
- entrySet() - Method in class org.onehippo.forge.properties.bean.PropertiesMap
G
- get(Object) - Method in class org.onehippo.forge.properties.bean.PropertiesMap
- getDefaultDocumentLocation() - Method in interface org.onehippo.forge.properties.api.PropertiesManager
-
Get the location where properties are searched.
- getDefaultDocumentLocation() - Method in class org.onehippo.forge.properties.impl.PropertiesManagerImpl
-
Get the location where properties are searched.
- getDefaultDocumentName() - Method in interface org.onehippo.forge.properties.api.PropertiesManager
-
Get the default name of the property documents that are searched for.
- getDefaultDocumentName() - Method in class org.onehippo.forge.properties.impl.PropertiesManagerImpl
-
Get the default name of the property documents that are searched for.
- getDefaultLocation(HippoBean) - Method in class org.onehippo.forge.properties.impl.PropertiesManagerImpl
-
Get the base location where the properties documents are stored.
- getDefaultValue(PropertiesManager) - Method in class org.onehippo.forge.properties.tags.PropertyTag
-
Get the value that is printed if the property isn't found
- getFromCache(String) - Method in class org.onehippo.forge.properties.impl.CachingMapPropertiesManagerImpl
-
Get a properties bean from cache.
- getName() - Method in class org.onehippo.forge.properties.annotated.Property
- getName() - Method in class org.onehippo.forge.properties.bean.PropertyBean
- getProperties(String[], HippoBean) - Method in interface org.onehippo.forge.properties.api.PropertiesManager
-
Deprecated.Replaced by #getPropertiesBeans(final List names, final HippoBean baseBean). Use PropertiesUtil to get a Map directly.
- getProperties(String[], HippoBean) - Method in class org.onehippo.forge.properties.impl.AbstractPropertiesManager
-
Returns a map with String name/value pairs.
- getProperties(HippoBean) - Method in interface org.onehippo.forge.properties.api.PropertiesManager
-
Deprecated.Replaced by #getPropertiesBean(final HippoBean baseBean). Use PropertiesUtil to get a Map directly.
- getProperties(HippoBean) - Method in class org.onehippo.forge.properties.impl.AbstractPropertiesManager
-
Returns a map with String name/value pairs.
- getProperties(HippoBean) - Method in class org.onehippo.forge.properties.impl.CachingMapPropertiesManagerImpl
- getProperties(HippoBean, Locale) - Method in class org.onehippo.forge.properties.impl.CachingMapPropertiesManagerImpl
-
getProperties method with a locale (not in PropertiesManager interface)
- getPropertiesBean(String, HippoBean) - Method in interface org.onehippo.forge.properties.api.PropertiesManager
-
Get the bean representing the properties document with the given name at the configured location, relative to the given base bean (if configured location does not start with slash).
- getPropertiesBean(String, HippoBean) - Method in class org.onehippo.forge.properties.impl.AbstractPropertiesManager
-
Get the bean representing the properties document with the given name at the configured location, relative to the given base bean (if configured location does not start with slash).
- getPropertiesBean(String, HippoBean, Locale) - Method in interface org.onehippo.forge.properties.api.PropertiesManager
-
Get the bean representing the properties document with the given name at the configured location, relative to the given base bean (if configured location does not start with slash).
- getPropertiesBean(String, HippoBean, Locale) - Method in class org.onehippo.forge.properties.impl.PropertiesManagerImpl
-
Get the bean representing the properties document with the given name at the configured location, relative to the given base bean (if configured location does not start with slash).
- getPropertiesBean(HippoBean) - Method in interface org.onehippo.forge.properties.api.PropertiesManager
-
Get the bean representing the properties document with the configured default name at the configured location, relative to the given base bean (if configured location does not start with slash).
- getPropertiesBean(HippoBean) - Method in class org.onehippo.forge.properties.impl.AbstractPropertiesManager
-
Get the bean representing the properties document with the configured default name at the configured location, relative to the given base bean (if configured location does not start with slash).
- getPropertiesBean(HippoBean, String, Locale) - Method in class org.onehippo.forge.properties.impl.CachingPropertiesManagerImpl
- getPropertiesBean(HippoBean, String, Locale) - Method in class org.onehippo.forge.properties.impl.PropertiesManagerImpl
-
Get a serializable PropertiesBean by location, path and locale.
- getPropertiesBean(HippoBean, Locale) - Method in interface org.onehippo.forge.properties.api.PropertiesManager
-
Get the bean representing the properties document with the configured default name at the configured location, relative to the given base bean (if configured location does not start with slash).
- getPropertiesBean(HippoBean, Locale) - Method in class org.onehippo.forge.properties.impl.PropertiesManagerImpl
-
Get the bean representing the properties document with the configured default name at the configured location, relative to the given base bean (if configured location does not start with slash).
- getPropertiesBeans(List<String>, HippoBean) - Method in interface org.onehippo.forge.properties.api.PropertiesManager
-
Get the beans representing the properties documents with the given names at the configured location, relative to the given base bean (if configured location does not start with slash).
- getPropertiesBeans(List<String>, HippoBean) - Method in class org.onehippo.forge.properties.impl.AbstractPropertiesManager
-
Get the beans representing the properties documents with the given names at the configured location, relative to the given base bean (if configured location does not start with slash).
- getPropertiesBeans(List<String>, HippoBean, Locale) - Method in interface org.onehippo.forge.properties.api.PropertiesManager
-
Get the beans representing the properties documents with the given names at the configured location, relative to the given base bean (if configured location does not start with slash).
- getPropertiesBeans(List<String>, HippoBean, Locale) - Method in class org.onehippo.forge.properties.impl.PropertiesManagerImpl
-
Get the beans representing the properties documents with the given names at the configured location, relative to the given base bean (if configured location does not start with slash).
- getPropertiesMapByLocale(HippoBean, String, Locale) - Method in class org.onehippo.forge.properties.impl.CachingMapPropertiesManagerImpl
- getPropertyBeans() - Method in class org.onehippo.forge.properties.bean.PropertiesBean
- getPropertyObjects() - Method in class org.onehippo.forge.properties.annotated.Properties
-
Get the multiple property nodes as list of objects.
- getTranslatedProperties(HippoBean, String, Locale) - Method in class org.onehippo.forge.properties.impl.PropertiesManagerImpl
- getValue() - Method in class org.onehippo.forge.properties.annotated.Property
- getValue() - Method in class org.onehippo.forge.properties.bean.PropertyBean
- getValue() - Method in class org.onehippo.forge.properties.tags.ParamTag
-
Returns the value.
H
- handleValue(String, HstRequest) - Method in class org.onehippo.forge.properties.tags.PropertyTag
I
- invalidate(String) - Method in interface org.onehippo.forge.properties.api.PropertiesManager
-
Invalidate a cached document based on the canonical path of a properties document, or invalidate all if the path is null.
- invalidate(String) - Method in class org.onehippo.forge.properties.impl.CachingMapPropertiesManagerImpl
- invalidate(String) - Method in class org.onehippo.forge.properties.impl.CachingPropertiesManagerImpl
- invalidate(String) - Method in class org.onehippo.forge.properties.impl.PropertiesManagerImpl
-
Invalidate a cached document based on the canonical path of a properties document, or invalidate all if the path is null.
- isEmpty() - Method in class org.onehippo.forge.properties.bean.PropertiesMap
K
- keySet() - Method in class org.onehippo.forge.properties.bean.PropertiesMap
L
- language - Variable in class org.onehippo.forge.properties.tags.PropertyTag
M
- MANAGER_POSTFIX_DEFAULT - Static variable in class org.onehippo.forge.properties.tags.PropertyTag
- managerPostfix - Variable in class org.onehippo.forge.properties.tags.PropertyTag
N
- name - Variable in class org.onehippo.forge.properties.tags.PropertyTag
O
- onNodeAdded(Event) - Method in class org.onehippo.forge.properties.listener.PropertiesEventListener
- onNodeRemoved(Event) - Method in class org.onehippo.forge.properties.listener.PropertiesEventListener
- onPropertyAdded(Event) - Method in class org.onehippo.forge.properties.listener.PropertiesEventListener
- onPropertyChanged(Event) - Method in class org.onehippo.forge.properties.listener.PropertiesEventListener
- onPropertyRemoved(Event) - Method in class org.onehippo.forge.properties.listener.PropertiesEventListener
- org.onehippo.forge.properties.annotated - package org.onehippo.forge.properties.annotated
- org.onehippo.forge.properties.api - package org.onehippo.forge.properties.api
- org.onehippo.forge.properties.bean - package org.onehippo.forge.properties.bean
- org.onehippo.forge.properties.impl - package org.onehippo.forge.properties.impl
- org.onehippo.forge.properties.listener - package org.onehippo.forge.properties.listener
- org.onehippo.forge.properties.tags - package org.onehippo.forge.properties.tags
P
- ParamContainerTag - Class in org.onehippo.forge.properties.tags
-
Abstract supporting class for all tags that can contain hst:param tags
- ParamContainerTag() - Constructor for class org.onehippo.forge.properties.tags.ParamContainerTag
- parametersList - Variable in class org.onehippo.forge.properties.tags.ParamContainerTag
- ParamTag - Class in org.onehippo.forge.properties.tags
-
A tag handler for the
param
tag. - ParamTag() - Constructor for class org.onehippo.forge.properties.tags.ParamTag
- Properties - Class in org.onehippo.forge.properties.annotated
-
[properties:properties] + properties:property (properties:property) multiple
- Properties() - Constructor for class org.onehippo.forge.properties.annotated.Properties
- PropertiesBean - Class in org.onehippo.forge.properties.bean
-
Serializable cacheable Properties Bean
- PropertiesBean(Properties) - Constructor for class org.onehippo.forge.properties.bean.PropertiesBean
- PropertiesEventListener - Class in org.onehippo.forge.properties.listener
-
EventListener invalidating a PropertiesManager.
- PropertiesEventListener() - Constructor for class org.onehippo.forge.properties.listener.PropertiesEventListener
- PropertiesManager - Interface in org.onehippo.forge.properties.api
-
Manager for finding properties.
- PropertiesManagerImpl - Class in org.onehippo.forge.properties.impl
-
Note: this class is deprecated.
- PropertiesManagerImpl() - Constructor for class org.onehippo.forge.properties.impl.PropertiesManagerImpl
- PropertiesMap - Class in org.onehippo.forge.properties.bean
-
Bean representing a properties document that holds a map of name/value pairs.
- PropertiesMap(Collection<PropertiesBean>) - Constructor for class org.onehippo.forge.properties.bean.PropertiesMap
-
Create a new map with multiple properties beans.
- PropertiesMap(PropertiesBean) - Constructor for class org.onehippo.forge.properties.bean.PropertiesMap
-
Create a new map with a properties bean.
- PropertiesUtil - Class in org.onehippo.forge.properties.api
-
Utility methods to get from properties documents and serializable beans to Map.
- PropertiesUtil() - Constructor for class org.onehippo.forge.properties.api.PropertiesUtil
- Property - Class in org.onehippo.forge.properties.annotated
-
[properties:property] - properties:name (string) - properties:value (string)
- Property() - Constructor for class org.onehippo.forge.properties.annotated.Property
- PropertyBean - Class in org.onehippo.forge.properties.bean
-
Serializable cacheable Property
- PropertyBean(String, String) - Constructor for class org.onehippo.forge.properties.bean.PropertyBean
- PropertyTag - Class in org.onehippo.forge.properties.tags
- PropertyTag() - Constructor for class org.onehippo.forge.properties.tags.PropertyTag
- put(String, String) - Method in class org.onehippo.forge.properties.bean.PropertiesMap
- putAll(Map<? extends String, ? extends String>) - Method in class org.onehippo.forge.properties.bean.PropertiesMap
R
- remove(Object) - Method in class org.onehippo.forge.properties.bean.PropertiesMap
S
- setDefaultDocumentLocation(String) - Method in class org.onehippo.forge.properties.impl.PropertiesManagerImpl
- setDefaultDocumentName(String) - Method in class org.onehippo.forge.properties.impl.PropertiesManagerImpl
- setDocumentPath(String) - Method in class org.onehippo.forge.properties.tags.PropertyTag
- setLanguage(String) - Method in class org.onehippo.forge.properties.tags.PropertyTag
- setManagerPostfix(String) - Method in class org.onehippo.forge.properties.tags.PropertyTag
- setName(String) - Method in class org.onehippo.forge.properties.tags.PropertyTag
- setPropertiesManager(PropertiesManager) - Method in class org.onehippo.forge.properties.listener.PropertiesEventListener
- setValue(Object) - Method in class org.onehippo.forge.properties.tags.ParamTag
-
Sets the value.
- setVar(String) - Method in class org.onehippo.forge.properties.tags.PropertyTag
- size() - Method in class org.onehippo.forge.properties.bean.PropertiesMap
- storeInCache(String, String, Map<String, String>) - Method in class org.onehippo.forge.properties.impl.CachingMapPropertiesManagerImpl
-
Store a properties bean in cache.
- storeInCache(String, String, PropertiesBean) - Method in class org.onehippo.forge.properties.impl.CachingPropertiesManagerImpl
-
Store a properties bean in cache.
T
- toMap(Collection<PropertiesBean>) - Static method in class org.onehippo.forge.properties.api.PropertiesUtil
-
Get a combined Map from a collection of serializable properties beans.
- toMap(PropertiesBean) - Static method in class org.onehippo.forge.properties.api.PropertiesUtil
-
Get a Map from a serializable properties bean.
V
- values() - Method in class org.onehippo.forge.properties.bean.PropertiesMap
- var - Variable in class org.onehippo.forge.properties.tags.PropertyTag
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form