TWE 2.4-1 API

org.enhydra.jawe
Class JaWEManager.JaWEPropertyMgr

java.lang.Object
  extended byorg.enhydra.jawe.JaWEManager.JaWEPropertyMgr
All Implemented Interfaces:
PropertyMgr
Enclosing class:
JaWEManager

class JaWEManager.JaWEPropertyMgr
extends java.lang.Object
implements PropertyMgr


Constructor Summary
(package private) JaWEManager.JaWEPropertyMgr()
           
 
Method Summary
 java.util.Properties loadProperties(java.lang.String path, java.lang.String name)
           
 void manageProperties(JaWEComponent comp, JaWEComponentSettings settings, java.lang.String path, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaWEManager.JaWEPropertyMgr

JaWEManager.JaWEPropertyMgr()
Method Detail

loadProperties

public java.util.Properties loadProperties(java.lang.String path,
                                           java.lang.String name)
Specified by:
loadProperties in interface PropertyMgr

manageProperties

public void manageProperties(JaWEComponent comp,
                             JaWEComponentSettings settings,
                             java.lang.String path,
                             java.lang.String name)
Specified by:
manageProperties in interface PropertyMgr

TWE 2.4-1 API