org.apache.cocoon.components.source.impl
Class TraversableCachingSource.TraversableSourceMeta

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

protected static class TraversableCachingSource.TraversableSourceMeta
extends CachingSource.SourceMeta

See Also:
Serialized Form

Constructor Summary
TraversableCachingSource.TraversableSourceMeta()
           
TraversableCachingSource.TraversableSourceMeta(Source source)
           
 
Method Summary
protected  String[] getChildren()
           
protected  String getName()
           
protected  boolean isCollection()
           
protected  void setChildren(String[] children)
           
protected  void setIsCollection(boolean isCollection)
           
protected  void setName(String name)
           
 
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
 

Constructor Detail

TraversableCachingSource.TraversableSourceMeta

public TraversableCachingSource.TraversableSourceMeta()

TraversableCachingSource.TraversableSourceMeta

public TraversableCachingSource.TraversableSourceMeta(Source source)
                                               throws SourceException
Throws:
SourceException
Method Detail

getName

protected String getName()

setName

protected void setName(String name)

isCollection

protected boolean isCollection()

setIsCollection

protected void setIsCollection(boolean isCollection)

getChildren

protected String[] getChildren()

setChildren

protected void setChildren(String[] children)


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