org.picocontainer.script.xml
Class ContainerOptions

java.lang.Object
  extended by org.picocontainer.script.xml.ContainerOptions

public class ContainerOptions
extends Object

Extensible way to bundle up attributes for the container XML node.

Author:
Mike Rimov

Constructor Summary
ContainerOptions(Element rootElement)
           
 
Method Summary
 String getComponentFactoryName()
           
 String getMonitorName()
           
 boolean isCaching()
           
 boolean isInheritParentBehaviors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerOptions

public ContainerOptions(Element rootElement)
Method Detail

isInheritParentBehaviors

public boolean isInheritParentBehaviors()

isCaching

public boolean isCaching()

getMonitorName

public String getMonitorName()

getComponentFactoryName

public String getComponentFactoryName()


Copyright © 2003-2010 Codehaus. All Rights Reserved.