| java.lang.Object edu.iu.uis.eden.engine.node.PropertiesUtil
PropertiesUtil | public class PropertiesUtil (Code) | | A utility class for reading properties from a document.
author: ahamid |
retrieveProperty | public static Object retrieveProperty(String name, RouteContext context)(Code) | | Resolves the specified name as a qualified property
Parameters: name - the qualified property name value if found, null otherwise |
retrieveProperty | public static Object retrieveProperty(String name, PropertyScheme defaultScheme, RouteContext context)(Code) | | Resolves the specified name as an unqualified property
Parameters: name - the potentially unqualified property name Parameters: defaultScheme - the default scheme to use if the property is unqualified value if found, null otherwise |
retrieveProperty | public static Object retrieveProperty(Property prop, PropertyScheme defaultScheme, RouteContext context)(Code) | | Resolves the specified name as an unqualified property
Parameters: prop - the potentially unqualified property Parameters: defaultScheme - the default scheme to use if the property is unqualified value if found, null otherwise |
retrieveProperty | public static Object retrieveProperty(Property prop, RouteContext context)(Code) | | Resolves the specified name as a qualified property
Parameters: prop - the qualified property value if found, null otherwise |
|
|