RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.model
Class AnyElement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.model.ModelFragment
      extended by org.richfaces.cdk.templatecompiler.model.AnyElement
All Implemented Interfaces:
LeafModelElement, ModelElement

public class AnyElement
extends ModelFragment

Author:
asmirnov@exadel.com

Constructor Summary
AnyElement()
           
 
Method Summary
 void afterVisit(TemplateVisitor visitor)
           
 void beforeVisit(TemplateVisitor visitor)
           
 Map<QName,Object> getAttributes()
          

 QName getName()
          

 String getPassThrough()
          

 String getPassThroughWithExclusions()
          

 void setAttributes(Map<QName,Object> attributes)
          

 void setName(QName name)
          

 void setPassThrough(String passThrough)
          

 void setPassThroughWithExclusions(String passThroughWithExclusions)
          

 
Methods inherited from class org.richfaces.cdk.templatecompiler.model.ModelFragment
getChildren, setChildren, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyElement

public AnyElement()
Method Detail

getName

public QName getName()

Returns:
the name

setName

public void setName(QName name)

Parameters:
name - the name to set

getPassThrough

public String getPassThrough()

Returns:
the passThrough

setPassThrough

public void setPassThrough(String passThrough)

Parameters:
passThrough - the passThrough to set

getPassThroughWithExclusions

public String getPassThroughWithExclusions()

Returns:
the passThroughWithExclusions

setPassThroughWithExclusions

public void setPassThroughWithExclusions(String passThroughWithExclusions)

Parameters:
passThroughWithExclusions - the passThroughWithExclusions to set

getAttributes

public Map<QName,Object> getAttributes()

Returns:
the attributes

setAttributes

public void setAttributes(Map<QName,Object> attributes)

Parameters:
attributes - the attributes to set

beforeVisit

public void beforeVisit(TemplateVisitor visitor)
                 throws CdkException
Overrides:
beforeVisit in class ModelFragment
Throws:
CdkException

afterVisit

public void afterVisit(TemplateVisitor visitor)
                throws CdkException
Overrides:
afterVisit in class ModelFragment
Throws:
CdkException

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.