com.commsen.apropos.web
Class AproposSession
java.lang.Object
com.commsen.apropos.web.AproposSession
public class AproposSession
- extends java.lang.Object
- Author:
- Milen Dyankov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CURRENT_PACKAGE
public static final java.lang.String CURRENT_PACKAGE
- See Also:
- Constant Field Values
SHOW_PARENT_PROPERTIES
public static final java.lang.String SHOW_PARENT_PROPERTIES
- See Also:
- Constant Field Values
AproposSession
public AproposSession()
getCurrentPropertyPackage
public static PropertyPackage getCurrentPropertyPackage()
setCurrentPropertyPackage
public static void setCurrentPropertyPackage(PropertyPackage propertyPackage)
addProperty
public static void addProperty(Property property)
throws PropertiesException
- Throws:
PropertiesException
updateProperty
public static void updateProperty(Property property)
throws PropertiesException
- Throws:
PropertiesException
updateProperty
public static void updateProperty(java.lang.String oldName,
Property property)
throws PropertiesException
- Throws:
PropertiesException
importProperties
public static void importProperties(java.util.Properties externalProperties,
boolean overwrite)
throws PropertiesException
- Throws:
PropertiesException
deleteProperty
public static void deleteProperty(java.lang.String property)
throws PropertiesException
- Throws:
PropertiesException
deleteProperties
public static void deleteProperties(java.util.Set<java.lang.String> properties)
throws PropertiesException
- Throws:
PropertiesException
setShowParentProperties
public static void setShowParentProperties(boolean show)
showParentProperties
public static boolean showParentProperties()
Copyright © 2008 Commsen International. All Rights Reserved.