|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.lang.GroovyObjectSupport groovy.lang.Binding groovy.util.FactoryBuilderSupport
public abstract class FactoryBuilderSupport extends Binding
Mix of BuilderSupport and SwingBuilder's factory support. Warning: this implementation is not thread safe and should not be used across threads in a multi-threaded environment. A locking mechanism should be implemented by the subclass if use is expected across multiple threads.
Field Summary | |
---|---|
static String |
CHILD_BUILDER
|
static String |
CURRENT_BUILDER
|
static String |
CURRENT_FACTORY
|
static String |
CURRENT_NAME
|
static String |
CURRENT_NODE
|
static String |
OWNER
|
static String |
PARENT_BUILDER
|
static String |
PARENT_CONTEXT
|
static String |
PARENT_FACTORY
|
static String |
PARENT_NAME
|
static String |
PARENT_NODE
|
static String |
SCRIPT_CLASS_NAME
|
protected LinkedList |
attributeDelegates
|
protected boolean |
autoRegistrationComplete
|
protected boolean |
autoRegistrationRunning
|
protected Map |
explicitMethods
|
protected Map |
explicitProperties
|
protected Closure |
methodMissingDelegate
|
protected LinkedList |
postInstantiateDelegates
|
protected LinkedList |
postNodeCompletionDelegates
|
protected LinkedList |
preInstantiateDelegates
|
protected Closure |
propertyMissingDelegate
|
protected Map |
registrationGroup
|
protected String |
registrationGroupName
|
Constructor Summary | |
FactoryBuilderSupport()
|
|
FactoryBuilderSupport(boolean init)
|
Method Summary | |
---|---|
Closure
|
addAttributeDelegate(Closure attrDelegate)
Add an attribute delegate so it can intercept attributes being set. |
void
|
addDisposalClosure(Closure closure)
|
Closure
|
addPostInstantiateDelegate(Closure delegate)
|
Closure
|
addPostNodeCompletionDelegate(Closure delegate)
|
Closure
|
addPreInstantiateDelegate(Closure delegate)
|
void
|
autoRegisterNodes()
Ask the nodes to be registered |
Object
|
build(Class viewClass)
|
Object
|
build(Script script)
|
Object
|
build(String script, GroovyClassLoader loader)
|
protected boolean
|
checkExplicitMethod(String methodName, Object args, Reference result)
|
static void
|
checkValueIsNull(Object value, Object name)
Throws an exception if value is null. |
static boolean
|
checkValueIsType(Object value, Object name, Class type)
Checks type of value against builder type |
static boolean
|
checkValueIsTypeNotString(Object value, Object name, Class type)
Checks values against factory's type |
protected Object
|
createNode(Object name, Map attributes, Object value)
|
protected Object
|
dispatchNodeCall(Object name, Object args)
|
protected Object
|
dispathNodeCall(Object name, Object args)
Use FactoryBuilderSupport.dispatchNodeCall instead. |
void
|
dispose()
|
List
|
getAttributeDelegates()
|
FactoryBuilderSupport
|
getChildBuilder()
|
Map
|
getContext()
|
Object
|
getContextAttribute(String key)
|
protected LinkedList
|
getContexts()
Restores the state of the current builder to the same state as an older build. |
protected Map
|
getContinuationData()
|
Object
|
getCurrent()
@return the current node being built. |
FactoryBuilderSupport
|
getCurrentBuilder()
@return the node of the parent of the current node. |
Factory
|
getCurrentFactory()
@return the factory of the parent of the current node. |
String
|
getCurrentName()
@return the builder that built the current node. |
Map
|
getExplicitMethods()
@return the explicit properties map (Unmodifiable Map). |
Map
|
getExplicitProperties()
@return the factory map (Unmodifiable Map). |
Map
|
getFactories()
@return the factory map (Unmodifiable Map). |
Map
|
getLocalExplicitMethods()
@return the explicit properties map (Unmodifiable Map). |
Map
|
getLocalExplicitProperties()
|
Map
|
getLocalFactories()
@return the explicit methods map (Unmodifiable Map). |
Closure
|
getMethodMissingDelegate()
|
Object
|
getName(String methodName)
A hook to allow names to be converted into some other object such as a QName in XML or ObjectName in JMX. |
Closure
|
getNameMappingClosure()
|
Map
|
getParentContext()
@return the name of the parent of the current node. |
Factory
|
getParentFactory()
@return the context of the parent of the current node. |
String
|
getParentName()
|
Object
|
getParentNode()
@return the factory of the parent of the current node. |
List
|
getPostInstantiateDelegates()
|
List
|
getPostNodeCompletionDelegates()
|
List
|
getPreInstantiateDelegates()
|
Object
|
getProperty(String property)
|
Closure
|
getPropertyMissingDelegate()
|
protected FactoryBuilderSupport
|
getProxyBuilder()
|
Set
|
getRegistrationGroupItems(String group)
|
Set
|
getRegistrationGroups()
|
Object
|
getVariable(String name)
@param name the name of the variable to lookup |
Map
|
getVariables()
|
protected void
|
handleNodeAttributes(Object node, Map attributes)
|
Object
|
invokeMethod(String methodName)
Convenience method when no arguments are required |
Object
|
invokeMethod(String methodName, Object args)
|
protected void
|
newContext()
A hook to allow nodes to be processed once they have had all of their children applied. |
protected void
|
nodeCompleted(Object parent, Object node)
|
protected Map
|
popContext()
|
protected void
|
postInstantiate(Object name, Map attributes, Object node)
|
protected Object
|
postNodeCompletion(Object parent, Object node)
A hook before the factory creates the node. |
protected void
|
preInstantiate(Object name, Map attributes, Object value)
A strategy method to allow derived builders to use builder-trees and switch in different kinds of builders. |
void
|
registerBeanFactory(String theName, Class beanClass)
|
void
|
registerBeanFactory(String theName, String groupName, Class beanClass)
|
void
|
registerExplicitMethod(String name, Closure closure)
|
void
|
registerExplicitMethod(String name, String groupName, Closure closure)
|
void
|
registerExplicitProperty(String name, Closure getter, Closure setter)
|
void
|
registerExplicitProperty(String name, String groupName, Closure getter, Closure setter)
|
void
|
registerFactory(String name, Factory factory)
Registers a factory for a node name. |
void
|
registerFactory(String name, String groupName, Factory factory)
|
void
|
removeAttributeDelegate(Closure attrDelegate)
|
void
|
removePostInstantiateDelegate(Closure delegate)
|
void
|
removePostNodeCompletionDelegate(Closure delegate)
|
void
|
removePreInstantiateDelegate(Closure delegate)
|
protected void
|
reset()
|
protected Closure
|
resolveExplicitMethod(String methodName, Object args)
|
protected Closure[]
|
resolveExplicitProperty(String propertyName)
|
protected Factory
|
resolveFactory(Object name, Map attributes, Object value)
This is a hook for subclasses to plugin a custom strategy for mapping names to factories. |
protected void
|
restoreFromContinuationData(Map data)
|
protected void
|
setClosureDelegate(Closure closure, Object node)
|
void
|
setMethodMissingDelegate(Closure delegate)
|
void
|
setNameMappingClosure(Closure nameMappingClosure)
|
protected void
|
setNodeAttributes(Object node, Map attributes)
|
protected void
|
setParent(Object parent, Object child)
@return the stack of available contexts. |
void
|
setProperty(String property, Object newValue)
Overloaded to make variables appear as bean properties or via the subscript operator |
void
|
setPropertyMissingDelegate(Closure delegate)
@return the context of the current node. |
protected void
|
setProxyBuilder(FactoryBuilderSupport proxyBuilder)
Assigns any existing properties to the node. |
void
|
setVariable(String name, Object value)
|
Object
|
withBuilder(FactoryBuilderSupport builder, Closure closure)
|
Object
|
withBuilder(FactoryBuilderSupport builder, String name, Closure closure)
Switches the builder's proxyBuilder during the execution of a closure. |
Object
|
withBuilder(Map attributes, FactoryBuilderSupport builder, String name, Closure closure)
|
Methods inherited from class Binding | |
---|---|
getProperty, getVariable, getVariables, hasVariable, setProperty, setVariable |
Methods inherited from class GroovyObjectSupport | |
---|---|
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
public static final String CHILD_BUILDER
public static final String CURRENT_BUILDER
public static final String CURRENT_FACTORY
public static final String CURRENT_NAME
public static final String CURRENT_NODE
public static final String OWNER
public static final String PARENT_BUILDER
public static final String PARENT_CONTEXT
public static final String PARENT_FACTORY
public static final String PARENT_NAME
public static final String PARENT_NODE
public static final String SCRIPT_CLASS_NAME
protected LinkedList attributeDelegates
protected boolean autoRegistrationComplete
protected boolean autoRegistrationRunning
protected Map explicitMethods
protected Map explicitProperties
protected Closure methodMissingDelegate
protected LinkedList postInstantiateDelegates
protected LinkedList postNodeCompletionDelegates
protected LinkedList preInstantiateDelegates
protected Closure propertyMissingDelegate
protected Map registrationGroup
protected String registrationGroupName
Constructor Detail |
---|
public FactoryBuilderSupport()
public FactoryBuilderSupport(boolean init)
Method Detail |
---|
public Closure addAttributeDelegate(Closure attrDelegate)
attrDelegate
- the closure to be called
public void addDisposalClosure(Closure closure)
public Closure addPostInstantiateDelegate(Closure delegate)
public Closure addPostNodeCompletionDelegate(Closure delegate)
public Closure addPreInstantiateDelegate(Closure delegate)
public void autoRegisterNodes()
public Object build(Class viewClass)
public Object build(Script script)
public Object build(String script, GroovyClassLoader loader)
protected boolean checkExplicitMethod(String methodName, Object args, Reference result)
public static void checkValueIsNull(Object value, Object name)
value
- the node's valuename
- the node's name
public static boolean checkValueIsType(Object value, Object name, Class type)
value
- the node's valuename
- the node's nametype
- a Class that may be assignable to the value's class
public static boolean checkValueIsTypeNotString(Object value, Object name, Class type)
value
- the node's valuename
- the node's nametype
- a Class that may be assignable to the value's class
protected Object createNode(Object name, Map attributes, Object value)
protected Object dispatchNodeCall(Object name, Object args)
@Deprecated// should be called on first build method only protected Object dispathNodeCall(Object name, Object args)
public void dispose()
public List getAttributeDelegates()
public FactoryBuilderSupport getChildBuilder()
public Map getContext()
public Object getContextAttribute(String key)
protected LinkedList getContexts()
data
- the data retrieved from a compatible getContinuationData call
protected Map getContinuationData()
public Object getCurrent()
public FactoryBuilderSupport getCurrentBuilder()
public Factory getCurrentFactory()
public String getCurrentName()
public Map getExplicitMethods()
public Map getExplicitProperties()
public Map getFactories()
public Map getLocalExplicitMethods()
public Map getLocalExplicitProperties()
public Map getLocalFactories()
public Closure getMethodMissingDelegate()
public Object getName(String methodName)
methodName
- the name of the desired method
public Closure getNameMappingClosure()
public Map getParentContext()
public Factory getParentFactory()
public String getParentName()
public Object getParentNode()
public List getPostInstantiateDelegates()
public List getPostNodeCompletionDelegates()
public List getPreInstantiateDelegates()
public Object getProperty(String property)
public Closure getPropertyMissingDelegate()
protected FactoryBuilderSupport getProxyBuilder()
public Set getRegistrationGroupItems(String group)
public Set getRegistrationGroups()
public Object getVariable(String name)
name
- the name of the variable to lookup
public Map getVariables()
protected void handleNodeAttributes(Object node, Map attributes)
public Object invokeMethod(String methodName)
methodName
- the name of the method to invoke
public Object invokeMethod(String methodName, Object args)
protected void newContext()
node
- the current node being processedparent
- the parent of the node being processed
protected void nodeCompleted(Object parent, Object node)
protected Map popContext()
protected void postInstantiate(Object name, Map attributes, Object node)
protected Object postNodeCompletion(Object parent, Object node)
name
- the name of the nodeattributes
- the attributes of the nodevalue
- the value argument(s) of the node
protected void preInstantiate(Object name, Map attributes, Object value)
closure
- the closure on which to call setDelegate()node
- the node value that we've just created, which could be a
builder
public void registerBeanFactory(String theName, Class beanClass)
public void registerBeanFactory(String theName, String groupName, Class beanClass)
public void registerExplicitMethod(String name, Closure closure)
public void registerExplicitMethod(String name, String groupName, Closure closure)
public void registerExplicitProperty(String name, Closure getter, Closure setter)
public void registerExplicitProperty(String name, String groupName, Closure getter, Closure setter)
public void registerFactory(String name, Factory factory)
name
- the name of the nodefactory
- the factory to return the values
public void registerFactory(String name, String groupName, Factory factory)
public void removeAttributeDelegate(Closure attrDelegate)
public void removePostInstantiateDelegate(Closure delegate)
public void removePostNodeCompletionDelegate(Closure delegate)
public void removePreInstantiateDelegate(Closure delegate)
protected void reset()
@SuppressWarnings*/ protected Closure resolveExplicitMethod(String methodName, Object args)
protected Closure[] resolveExplicitProperty(String propertyName)
protected Factory resolveFactory(Object name, Map attributes, Object value)
name
- the name of the factoryattributes
- the attributes from the nodevalue
- value arguments from te node
protected void restoreFromContinuationData(Map data)
@SuppressWarnings* @param parent the object from the parent node protected void setClosureDelegate(Closure closure, Object node)
public void setMethodMissingDelegate(Closure delegate)
public void setNameMappingClosure(Closure nameMappingClosure)
protected void setNodeAttributes(Object node, Map attributes)
protected void setParent(Object parent, Object child)
public void setProperty(String property, Object newValue)
public void setPropertyMissingDelegate(Closure delegate)
protected void setProxyBuilder(FactoryBuilderSupport proxyBuilder)
node
- the object returned by tne node factoryattributes
- the attributes for the node
public void setVariable(String name, Object value)
public Object withBuilder(FactoryBuilderSupport builder, Closure closure)
public Object withBuilder(FactoryBuilderSupport builder, String name, Closure closure)
builder
- the temporary builder to switch to as proxyBuilder.name
- the node to build on the 'parent' builder.closure
- the closure to be executed under the temporary builder.
public Object withBuilder(Map attributes, FactoryBuilderSupport builder, String name, Closure closure)
Copyright © 2003-2013 The Codehaus. All rights reserved.