org.apache.myfaces.buildtools.maven2.plugin.builder.model
Interface PropertyHolder
- All Known Implementing Classes:
- BehaviorMeta, ClientBehaviorMeta, ComponentMeta, ConverterMeta, ValidatorMeta, ViewEntityMeta
public interface PropertyHolder
Interface for any artifact that has JSF properties on it.
properties
Iterator properties()
getProperty
PropertyMeta getProperty(String name)
addProperty
void addProperty(PropertyMeta prop)
getProperties
Map getProperties()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.