public static class PropertyExpansionUtils.GlobalPropertyExpansionContext extends Object implements PropertyExpansionContext
| Constructor and Description | 
|---|
| GlobalPropertyExpansionContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | expand(String content) | 
| ModelItem | getModelItem() | 
| StringToObjectMap | getProperties() | 
| Object | getProperty(String name) | 
| String[] | getPropertyNames() | 
| boolean | hasProperty(String name) | 
| Object | removeProperty(String name) | 
| void | setProperty(String name,
           Object value) | 
public Object getProperty(String name)
getProperty in interface PropertyExpansionContextpublic void setProperty(String name, Object value)
setProperty in interface PropertyExpansionContextpublic boolean hasProperty(String name)
hasProperty in interface PropertyExpansionContextpublic Object removeProperty(String name)
removeProperty in interface PropertyExpansionContextpublic String[] getPropertyNames()
getPropertyNames in interface PropertyExpansionContextpublic ModelItem getModelItem()
getModelItem in interface PropertyExpansionContextpublic String expand(String content)
expand in interface PropertyExpansionContextpublic StringToObjectMap getProperties()
getProperties in interface PropertyExpansionContextCopyright © 2019. All Rights Reserved.