Uses of Class
org.glassfish.appclient.client.acc.config.Property

Packages that use Property
org.glassfish.appclient.client.acc.config   
org.glassfish.appclient.client.acc.config.util   
 

Uses of Property in org.glassfish.appclient.client.acc.config
 

Fields in org.glassfish.appclient.client.acc.config with type parameters of type Property
protected  java.util.List<Property> ClientCredential.property
           
protected  java.util.List<Property> AuthRealm.property
           
protected  java.util.List<Property> LogService.property
           
protected  java.util.List<Property> ProviderConfig.property
           
protected  java.util.List<Property> ClientContainer.property
           
 

Methods in org.glassfish.appclient.client.acc.config that return Property
 Property ObjectFactory.createProperty()
          Create an instance of Property
 

Methods in org.glassfish.appclient.client.acc.config that return types with arguments of type Property
 java.util.List<Property> ClientCredential.getProperty()
          Gets the value of the property property.
 java.util.List<Property> AuthRealm.getProperty()
          Gets the value of the property property.
 java.util.List<Property> LogService.getProperty()
          Gets the value of the property property.
 java.util.List<Property> ProviderConfig.getProperty()
          Gets the value of the property property.
 java.util.List<Property> ClientContainer.getProperty()
          Gets the value of the property property.
 

Uses of Property in org.glassfish.appclient.client.acc.config.util
 

Method parameters in org.glassfish.appclient.client.acc.config.util with type arguments of type Property
static java.util.Properties XML.toProperties(java.util.List<Property> props)
          Converts the XML property elements (with name and value) to a Properties object.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.