Uses of Class
com.jscape.util.TaggedProperties

Packages that use TaggedProperties
com.jscape.inet.mft.management.descriptors Contains domain services descriptors classes. 
com.jscape.util Contains some generic utility classes used by this library. 
 

Uses of TaggedProperties in com.jscape.inet.mft.management.descriptors
 

Methods in com.jscape.inet.mft.management.descriptors that return TaggedProperties
 TaggedProperties[] WebDavConfiguration.getLanguages()
          Gets language resource properties.
 TaggedProperties[] HttpConfiguration.getLanguages()
          Gets language resources.
 

Methods in com.jscape.inet.mft.management.descriptors with parameters of type TaggedProperties
 void WebDavConfiguration.correctLanguages(TaggedProperties original)
          Resets language resource properties to provided defaults.
 void HttpConfiguration.correctLanguages(TaggedProperties original)
          Resets language resources to provided defaults.
 void WebDavConfiguration.setLanguages(TaggedProperties[] value)
          Sets language resource properties.
 void HttpConfiguration.setLanguages(TaggedProperties[] value)
          Sets language resources.
 

Constructors in com.jscape.inet.mft.management.descriptors with parameters of type TaggedProperties
HttpConfiguration(TaggedProperties[] languages, ByteArrayShell logo, AutoLogoutTimeout autoLogoutTimeout, long connectionTimeout, java.lang.String redirectionUrl, boolean showButtonsShortcuts, boolean showTransferType, boolean showLoginInfo, boolean showAccountLink, boolean showSearch, boolean documentViewerEnabled, boolean useFlashUploadComponent, Form[] uploadForms)
          Creates new instance.
WebDavConfiguration(TaggedProperties[] languages, ByteArrayShell logo, boolean appletAllowed, java.lang.String redirectionUrl, boolean showLoginInfo, boolean showAccountLink, boolean documentViewerEnabled)
          Creates new instance.
 

Uses of TaggedProperties in com.jscape.util
 

Constructors in com.jscape.util with parameters of type TaggedProperties
TaggedProperties(TaggedProperties that)
          Copy constructor.
 



Copyright © 1999-2009 JSCAPE LLC. All Rights Reserved.