Groovy Documentation

griffon.plugins.flyingsaucer.factory
[Groovy] Class XhtmlPanelFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.plugins.flyingsaucer.factory.XhtmlPanelFactory

class XhtmlPanelFactory
extends AbstractFactory

Authors:
Andres Almiray


Field Summary
private static Class[] PARAMS

protected boolean leaf

 
Property Summary
Class beanClass

 
Constructor Summary
XhtmlPanelFactory(Class beanClass)

XhtmlPanelFactory(Class beanClass, boolean leaf)

 
Method Summary
boolean isLeaf()

Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)

boolean onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes)

 
Methods inherited from class AbstractFactory
setParent, isLeaf, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

PARAMS

private static final Class[] PARAMS


leaf

protected final boolean leaf


 
Property Detail

beanClass

final Class beanClass


 
Constructor Detail

XhtmlPanelFactory

XhtmlPanelFactory(Class beanClass)


XhtmlPanelFactory

XhtmlPanelFactory(Class beanClass, boolean leaf)


 
Method Detail

isLeaf

boolean isLeaf()


newInstance

Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


onHandleNodeAttributes

boolean onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes)


 

Groovy Documentation