Uses of Class
org.apache.felix.scrplugin.om.Property

Packages that use Property
org.apache.felix.scrplugin.helper   
org.apache.felix.scrplugin.om   
org.apache.felix.scrplugin.tags.cl   
org.apache.felix.scrplugin.xml   
 

Uses of Property in org.apache.felix.scrplugin.helper
 

Methods in org.apache.felix.scrplugin.helper with parameters of type Property
protected  String[] PropertyHandler.getPropertyValueRef(JavaTag tag, Property prop, String valueRef)
           
protected  void PropertyHandler.setPropertyValueRef(JavaTag tag, Property property, String valueRef)
           
 

Uses of Property in org.apache.felix.scrplugin.om
 

Fields in org.apache.felix.scrplugin.om with type parameters of type Property
protected  List<Property> Component.properties
          All properties.
 

Methods in org.apache.felix.scrplugin.om that return types with arguments of type Property
 List<Property> Component.getProperties()
           
 

Methods in org.apache.felix.scrplugin.om with parameters of type Property
 void Component.addProperty(Property property)
           
 

Method parameters in org.apache.felix.scrplugin.om with type arguments of type Property
 void Component.setProperties(List<Property> properties)
           
 

Uses of Property in org.apache.felix.scrplugin.tags.cl
 

Fields in org.apache.felix.scrplugin.tags.cl declared as Property
protected  Property ClassLoaderJavaTag.property
           
 

Constructors in org.apache.felix.scrplugin.tags.cl with parameters of type Property
ClassLoaderJavaTag(JavaClassDescription desc, Property property)
           
 

Uses of Property in org.apache.felix.scrplugin.xml
 

Fields in org.apache.felix.scrplugin.xml declared as Property
protected  Property ComponentDescriptorIO.XmlHandler.pendingProperty
          Pending property.
 

Methods in org.apache.felix.scrplugin.xml with parameters of type Property
protected static void ComponentDescriptorIO.generateXML(Property property, ContentHandler contentHandler, boolean isScrPrivateFile)
          Write the xml for a Property.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.