Groovy Documentation

org.codehaus.groovy.control.customizers.builder
[Java] Class SecureASTCustomizerFactory

java.lang.Object
  groovy.util.AbstractFactory
      org.codehaus.groovy.control.customizers.builder.SecureASTCustomizerFactory

public class SecureASTCustomizerFactory
extends AbstractFactory

This factory allows the generation of a SecureASTCustomizer. Embedded elements are delegated to a SecureASTCustomizer instance.

Authors:
Cedric Champeau
Since:
2.1.0


Method Summary
boolean isHandlesNodeChildren()

java.lang.Object newInstance(FactoryBuilderSupport builder, java.lang.Object name, java.lang.Object value, java.util.Map attributes)

boolean onNodeChildren(FactoryBuilderSupport builder, java.lang.Object node, Closure childContent)

 
Methods inherited from class AbstractFactory
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

isHandlesNodeChildren

@java.lang.Override
public boolean isHandlesNodeChildren()


newInstance

public java.lang.Object newInstance(FactoryBuilderSupport builder, java.lang.Object name, java.lang.Object value, java.util.Map attributes)


onNodeChildren

@java.lang.Override
public boolean onNodeChildren(FactoryBuilderSupport builder, java.lang.Object node, Closure childContent)


 

Groovy Documentation