Uses of Class
org.picocontainer.script.ScriptedPicoContainerMarkupException

Packages that use ScriptedPicoContainerMarkupException
org.picocontainer.script.groovy This package contains Groovy scripting support for PicoComponent assembly. 
org.picocontainer.script.groovy.nodes   
 

Uses of ScriptedPicoContainerMarkupException in org.picocontainer.script.groovy
 

Subclasses of ScriptedPicoContainerMarkupException in org.picocontainer.script.groovy
 class GroovyCompilationException
          Thrown when a groovy compilation error occurs
 

Methods in org.picocontainer.script.groovy that throw ScriptedPicoContainerMarkupException
 Object BuilderNode.createNewNode(Object current, Map<String,Object> attributes)
          Creates a new node .
 void BuilderNode.validateScriptedAttributes(Map<String,Object> attributes)
          Validates a the attributes as supplied by the node builder against the node's supported attributes.
 

Uses of ScriptedPicoContainerMarkupException in org.picocontainer.script.groovy.nodes
 

Methods in org.picocontainer.script.groovy.nodes that throw ScriptedPicoContainerMarkupException
 Object ChildContainerNode.createNewNode(Object current, Map attributes)
          Creates a new container.
 Object AppendContainerNode.createNewNode(Object current, Map<String,Object> attributes)
          Returns the container passed in as the "container" attribute.
 void AbstractBuilderNode.validateScriptedAttributes(Map<String,Object> specifiedAttributes)
          Validates a the attributes as supplied by the node builder against the node's supported attributes.
 void ConfigNode.validateScriptedAttributes(Map<String,Object> specifiedAttributes)
          ansure that node has proper attributes
 void BeanNode.validateScriptedAttributes(Map<String,Object> specifiedAttributes)
          Validates a the attributes as supplied by the node builder against the node's supported attributes.
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.