Uses of Interface
org.apache.cocoon.components.source.SourceInspector

Packages that use SourceInspector
org.apache.cocoon.components.source   
org.apache.cocoon.components.source.impl   
 

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

Subinterfaces of SourceInspector in org.apache.cocoon.components.source
 interface SourceDescriptor
          A source descriptor handles modifiable source properties.
 

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

Classes in org.apache.cocoon.components.source.impl that implement SourceInspector
 class AbstractConfigurableSourceDescriptor
          Abstract base class SourceDescriptors that want to configure the set of properties they handle beforehand.
 class AbstractConfigurableSourceInspector
          Abstract base class for SourceInspectors that want to configure the set of properties they handle beforehand.
 class AbstractImageSourceInspector
          Abstract base class for inspectors that can calculate the size of an image of a particular type.
 class GIFSourceInspector
          This source inspector adds extra attributes for image files.
 class JPEGSourceInspector
          This source inspector adds extra attributes for image files.
 class SimpleJdbcSourceDescriptor
          Simple SourceDescriptor implementation that can stores properties over JDBC.
 class SourceDescriptorManager
          This source descriptor acts as container for a set of source inspectors/descriptors.
 class XPathSourceInspector
          This source inspector inspects XML files with a xpath expression.
 



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