|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.getSourceProperty(String namespace,
String name)
Returns a property from a source. |
SourceProperty[] |
SourceDTO.getSourceProperties()
Returns a enumeration of the properties |
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[] |
SourceInspector.getSourceProperties(Source source)
Gets all the SourceProperties associated with the given Source. |
SourceProperty |
InspectableSource.getSourceProperty(String namespace,
String name)
To get a meta information from a source |
SourceProperty[] |
InspectableSource.getSourceProperties()
Get alll informations |
Methods in org.apache.cocoon.components.source with parameters of type SourceProperty | |
void |
SourceDTO.setSourceProperty(SourceProperty property)
Sets a property for a source. |
void |
SourceDescriptor.setSourceProperty(Source source,
SourceProperty property)
Set a property on a Source. |
void |
InspectableSource.setSourceProperty(SourceProperty property)
To set a meta information |
Uses of SourceProperty in org.apache.cocoon.components.source.impl |
Methods in org.apache.cocoon.components.source.impl that return SourceProperty | |
SourceProperty[] |
WebDAVSource.getSourceProperties()
Returns a enumeration of the properties |
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[] |
SlideSource.getSourceProperties()
Returns a enumeration of the properties |
SourceProperty |
XPathSourceInspector.getSourceProperty(Source source,
String namespace,
String name)
|
SourceProperty[] |
XPathSourceInspector.getSourceProperties(Source source)
|
SourceProperty |
SourceDescriptorManager.getSourceProperty(Source source,
String namespace,
String name)
Loops over the registered inspectors until it finds the property. |
SourceProperty[] |
SourceDescriptorManager.getSourceProperties(Source source)
Aggregate all properties of all registered inspectors. |
SourceProperty[] |
SimpleJdbcSourceDescriptor.getSourceProperties(Source source)
|
SourceProperty |
SimpleJdbcSourceDescriptor.doGetSourceProperty(Source source,
String namespace,
String name)
|
SourceProperty[] |
RepositorySource.getSourceProperties()
Get all source properties that are defined on the wrapped source. |
SourceProperty |
RepositorySource.getSourceProperty(String uri,
String name)
Get the source property on the wrapped source. |
SourceProperty |
AbstractImageSourceInspector.getSourceProperty(Source source,
String namespace,
String name)
|
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 |
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 . |
protected abstract SourceProperty |
AbstractConfigurableSourceInspector.doGetSourceProperty(Source source,
String ns,
String name)
Do the actual work of getting the requested SourceProperty for the given Source. |
Methods in org.apache.cocoon.components.source.impl with parameters of type SourceProperty | |
void |
WebDAVSource.setSourceProperty(SourceProperty sourceproperty)
Sets a property for a source. |
void |
SlideSource.setSourceProperty(SourceProperty property)
Sets a property for a source. |
void |
SourceDescriptorManager.setSourceProperty(Source source,
SourceProperty property)
Loops over the registered descriptors and calls delegates the call. |
void |
SimpleJdbcSourceDescriptor.doSetSourceProperty(Source source,
SourceProperty property)
|
void |
RepositorySource.setSourceProperty(SourceProperty property)
Set the source property on the wrapped source. |
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() . |
protected abstract void |
AbstractConfigurableSourceDescriptor.doSetSourceProperty(Source source,
SourceProperty property)
Do the actual work of setting the provided SourceProperty on the given Source. |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |