Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.lenya.cms.cocoon.components.modules.input
Class PublicationFallbackModule  view PublicationFallbackModule download PublicationFallbackModule.java

java.lang.Object
  extended byAbstractLogEnabled
      extended byorg.apache.cocoon.components.modules.input.AbstractInputModule
          extended byorg.apache.lenya.cms.cocoon.components.modules.input.AbstractPageEnvelopeModule
              extended byorg.apache.lenya.cms.cocoon.components.modules.input.FallbackModule
                  extended byorg.apache.lenya.cms.cocoon.components.modules.input.PublicationFallbackModule
All Implemented Interfaces:
org.apache.cocoon.components.modules.input.InputModule

public class PublicationFallbackModule
extends FallbackModule


Field Summary
 
Fields inherited from class org.apache.lenya.cms.cocoon.components.modules.input.FallbackModule
ATTRIBUTE_SRC, ELEMENT_PATH, PATH_PREFIX
 
Fields inherited from class org.apache.cocoon.components.modules.input.AbstractInputModule
settings
 
Fields inherited from interface org.apache.cocoon.components.modules.input.InputModule
ROLE
 
Constructor Summary
PublicationFallbackModule()
          Ctor.
 
Method Summary
protected  java.lang.String[] getBaseURIs(java.util.Map objectModel)
          Returns the base directory URIs in the order they should be traversed.
 
Methods inherited from class org.apache.lenya.cms.cocoon.components.modules.input.FallbackModule
configure, getAttribute, getAttributeNames, getAttributeValues, resolveURI, service
 
Methods inherited from class org.apache.lenya.cms.cocoon.components.modules.input.AbstractPageEnvelopeModule
getEnvelope
 
Methods inherited from class org.apache.cocoon.components.modules.input.AbstractInputModule
dispose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicationFallbackModule

public PublicationFallbackModule()
Ctor.

Method Detail

getBaseURIs

protected java.lang.String[] getBaseURIs(java.util.Map objectModel)
                                  throws ConfigurationException
Description copied from class: FallbackModule
Returns the base directory URIs in the order they should be traversed.

Overrides:
getBaseURIs in class FallbackModule