Uses of Class
org.apache.cocoon.components.source.helpers.SourceProperty

Packages that use SourceProperty
org.apache.cocoon.components.repository.helpers   
org.apache.cocoon.components.repository.impl   
org.apache.cocoon.components.source   
org.apache.cocoon.components.source.impl   
org.apache.cocoon.components.webdav   
 

Uses of SourceProperty in org.apache.cocoon.components.repository.helpers
 

Methods in org.apache.cocoon.components.repository.helpers that return SourceProperty
 SourceProperty RepositoryPropertyHelper.getProperty(String uri, String name, String namespace)
          get a single property
 

Uses of SourceProperty in org.apache.cocoon.components.repository.impl
 

Methods in org.apache.cocoon.components.repository.impl that return SourceProperty
 SourceProperty WebDAVRepositoryPropertyHelper.getProperty(String uri, String name, String namespace)
           
 

Uses of SourceProperty in org.apache.cocoon.components.source
 

Methods in org.apache.cocoon.components.source that return SourceProperty
 SourceProperty[] SourceDTO.getSourceProperties()
          Returns a enumeration of the properties
 SourceProperty[] InspectableSource.getSourceProperties()
          Get alll informations
 SourceProperty[] SourceInspector.getSourceProperties(Source source)
          Gets all the SourceProperties associated with the given Source.
 SourceProperty SourceInspector.getSourceProperty(Source source, String namespace, String name)
          Gets the SourceProperty associated with the given Source identified by the requested namespace and name.
 SourceProperty SourceDTO.getSourceProperty(String namespace, String name)
          Returns a property from a source.
 SourceProperty InspectableSource.getSourceProperty(String namespace, String name)
          To get a meta information from a source
 

Methods in org.apache.cocoon.components.source with parameters of type SourceProperty
 void SourceDTO.setSourceProperty(SourceProperty property)
          Sets a property for a source.
 void InspectableSource.setSourceProperty(SourceProperty property)
          To set a meta information
 void SourceDescriptor.setSourceProperty(Source source, SourceProperty property)
          Set a property on a Source.
 

Uses of SourceProperty in org.apache.cocoon.components.source.impl
 

Fields in org.apache.cocoon.components.source.impl declared as SourceProperty
protected static SourceProperty InspectableTraversableCachingSource.InspectableSourceMeta.NULL_PROPERTY
           
 

Methods in org.apache.cocoon.components.source.impl that return SourceProperty
 SourceProperty SimpleJdbcSourceDescriptor.doGetSourceProperty(Source source, String namespace, String name)
           
protected abstract  SourceProperty AbstractConfigurableSourceInspector.doGetSourceProperty(Source source, String ns, String name)
          Do the actual work of getting the requested SourceProperty for the given Source.
 SourceProperty[] WebDAVSource.getSourceProperties()
          Returns a enumeration of the properties
 SourceProperty[] SlideSource.getSourceProperties()
          Returns a enumeration of the properties
 SourceProperty[] RepositorySource.getSourceProperties()
          Get all source properties that are defined on the wrapped source.
 SourceProperty[] InspectableTraversableCachingSource.getSourceProperties()
           
protected  SourceProperty[] InspectableTraversableCachingSource.InspectableSourceMeta.getSourceProperties()
           
 SourceProperty[] XPathSourceInspector.getSourceProperties(Source source)
           
 SourceProperty[] SourceDescriptorManager.getSourceProperties(Source source)
          Aggregate all properties of all registered inspectors.
 SourceProperty[] SimpleJdbcSourceDescriptor.getSourceProperties(Source source)
           
 SourceProperty[] AbstractImageSourceInspector.getSourceProperties(Source source)
           
 SourceProperty[] AbstractConfigurableSourceInspector.getSourceProperties(Source source)
          Iterates over the configured set of properties to handle, for each property calls doGetSourceProperty(), and returns the list of properties thus obtained.
 SourceProperty XPathSourceInspector.getSourceProperty(Source source, String namespace, String name)
           
 SourceProperty SourceDescriptorManager.getSourceProperty(Source source, String namespace, String name)
          Loops over the registered inspectors until it finds the property.
 SourceProperty AbstractImageSourceInspector.getSourceProperty(Source source, String namespace, String name)
           
 SourceProperty AbstractConfigurableSourceInspector.getSourceProperty(Source source, String namespace, String name)
          Checks if this inspector is configured to handle the requested property and if so forwards the call to doGetSourceProperty.
 SourceProperty WebDAVSource.getSourceProperty(String namespace, String name)
          Returns a property from a source.
 SourceProperty SlideSource.getSourceProperty(String namespace, String name)
          Returns a property from a source.
 SourceProperty RepositorySource.getSourceProperty(String uri, String name)
          Get the source property on the wrapped source.
 SourceProperty InspectableTraversableCachingSource.getSourceProperty(String namespace, String name)
           
protected  SourceProperty InspectableTraversableCachingSource.InspectableSourceMeta.getSourceProperty(String namespace, String name)
           
 

Methods in org.apache.cocoon.components.source.impl with parameters of type SourceProperty
 void SimpleJdbcSourceDescriptor.doSetSourceProperty(Source source, SourceProperty property)
           
protected abstract  void AbstractConfigurableSourceDescriptor.doSetSourceProperty(Source source, SourceProperty property)
          Do the actual work of setting the provided SourceProperty on the given Source.
protected  void InspectableTraversableCachingSource.InspectableSourceMeta.setSourceProperties(SourceProperty[] props)
           
 void WebDAVSource.setSourceProperty(SourceProperty sourceproperty)
          Sets a property for a source.
 void SlideSource.setSourceProperty(SourceProperty property)
          Sets a property for a source.
 void RepositorySource.setSourceProperty(SourceProperty property)
          Set the source property on the wrapped source.
 void InspectableTraversableCachingSource.setSourceProperty(SourceProperty property)
           
protected  void InspectableTraversableCachingSource.InspectableSourceMeta.setSourceProperty(SourceProperty property)
           
 void SourceDescriptorManager.setSourceProperty(Source source, SourceProperty property)
          Loops over the registered descriptors and calls delegates the call.
 void AbstractConfigurableSourceDescriptor.setSourceProperty(Source source, SourceProperty property)
          Checks if this SourceDescriptor is configured to handle the given property and if so forwards the call to doSetSourceProperty().
 

Uses of SourceProperty in org.apache.cocoon.components.webdav
 

Methods in org.apache.cocoon.components.webdav that return SourceProperty
static SourceProperty WebDAVUtil.getProperty(String uri, String name, String namespace)
          get a property
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.