org.richfaces.cdk.xmlconfig.model
Class TagExtensionBase
java.lang.Object
org.richfaces.cdk.model.ConfigExtension
org.richfaces.cdk.xmlconfig.model.ExtensionBeanBase
org.richfaces.cdk.xmlconfig.model.TagExtensionBase
- Direct Known Subclasses:
- BehaviorBean.BehaviorExtension, ComponentBean.ComponentExtension, ConverterBean.ConverterExtension, ValidatorBean.ValidatorExtension
public class TagExtensionBase
- extends ExtensionBeanBase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagExtensionBase
public TagExtensionBase()
getTags
public List<TagModel> getTags()
- Returns:
- the tags
setTags
public void setTags(List<TagModel> tags)
- Parameters:
tags - the tags to set
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.