org.apache.cocoon.components.source.impl
Class InspectableTraversableCachingSource.InspectableSourceMeta

java.lang.Object
  extended by org.apache.cocoon.components.source.impl.CachingSource.SourceMeta
      extended by org.apache.cocoon.components.source.impl.TraversableCachingSource.TraversableSourceMeta
          extended by org.apache.cocoon.components.source.impl.InspectableTraversableCachingSource.InspectableSourceMeta
All Implemented Interfaces:
Serializable
Enclosing class:
InspectableTraversableCachingSource

protected static class InspectableTraversableCachingSource.InspectableSourceMeta
extends TraversableCachingSource.TraversableSourceMeta

See Also:
Serialized Form

Field Summary
protected static SourceProperty NULL_PROPERTY
           
 
Constructor Summary
InspectableTraversableCachingSource.InspectableSourceMeta()
           
InspectableTraversableCachingSource.InspectableSourceMeta(Source source)
           
 
Method Summary
protected  SourceProperty[] getSourceProperties()
           
protected  SourceProperty getSourceProperty(String namespace, String name)
           
protected  void removeSourceProperty(String namespace, String name)
           
protected  void setSourceProperties(SourceProperty[] props)
           
protected  void setSourceProperty(SourceProperty property)
           
 
Methods inherited from class org.apache.cocoon.components.source.impl.TraversableCachingSource.TraversableSourceMeta
getChildren, getName, isCollection, setChildren, setIsCollection, setName
 
Methods inherited from class org.apache.cocoon.components.source.impl.CachingSource.SourceMeta
exists, getContentLength, getLastModified, getMimeType, setContentLength, setExists, setLastModified, setMimeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_PROPERTY

protected static final SourceProperty NULL_PROPERTY
Constructor Detail

InspectableTraversableCachingSource.InspectableSourceMeta

public InspectableTraversableCachingSource.InspectableSourceMeta()

InspectableTraversableCachingSource.InspectableSourceMeta

public InspectableTraversableCachingSource.InspectableSourceMeta(Source source)
                                                          throws SourceException
Throws:
SourceException
Method Detail

getSourceProperty

protected SourceProperty getSourceProperty(String namespace,
                                           String name)

setSourceProperty

protected void setSourceProperty(SourceProperty property)

getSourceProperties

protected SourceProperty[] getSourceProperties()

setSourceProperties

protected void setSourceProperties(SourceProperty[] props)

removeSourceProperty

protected void removeSourceProperty(String namespace,
                                    String name)


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