On this page
[Java] Class SecureASTCustomizerFactory
- 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.
- Since:
- 2.1.0
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public boolean |
isHandlesNodeChildren() |
|
public Object |
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes) |
|
public boolean |
onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class AbstractFactory |
setParent, isLeaf, onNodeChildren, setChild, onNodeCompleted, onFactoryRegistration, isHandlesNodeChildren, onHandleNodeAttributes, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
Method Detail
@Override public boolean isHandlesNodeChildren()
@Override public Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
@Override public boolean onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent)
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/control/customizers/builder/SecureASTCustomizerFactory.html