A B C D E F G H I L M N O P S T V X

A

AbstractPrinter - class org.apache.cocoon.printer.AbstractPrinter.
This class implements a printer that print the DOM tree using the HTML syntax.
AbstractPrinter() - Constructor for class org.apache.cocoon.printer.AbstractPrinter
 
AbstractXSLProcessor - class org.apache.cocoon.processor.AbstractXSLProcessor.
This class abstracts the XSL processor interface.
AbstractXSLProcessor() - Constructor for class org.apache.cocoon.processor.AbstractXSLProcessor
 

B

browsers - Variable in class org.apache.cocoon.Cocoon
 
Browsers - class org.apache.cocoon.Browsers.
This inner class is used to store the mapping between browser names and those signature fragments used for mapping.
BROWSERS - Static variable in interface org.apache.cocoon.CocoonDefaults
 
Browsers.Browser - class org.apache.cocoon.Browsers.Browser.
Inner class that contains single browser information.
Browsers.Browser(Browsers, String, String) - Constructor for class org.apache.cocoon.Browsers.Browser
 
Browsers(Configurations) - Constructor for class org.apache.cocoon.Browsers
Initialize the map with the mapping rules.

C

cache - Variable in class org.apache.cocoon.Cocoon
 
cache - Variable in class org.apache.cocoon.cache.LRUCache
 
Cache - interface org.apache.cocoon.cache.Cache.
A class to encapsulate the caching of preprocessed XML files.
CACHE - Static variable in interface org.apache.cocoon.CocoonDefaults
 
CachedObject - class org.apache.cocoon.cache.CachedObject.
An individual object contained in a cache.
CachedObject(Object) - Constructor for class org.apache.cocoon.cache.CachedObject
Create a new CachedObject.
CachedObject(Object, long) - Constructor for class org.apache.cocoon.cache.CachedObject
Create a new CachedObject with the specified timestamp.
Cocoon - class org.apache.cocoon.Cocoon.
The Cocoon servlet.
Cocoon() - Constructor for class org.apache.cocoon.Cocoon
 
CocoonDefaults - interface org.apache.cocoon.CocoonDefaults.
The Cocoon strings.
Configurable - interface org.apache.cocoon.framework.Configurable.
This interface must be implemented by all those classes that need parameters to specify their global behavior during their initialization.
ConfigurationFactory - class org.apache.cocoon.framework.ConfigurationFactory.
This class creates the configurations.
ConfigurationFactory() - Constructor for class org.apache.cocoon.framework.ConfigurationFactory
 
configurations - Variable in class org.apache.cocoon.Cocoon
 
configurations - Static variable in class org.apache.cocoon.framework.Factory
 
Configurations - class org.apache.cocoon.framework.Configurations.
This class encapsulates all the configurations needed by a Configurable class to work.
Configurations() - Constructor for class org.apache.cocoon.framework.Configurations
Create the class with empty defaults.
Configurations(Configurations) - Constructor for class org.apache.cocoon.framework.Configurations
Create the class with given defaults.
containsKey(Object) - Method in class org.apache.cocoon.cache.LRUCache
Check if the specified key exists in this Cache.
containsKey(Object) - Method in interface org.apache.cocoon.cache.Cache
 
containsKeyOnDisk(Object) - Method in class org.apache.cocoon.cache.LRUCache
Check if the specified key exists in cache on disk.
contents - Variable in class org.apache.cocoon.cache.CachedObject
 
create(String) - Static method in class org.apache.cocoon.framework.Factory
This method returns a class which implements the org.apache.[type].[Type] where [type] is the type string passed and [Type] is the same string with first letter uppercase.
create(String, Configurations) - Static method in class org.apache.cocoon.framework.Factory
This method acts like create(String type) but initializes the created class with the give Configurations rather than with those used by the factory.
createDocument() - Method in class org.apache.cocoon.processor.LotusXSLProcessor.XMLParser
 
createEmptyDocument() - Method in interface org.apache.cocoon.parser.Parser
Creates an empty DOM tree.
createEmptyDocument() - Method in class org.apache.cocoon.parser.IBMXMLParser
 
createEmptyDocument() - Method in class org.apache.cocoon.parser.OpenXMLParser
 
createEmptyDocument() - Method in class org.apache.cocoon.parser.SunXMLParser
 

D

DEBUG - Static variable in interface org.apache.cocoon.CocoonDefaults
 
DEFAULT_BROWSER - Static variable in class org.apache.cocoon.processor.AbstractXSLProcessor
 
directory - Variable in class org.apache.cocoon.cache.LRUCache
 

