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

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

Uses of Property in org.apache.felix.scrplugin
 

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

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

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

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, org.xml.sax.ContentHandler contentHandler, boolean isScrPrivateFile)
          Write the xml for a Property.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.