org.richfaces.cdk.templatecompiler.model
Class AnyElement
java.lang.Object
org.richfaces.cdk.templatecompiler.model.ModelFragment
org.richfaces.cdk.templatecompiler.model.AnyElement
- All Implemented Interfaces:
- LeafModelElement, ModelElement
public class AnyElement
- extends ModelFragment
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnyElement
public AnyElement()
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
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.