E

error(String, PrintWriter) - Method in class org.apache.cocoon.Cocoon
 

F

factory - Variable in class org.apache.cocoon.parser.SunXMLParser
 
Factory - class org.apache.cocoon.framework.Factory.
The factory used by Cocoon to create needed classes.
Factory() - Constructor for class org.apache.cocoon.framework.Factory
 

G

get(Object) - Method in class org.apache.cocoon.cache.LRUCache
Get a value from the cache for the specified key Object.
get(Object) - Method in interface org.apache.cocoon.cache.Cache
 
get(String) - Method in class org.apache.cocoon.framework.Configurations
Get the configuration.
getConfigurations(String) - Static method in class org.apache.cocoon.framework.ConfigurationFactory
Returns the configurations loading them from a file.
getConfigurations(String) - Method in class org.apache.cocoon.framework.Configurations
Create a subconfiguration starting from the base node.
getConfigurations(String, Configurations) - Static method in class org.apache.cocoon.framework.ConfigurationFactory
Returns the configurations loading them from a file with the given defaults.
getConfigurations(String, String) - Static method in class org.apache.cocoon.framework.ConfigurationFactory
Returns the configurations loading them from a file using the internal configurations as default.
getContents() - Method in class org.apache.cocoon.cache.CachedObject
Get the contents of this CachedObject.
getFromDisk(Object) - Method in class org.apache.cocoon.cache.LRUCache
Get a cached Object from disk for the specified key.
getInternalConfigurations(String) - Static method in class org.apache.cocoon.framework.ConfigurationFactory
Returns the configurations loading them from an internal resource found in the jar achive or in the resource path (classpath)
getLastAccessed() - Method in class org.apache.cocoon.cache.CachedObject
Get the last access time for this CachedObject.
getLastModified() - Method in class org.apache.cocoon.cache.CachedObject
Get the last modification time for this CachedObject.
getMaxDiskSize() - Method in class org.apache.cocoon.cache.LRUCache
Get the maximum number of objects this cache can hold on disk.
getMaxDiskSize() - Method in interface org.apache.cocoon.cache.Cache
 
getMaxMemSize() - Method in class org.apache.cocoon.cache.LRUCache
Get the maximum number of objects this cache can hold in memory.
getMaxMemSize() - Method in interface org.apache.cocoon.cache.Cache
 
getResourceConnection(String) - Method in class org.apache.cocoon.Cocoon
This method is used to abstract the resource from the file system like mandated by the Servlet API 2.1 but to let this servlet remain compatible with 2.0 system until 2.1 systems are widely available.
getServletInfo() - Method in class org.apache.cocoon.Cocoon
 
getSize() - Method in class org.apache.cocoon.cache.LRUCache
Get the number of objects currently in cache.
getSize() - Method in interface org.apache.cocoon.cache.Cache
 
getSizeOnDisk() - Method in class org.apache.cocoon.cache.LRUCache
Get the number of cached objects on disk for this cache.
getStylesheet(Document, Hashtable) - Method in class org.apache.cocoon.processor.AbstractXSLProcessor
 
getStylesheetsForBrowsers(Document, String) - Method in class org.apache.cocoon.processor.AbstractXSLProcessor
 

H

HREF_ATTRIBUTE - Static variable in class org.apache.cocoon.processor.AbstractXSLProcessor
 
HTMLPrinter - class org.apache.cocoon.printer.HTMLPrinter.
This class implements a printer that print the DOM tree using the HTML syntax.
HTMLPrinter() - Constructor for class org.apache.cocoon.printer.HTMLPrinter
 

I

IBMXMLParser - class org.apache.cocoon.parser.IBMXMLParser.
This class implements an XML parser using the XML4J 2.0 parser.
IBMXMLParser() - Constructor for class org.apache.cocoon.parser.IBMXMLParser
 
indentSpaces - Variable in class org.apache.cocoon.printer.AbstractPrinter
 
INIT_ARG - Static variable in interface org.apache.cocoon.CocoonDefaults
 
init(Configurations) - Method in class org.apache.cocoon.processor.AbstractXSLProcessor
 
init(Configurations) - Method in class org.apache.cocoon.processor.LotusXSLProcessor
 
init(Configurations) - Method in class org.apache.cocoon.processor.XSLPProcessor
 
init(Configurations) - Method in class org.apache.cocoon.cache.LRUCache
Initialize this cache using the configuration information.
init(Configurations) - Static method in class org.apache.cocoon.framework.Factory
Set the configurations for this factory.
init(Configurations) - Method in interface org.apache.cocoon.framework.Configurable
Initialize the class by passing its configurations.
init(Configurations) - Method in class org.apache.cocoon.printer.AbstractPrinter
Initialize the printer.
init(ServletConfig) - Method in class org.apache.cocoon.Cocoon
This method initializes the servlet.
instantiate(String, String, Configurations) - Static method in class org.apache.cocoon.framework.Factory
 
INTERNAL_PROPERTIES - Static variable in interface org.apache.cocoon.CocoonDefaults
 
isIgnorableWhitespace(Text) - Method in class org.apache.cocoon.processor.LotusXSLProcessor.XMLParser
 

L

lastAccessed - Variable in class org.apache.cocoon.cache.CachedObject
 
lastModified - Variable in class org.apache.cocoon.cache.CachedObject
 
lineWidth - Variable in class org.apache.cocoon.printer.AbstractPrinter
 
LotusXSLProcessor - class org.apache.cocoon.processor.LotusXSLProcessor.
This class implements the processor interface for the Lotus XSL processor.
LotusXSLProcessor.XMLParser - class org.apache.cocoon.processor.LotusXSLProcessor.XMLParser.
 
LotusXSLProcessor.XMLParser(LotusXSLProcessor, Parser) - Constructor for class org.apache.cocoon.processor.LotusXSLProcessor.XMLParser
 
LotusXSLProcessor() - Constructor for class org.apache.cocoon.processor.LotusXSLProcessor
 
LRUCache - class org.apache.cocoon.cache.LRUCache.
A class to encapsulate the caching of preprocessed XML files.
LRUCache() - Constructor for class org.apache.cocoon.cache.LRUCache
 

M

MALFORMED_URL - Static variable in class org.apache.cocoon.processor.AbstractXSLProcessor
 
mapBrowser(String) - Method in class org.apache.cocoon.Browsers
This method maps the "user-Agent" request parameter to a browser name following the search rules defined in the servlet properties.
maxDiskObjects - Variable in class org.apache.cocoon.cache.LRUCache
 
maxMemObjects - Variable in class org.apache.cocoon.cache.LRUCache
 
MEDIA_ATTRIBUTE - Static variable in class org.apache.cocoon.processor.AbstractXSLProcessor
 

N

name - Variable in class org.apache.cocoon.Browsers.Browser
 
NAME - Static variable in interface org.apache.cocoon.CocoonDefaults
 

O

OpenXMLParser - class org.apache.cocoon.parser.OpenXMLParser.
This class implements an XML parser using the OpenXML parser.
OpenXMLParser() - Constructor for class org.apache.cocoon.parser.OpenXMLParser
 
org.apache.cocoon - package org.apache.cocoon
 
org.apache.cocoon.cache - package org.apache.cocoon.cache
 
org.apache.cocoon.framework - package org.apache.cocoon.framework
 
org.apache.cocoon.parser - package org.apache.cocoon.parser
 
org.apache.cocoon.printer - package org.apache.cocoon.printer
 
org.apache.cocoon.processor - package org.apache.cocoon.processor
 

P

parse(Reader) - Method in interface org.apache.cocoon.parser.Parser
Creates a DOM tree parsing the given input stream.
parse(Reader) - Method in class org.apache.cocoon.parser.IBMXMLParser
 
parse(Reader) - Method in class org.apache.cocoon.parser.OpenXMLParser
 
parse(Reader) - Method in class org.apache.cocoon.parser.SunXMLParser
 
parser - Variable in class org.apache.cocoon.Cocoon
 
parser - Variable in class org.apache.cocoon.parser.IBMXMLParser
 
parser - Variable in class org.apache.cocoon.processor.AbstractXSLProcessor
 
parser - Variable in class org.apache.cocoon.processor.LotusXSLProcessor.XMLParser
 
Parser - interface org.apache.cocoon.parser.Parser.
This class must be implemented by the services that implement XML parsing capabilites in order to be used by Cocoon.
PARSER - Static variable in interface org.apache.cocoon.CocoonDefaults
 
parseXMLStream(Reader, String) - Method in class org.apache.cocoon.processor.LotusXSLProcessor.XMLParser
 
parseXMLStream(URL) - Method in class org.apache.cocoon.processor.LotusXSLProcessor.XMLParser
 
print(Document, Writer) - Method in interface org.apache.cocoon.printer.Printer
Creates a DOM tree parsing the given input stream.
print(Document, Writer) - Method in class org.apache.cocoon.printer.AbstractPrinter
Prints the DOM tree.
print(Document, Writer) - Method in class org.apache.cocoon.printer.XMLPrinter
Prints the DOM tree using the XML syntax
print(Document, Writer) - Method in class org.apache.cocoon.printer.HTMLPrinter
Prints the DOM tree using the HTML syntax
printer - Variable in class org.apache.cocoon.Cocoon
 
Printer - interface org.apache.cocoon.printer.Printer.
This class must be implemented by the printers that format a DOM tree into streams.
PRINTER - Static variable in interface org.apache.cocoon.CocoonDefaults
 
process(Document, Hashtable) - Method in class org.apache.cocoon.processor.LotusXSLProcessor
 
process(Document, Hashtable) - Method in class org.apache.cocoon.processor.XSLPProcessor
 
process(Document, Hashtable) - Method in interface org.apache.cocoon.processor.Processor
Process the DOM tree.
Processor - interface org.apache.cocoon.processor.Processor.
Every DOM processor must extend this interface to be recognized by Cocoon as a DOM processor.
PROCESSOR - Static variable in interface org.apache.cocoon.CocoonDefaults
 
ProcessorException - exception org.apache.cocoon.processor.ProcessorException.
This exception it thrown by a DOM processor to signal something went wrong during processing.
ProcessorException(String) - Constructor for class org.apache.cocoon.processor.ProcessorException
 
processors - Variable in class org.apache.cocoon.Cocoon
 
put(Object, Object) - Method in class org.apache.cocoon.cache.LRUCache
Put a key/value pair in the cache.
put(Object, Object) - Method in interface org.apache.cocoon.cache.Cache
 
putLRUToDisk() - Method in class org.apache.cocoon.cache.LRUCache
Put the least recently used cache pair to disk.
putToDisk(Object) - Method in class org.apache.cocoon.cache.LRUCache
Put the object with the specified key to the disk cache.

S

service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cocoon.Cocoon
This method is called by the servlet engine to handle the request.
set(String, Object) - Method in class org.apache.cocoon.framework.Configurations
Set the configuration.
signature - Variable in class org.apache.cocoon.Browsers.Browser
 
styler - Variable in class org.apache.cocoon.processor.LotusXSLProcessor
 
styler - Variable in class org.apache.cocoon.processor.XSLPProcessor
 
STYLESHEET_ERROR - Static variable in class org.apache.cocoon.processor.AbstractXSLProcessor
 
STYLESHEET_NOT_FOUND - Static variable in class org.apache.cocoon.processor.AbstractXSLProcessor
 
STYLESHEET_PI_NAME - Static variable in class org.apache.cocoon.processor.AbstractXSLProcessor
 
SunXMLParser - class org.apache.cocoon.parser.SunXMLParser.
This class implements an XML parser using the Sun ProjectX parser.
SunXMLParser() - Constructor for class org.apache.cocoon.parser.SunXMLParser
 

T

toString() - Method in class org.apache.cocoon.Browsers.Browser
 
toString() - Method in class org.apache.cocoon.parser.IBMXMLParser
 
toString() - Method in class org.apache.cocoon.parser.OpenXMLParser
 
toString() - Method in class org.apache.cocoon.parser.SunXMLParser
 
toString() - Method in class org.apache.cocoon.processor.LotusXSLProcessor
 
toString() - Method in class org.apache.cocoon.processor.XSLPProcessor
 
toString() - Method in class org.apache.cocoon.cache.CachedObject
Get a textual representation of this CachedObject.
toString() - Method in class org.apache.cocoon.cache.LRUCache
Return a textual identifier for this cache.
toString() - Method in class org.apache.cocoon.printer.XMLPrinter
 
toString() - Method in class org.apache.cocoon.printer.HTMLPrinter
 
TYPE_ATTRIBUTE - Static variable in class org.apache.cocoon.processor.AbstractXSLProcessor
 

V

VERBOSE - Static variable in interface org.apache.cocoon.CocoonDefaults
 
VERSION - Static variable in interface org.apache.cocoon.CocoonDefaults
 

X

XMLPrinter - class org.apache.cocoon.printer.XMLPrinter.
This class implements a printer that print the DOM tree using the XML syntax.
XMLPrinter() - Constructor for class org.apache.cocoon.printer.XMLPrinter
 
XSLPProcessor - class org.apache.cocoon.processor.XSLPProcessor.
This class implements the processor interface for the XSL:P processor.
XSLPProcessor() - Constructor for class org.apache.cocoon.processor.XSLPProcessor
 

A B C D E F G H I L M N O P S T V X
Copyright (c) 1998 The Java Apache Project