A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

I

I18N_ATTR_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This attribute is used with any element (even not i18n) to translate attribute values.
I18N_CACHE_STARTUP - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This configuration parameter specifies if the message catalog should be cached at startup.
I18N_CATALOGUE - Static variable in class org.apache.cocoon.forms.FormsConstants
I18n catalogue containing the built-in messages.
I18N_CATALOGUE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This attribute can be used on i18n:text to indicate the catalogue from which the key should be retrieved.
I18N_CHOOSE_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
i18n:choose element is used to translate elements in-place.
I18N_CURRENCY_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
Currency element name
I18N_CURRENCY_NO_UNIT_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
Currency without unit element name
I18N_DATE_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
i18n:date is used to provide a localized date string.
I18N_DATE_TIME_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
i18n:date-time is used to provide a localized date and time string.
I18N_DEFAULT_CATALOGUE_ID - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This configuration parameter specifies the id of the catalogue to be used as default catalogue, allowing to redefine the default catalogue on the pipeline level.
I18N_EXPR_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This attribute is used with any element (even not i18n) to evaluate attribute values.
I18N_FRACTION_DIGITS_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
fraction-digits attribute is used with i18:number to indicate the number of digits behind the fraction
I18N_IF_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
i18n:if is used to test a locale.
I18N_INT_CURRENCY_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
Integer currency element name
I18N_INT_CURRENCY_NO_UNIT_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
Integer currency without unit element name
I18N_KEY_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This attribute is used with i18n:text element to indicate the key of the according message.
I18N_LOCALE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This configuration parameter specifies the default locale to be used.
I18N_LOCALE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This attribute is used with date and number formatting elements to indicate the locale that should be used to format the element value.
I18N_NAMESPACE_URI - Static variable in class org.apache.cocoon.transformation.I18nTransformer
The namespace for i18n is "http://apache.org/cocoon/i18n/2.1".
I18N_NS - Static variable in class org.apache.cocoon.forms.FormsConstants
 
I18N_NUMBER_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
i18n:number is used to provide a localized number string.
I18N_OLD_NAMESPACE_URI - Static variable in class org.apache.cocoon.transformation.I18nTransformer
The old namespace for i18n is "http://apache.org/cocoon/i18n/2.0".
I18N_OTHERWISE_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
i18n:otherwise is used to match any locale when no matching locale has been found inside an i18n:choose block.
I18N_PARAM_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
i18n:param is used with i18n:translate to provide substitution params.
I18N_PARAM_NAME_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This attribute affects a name to the param that could be used for substitution.
I18N_PATTERN_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This attribute is used with date and number formatting elements to indicate the pattern that should be used to format the element value.
I18N_PERCENT_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
Percent element name
I18N_PREFIX - Static variable in class org.apache.cocoon.forms.FormsConstants
 
I18N_PREFIX_COLON - Static variable in class org.apache.cocoon.forms.FormsConstants
 
I18N_SRC_LOCALE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This attribute is used with date and number formatting elements to indicate the locale that should be used to parse the element value.
I18N_SRC_PATTERN_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This attribute is used with date and number formatting elements to indicate the pattern that should be used to parse the element value.
I18N_TEXT_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
i18n:text element is used to translate any text, with or without markup.
I18N_TIME_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
i18n:time is used to provide a localized time string.
I18N_TRANSLATE_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
i18n:translate element is used to translate text with parameter substitution.
I18N_TYPE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
Deprecated. since 2.1. Use nested tags instead, e.g.: <i18n:param><i18n:date/></i18n:param>
I18N_UNTRANSLATED - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This configuration parameter specifies the message that should be displayed in case of a not translated text (message not found).
I18N_VALUE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This attribute is used with date and number formatting elements to indicate the value that should be parsed and formatted.
I18N_WHEN_ELEMENT - Static variable in class org.apache.cocoon.transformation.I18nTransformer
i18n:when is used to test a locale.
I18nCatalogueGenerator - class org.apache.cocoon.portal.tools.generation.I18nCatalogueGenerator.
 
I18nCatalogueGenerator() - Constructor for class org.apache.cocoon.portal.tools.generation.I18nCatalogueGenerator
 
I18nMessage - class org.apache.cocoon.forms.util.I18nMessage.
A XMLizable implementation that will produce SAX events for the I18nTransformer in its toSAX method, based on the information given in the constructor.
I18nMessage(String) - Constructor for class org.apache.cocoon.forms.util.I18nMessage
 
I18nMessage(String, String) - Constructor for class org.apache.cocoon.forms.util.I18nMessage
 
I18nMessage(String, String[]) - Constructor for class org.apache.cocoon.forms.util.I18nMessage
 
I18nMessage(String, String[], String) - Constructor for class org.apache.cocoon.forms.util.I18nMessage
 
I18nMessage(String, String[], boolean[]) - Constructor for class org.apache.cocoon.forms.util.I18nMessage
 
I18nMessage(String, String[], boolean[], String) - Constructor for class org.apache.cocoon.forms.util.I18nMessage
 
I18nTransformer - class org.apache.cocoon.transformation.I18nTransformer.
 
I18nTransformer() - Constructor for class org.apache.cocoon.transformation.I18nTransformer
 
I18nUtils - class org.apache.cocoon.i18n.I18nUtils.
A utility class for i18n formatting and parsing routing.
I18nUtils.LocaleValidator - interface org.apache.cocoon.i18n.I18nUtils.LocaleValidator.
Callback interface for I18nUtils.findLocale(Map, String, Parameters, Locale, boolean, boolean, boolean, I18nUtils.LocaleValidator)
ID - Static variable in interface org.apache.cocoon.xml.AttributeTypes
 
IDREF - Static variable in interface org.apache.cocoon.xml.AttributeTypes
 
IDREFS - Static variable in interface org.apache.cocoon.xml.AttributeTypes
 
IMAGEMAP_EL - Static variable in class org.apache.cocoon.forms.formmodel.ImageMap
 
IMAGE_COMMENT_ATTR_NAME - Static variable in class org.apache.cocoon.generation.ImageDirectoryGenerator
 
IMAGE_HEIGHT_ATTR_NAME - Static variable in class org.apache.cocoon.generation.ImageDirectoryGenerator
 
IMAGE_HEIGHT_PROPERTY_NAME - Static variable in class org.apache.cocoon.components.source.impl.AbstractImageSourceInspector
height property name.
IMAGE_WIDTH_ATTR_NAME - Static variable in class org.apache.cocoon.generation.ImageDirectoryGenerator
 
IMAGE_WIDTH_PROPERTY_NAME - Static variable in class org.apache.cocoon.components.source.impl.AbstractImageSourceInspector
width property name.
IMAPGenerator - class org.apache.cocoon.generation.IMAPGenerator.
Generates an XML listing of messages from an IMAP mail server.
IMAPGenerator() - Constructor for class org.apache.cocoon.generation.IMAPGenerator
 
IMPLEMENTS_ELEMENT - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
IMPORTS_ELEMENT - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
IMPORT_ATTRIBUTE - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
IMPORT_ELEM - Static variable in interface org.apache.cocoon.components.web3.Web3
 
IMPORT_ELEM - Static variable in class org.apache.cocoon.transformation.Web3RfcTransformer
 
IMPORT_ELEMENT - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
INCLUDE_CLASS_ATTR - Static variable in interface org.apache.cocoon.components.web3.Web3
 
INCLUDE_CONFIG - Static variable in class org.apache.cocoon.components.crawler.SimpleCocoonCrawlerImpl
Config element name specifying including regular expression pattern.
INCLUDE_CONFIG - Static variable in class org.apache.cocoon.generation.LinkStatusGenerator
Config element name specifying including regular expression pattern.
INCLUDE_ELEM - Static variable in interface org.apache.cocoon.components.web3.Web3
 
INCLUDE_ELEM - Static variable in class org.apache.cocoon.transformation.Web3RfcTransformer
 
INCLUDE_INHERITANCE_ELEMENT - Static variable in class org.apache.cocoon.components.source.impl.QDoxSourceFactory
 
INCLUDE_NAME - Static variable in class org.apache.cocoon.transformation.EncodeURLTransformer
Configuration name for specifying including patterns, ie include-name.
INCLUDE_NAME_ATTR - Static variable in interface org.apache.cocoon.components.web3.Web3
 
INCLUDE_NAME_DEFAULT - Static variable in class org.apache.cocoon.transformation.EncodeURLTransformer
Configuration default exclude pattern, ie .
INC_SERVLET_PATH - Static variable in class org.apache.cocoon.components.jsp.JSPEngineImplWLS
The Servlet Include Path
INDEX_FIELD - Static variable in class org.apache.cocoon.bean.query.SimpleLuceneQueryBean
The INDEX_FIELD of this bean.
INDEX_PARAM - Static variable in class org.apache.cocoon.generation.SearchGenerator
Setup parameter name of index directory, ie index.
INDEX_PARAM_DEFAULT - Static variable in class org.apache.cocoon.generation.SearchGenerator
Default value of setup parameter index, ie index.
INDEX_URI - Static variable in class org.apache.cocoon.Constants
The default URI to be used when a URI requested refers to a directory, e.g. http://localhost:8080/site/
INFO - Static variable in class org.apache.cocoon.core.BootstrapEnvironment.LogLevel
 
INFO - Static variable in class org.apache.cocoon.util.Deprecation
Info deprecation messages indicate features that are no more considered "current" or "best practice", and that will probably be removed in future releases.
INFO_NOTIFICATION - Static variable in interface org.apache.cocoon.components.notification.Notifying
 
INHERIT_ELEMENT - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
INNERCLASSES_ELEMENT - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
INNERCLASS_INHERITANCE - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
INPUTXML_CONTEXT_ATTRIBUTE - Static variable in class org.apache.cocoon.webapps.session.transformation.SessionPostTransformer
 
INPUTXML_ELEMENT - Static variable in class org.apache.cocoon.webapps.session.transformation.SessionPostTransformer
 
INPUTXML_NAME_ATTRIBUTE - Static variable in class org.apache.cocoon.webapps.session.transformation.SessionPostTransformer
 
INPUTXML_PATH_ATTRIBUTE - Static variable in class org.apache.cocoon.webapps.session.transformation.SessionPostTransformer
 
INPUTXML_TYPE_ATTRIBUTE - Static variable in class org.apache.cocoon.webapps.session.transformation.SessionPostTransformer
 
INPUTXML_VALIDATIONRESULT_ATTRIBUTE - Static variable in class org.apache.cocoon.webapps.session.transformation.SessionPostTransformer
 
INPUT_MODULE_ROLE - Static variable in class org.apache.cocoon.transformation.SimpleFormTransformer
 
INPUT_MODULE_SELECTOR - Static variable in class org.apache.cocoon.components.modules.input.AbstractMetaModule
 
INPUT_MODULE_SELECTOR - Static variable in class org.apache.cocoon.components.modules.input.InputModuleHelper
 
INPUT_MODULE_SELECTOR - Static variable in class org.apache.cocoon.transformation.SimpleFormTransformer
 
INSERT_ELEMENT - Static variable in class org.apache.cocoon.transformation.SourceWritingTransformer
 
INSTANCE - Static variable in class org.apache.cocoon.components.validation.impl.DraconianErrorHandler
The singleton instance of the DraconianErrorHandler.
INSTANCE_NS - Static variable in class org.apache.cocoon.forms.FormsConstants
Namespace for Instance elements
INSTANCE_PREFIX - Static variable in class org.apache.cocoon.forms.FormsConstants
 
INSTANCE_PREFIX_COLON - Static variable in class org.apache.cocoon.forms.FormsConstants
 
INTEGER - Static variable in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
INTERCEPTION_POSTFIX - Static variable in class org.apache.cocoon.components.flow.javascript.fom.AO_FOM_JavaScriptInterpreter
 
INTERFACE_ELEMENT - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
INTERFACE_INHERITANCE - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
INVISIBLE - Static variable in class org.apache.cocoon.forms.formmodel.WidgetState
Invisible state.
IN_ACTION_SET - Static variable in class org.apache.cocoon.components.treeprocessor.sitemap.ActionSetNodeBuilder
The TreeBuilder attribute indicating that an ActionSet is being built
IN_SCHEME - Static variable in interface org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParserConstants
 
IOUtils - class org.apache.cocoon.util.IOUtils.
A collection of File, URL and filename utility methods
IOUtils() - Constructor for class org.apache.cocoon.util.IOUtils
 
ISNULL - Static variable in class org.apache.cocoon.acting.ValidatorActionResult
the parameter is null but isn't allowed to.
ITEM_EL - Static variable in interface org.apache.cocoon.forms.datatype.SelectionList
 
ITEM_STRING - Static variable in class org.apache.cocoon.portal.layout.renderer.aspect.impl.CompositeContentAspect
 
Icu4jDateConvertor - class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor.
A Convertor for Date objects backed by ICU4J's SimpleDateFormat class.
Icu4jDateConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
Icu4jDateConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertorBuilder.
Builds Icu4jDateConvertors.
Icu4jDateConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertorBuilder
 
IdentifierCacheKey - class org.apache.cocoon.caching.IdentifierCacheKey.
This is a "simple" cache key that does not consider the components used in the pipeline.
IdentifierCacheKey(String, boolean) - Constructor for class org.apache.cocoon.caching.IdentifierCacheKey
Constructor
Ideographic - Static variable in interface org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParserConstants
 
If - class org.apache.cocoon.template.instruction.If.
 
If(ParsingContext, StartElement, Attributes, Stack) - Constructor for class org.apache.cocoon.template.instruction.If
 
IfxSerialAutoIncrementModule - class org.apache.cocoon.components.modules.database.IfxSerialAutoIncrementModule.
Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
IfxSerialAutoIncrementModule() - Constructor for class org.apache.cocoon.components.modules.database.IfxSerialAutoIncrementModule
 
IgnorableWhitespace - class org.apache.cocoon.template.script.event.IgnorableWhitespace.
 
IgnorableWhitespace(ParsingContext, Locator, char[], int, int) - Constructor for class org.apache.cocoon.template.script.event.IgnorableWhitespace
 
ImageArea - class org.apache.cocoon.faces.samples.components.model.ImageArea.
ImageArea is a JavaBean that represents a hotspot in an image map.
ImageArea() - Constructor for class org.apache.cocoon.faces.samples.components.model.ImageArea
Construct an uninitialized ImageArea instance.
ImageArea(String, String, String) - Constructor for class org.apache.cocoon.faces.samples.components.model.ImageArea
Construct an ImageArea initialized with the specified property values.
ImageDirectoryGenerator - class org.apache.cocoon.generation.ImageDirectoryGenerator.
 
ImageDirectoryGenerator() - Constructor for class org.apache.cocoon.generation.ImageDirectoryGenerator
 
ImageMap - class org.apache.cocoon.forms.formmodel.ImageMap.
A server-side map widget.
ImageMap(ImageMapDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.ImageMap
 
ImageMapDefinition - class org.apache.cocoon.forms.formmodel.ImageMapDefinition.
The WidgetDefinition part of an ImageMap widget, see ImageMap for more information.
ImageMapDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.ImageMapDefinition
 
ImageMapDefinitionBuilder - class org.apache.cocoon.forms.formmodel.ImageMapDefinitionBuilder.
Builds ImageMapDefinitions.
ImageMapDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.ImageMapDefinitionBuilder
 
ImageMapEvent - class org.apache.cocoon.forms.event.ImageMapEvent.
Currently this event originates from a ImageMap widget.
ImageMapEvent(Widget, String) - Constructor for class org.apache.cocoon.forms.event.ImageMapEvent
 
ImageProperties - class org.apache.cocoon.util.ImageProperties.
 
ImageProperties(int, int, char[], String) - Constructor for class org.apache.cocoon.util.ImageProperties
 
ImageReader - class org.apache.cocoon.reading.ImageReader.
The ImageReader component is used to serve binary image data in a sitemap pipeline.
ImageReader() - Constructor for class org.apache.cocoon.reading.ImageReader
 
ImageUtils - class org.apache.cocoon.util.ImageUtils.
 
ImageUtils() - Constructor for class org.apache.cocoon.util.ImageUtils
 
ImmutableAttributesImpl - class org.apache.cocoon.xml.ImmutableAttributesImpl.
Immutable attributes
ImmutableAttributesImpl() - Constructor for class org.apache.cocoon.xml.ImmutableAttributesImpl
 
ImmutableAttributesImpl(Attributes) - Constructor for class org.apache.cocoon.xml.ImmutableAttributesImpl
 
Import - class org.apache.cocoon.template.instruction.Import.
 
Import(ParsingContext, StartElement, Attributes, Stack) - Constructor for class org.apache.cocoon.template.instruction.Import
 
ImportDefinitionBuilder - class org.apache.cocoon.forms.formmodel.ImportDefinitionBuilder.
 
ImportDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.ImportDefinitionBuilder
 
ImportJXPathBinding - class org.apache.cocoon.forms.binding.ImportJXPathBinding.
Dummy class cause binding doesn't accept null results from binding builders
ImportJXPathBinding() - Constructor for class org.apache.cocoon.forms.binding.ImportJXPathBinding
 
ImportJXPathBindingBuilder - class org.apache.cocoon.forms.binding.ImportJXPathBindingBuilder.
Handles binding library imports
ImportJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.ImportJXPathBindingBuilder
 
IncludeCacheManager - interface org.apache.cocoon.transformation.helpers.IncludeCacheManager.
The include cache manager is a component that can manage included content.
IncludeCacheManagerSession - class org.apache.cocoon.transformation.helpers.IncludeCacheManagerSession.
This object encapsulates a "caching session".
IncludeCacheStorageProxy - interface org.apache.cocoon.transformation.helpers.IncludeCacheStorageProxy.
A CacheStorageProxy is an interface object between the IncludeCacheManager and the real store caching the content.
IncludeTransformer - class org.apache.cocoon.transformation.IncludeTransformer.
A simple transformer including resolvable sources (accessed through Cocoon's SourceResolver) from its input.
IncludeTransformer() - Constructor for class org.apache.cocoon.transformation.IncludeTransformer
Create a new IncludeTransformer instance.
IncludeXMLConsumer - class org.apache.cocoon.xml.IncludeXMLConsumer.
A special purpose XMLConsumer which can: Trim empty characters if ignoreEmptyCharacters is set.
IncludeXMLConsumer(XMLConsumer) - Constructor for class org.apache.cocoon.xml.IncludeXMLConsumer
Constructor
IncludeXMLConsumer(ContentHandler, LexicalHandler) - Constructor for class org.apache.cocoon.xml.IncludeXMLConsumer
Constructor
IncludeXMLConsumer(ContentHandler) - Constructor for class org.apache.cocoon.xml.IncludeXMLConsumer
Constructor
IncludingHTMLSerializer - class org.apache.cocoon.portal.serialization.IncludingHTMLSerializer.
This is a special serializer that allows to include content that is not XML at the last possible point.
IncludingHTMLSerializer() - Constructor for class org.apache.cocoon.portal.serialization.IncludingHTMLSerializer
 
IncompletenessException - exception org.apache.cocoon.forms.formmodel.IncompletenessException.
 
IncompletenessException(String, WidgetDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.IncompletenessException
 
IncompletenessException(String, WidgetDefinition, Exception) - Constructor for class org.apache.cocoon.forms.formmodel.IncompletenessException
 
IndexerCtPref - class org.apache.cocoon.mail.IndexerCtPref.
Description of the Class
IndexerCtPref() - Constructor for class org.apache.cocoon.mail.IndexerCtPref
 
InformationProviderServiceImpl - class org.apache.cocoon.portal.pluto.InformationProviderServiceImpl.
Our own information provider service.
InformationProviderServiceImpl() - Constructor for class org.apache.cocoon.portal.pluto.InformationProviderServiceImpl
 
InitForm1Action - class org.apache.cocoon.forms.samples.InitForm1Action.
An action that creates an instance of a specific example form included with Cocoon Forms, and adds some rows to its repeater widget.
InitForm1Action() - Constructor for class org.apache.cocoon.forms.samples.InitForm1Action
 
InputHiddenTag - class org.apache.cocoon.faces.taglib.html.InputHiddenTag.
 
InputHiddenTag() - Constructor for class org.apache.cocoon.faces.taglib.html.InputHiddenTag
 
InputModule - interface org.apache.cocoon.components.modules.input.InputModule.
InputModule specifies an interface for components that provide access to individual attributes e.g. request parameters, request attributes, session attributes &c.
InputModuleAction - class org.apache.cocoon.acting.InputModuleAction.
Simple helper action to allow passing sitemap variables to InputModules.
InputModuleAction() - Constructor for class org.apache.cocoon.acting.InputModuleAction
 
InputModuleAttributeException - exception org.apache.cocoon.components.modules.input.InputModuleAttributeException.
 
InputModuleAttributeException(String) - Constructor for class org.apache.cocoon.components.modules.input.InputModuleAttributeException
 
InputModuleAttributeException(String, Throwable) - Constructor for class org.apache.cocoon.components.modules.input.InputModuleAttributeException
 
InputModuleDestructionException - exception org.apache.cocoon.components.modules.input.InputModuleDestructionException.
 
InputModuleDestructionException(String) - Constructor for class org.apache.cocoon.components.modules.input.InputModuleDestructionException
 
InputModuleDestructionException(String, Throwable) - Constructor for class org.apache.cocoon.components.modules.input.InputModuleDestructionException
 
InputModuleException - exception org.apache.cocoon.components.modules.input.InputModuleException.
 
InputModuleException(String) - Constructor for class org.apache.cocoon.components.modules.input.InputModuleException
 
InputModuleException(String, Throwable) - Constructor for class org.apache.cocoon.components.modules.input.InputModuleException
 
InputModuleHelper - class org.apache.cocoon.components.modules.input.InputModuleHelper.
 
InputModuleHelper() - Constructor for class org.apache.cocoon.components.modules.input.InputModuleHelper
 
InputModuleInitializationException - exception org.apache.cocoon.components.modules.input.InputModuleInitializationException.
 
InputModuleInitializationException(String) - Constructor for class org.apache.cocoon.components.modules.input.InputModuleInitializationException
 
InputModuleInitializationException(String, Throwable) - Constructor for class org.apache.cocoon.components.modules.input.InputModuleInitializationException
 
InputModuleNotFoundException - exception org.apache.cocoon.components.modules.input.InputModuleNotFoundException.
 
InputModuleNotFoundException(String) - Constructor for class org.apache.cocoon.components.modules.input.InputModuleNotFoundException
 
InputModuleNotFoundException(String, Throwable) - Constructor for class org.apache.cocoon.components.modules.input.InputModuleNotFoundException
 
InputSecretTag - class org.apache.cocoon.faces.taglib.html.InputSecretTag.
 
InputSecretTag() - Constructor for class org.apache.cocoon.faces.taglib.html.InputSecretTag
 
InputTextTag - class org.apache.cocoon.faces.taglib.html.InputTextTag.
 
InputTextTag() - Constructor for class org.apache.cocoon.faces.taglib.html.InputTextTag
 
InputTextareaTag - class org.apache.cocoon.faces.taglib.html.InputTextareaTag.
 
InputTextareaTag() - Constructor for class org.apache.cocoon.faces.taglib.html.InputTextareaTag
 
InsertBeanJXPathBinding - class org.apache.cocoon.forms.binding.InsertBeanJXPathBinding.
InsertBeanJXPathBinding provides an implementation of a Binding that inserts a new instance of the specified bean (classname) or a new instance created by the model itself into the target back-end model upon save.
InsertBeanJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String) - Constructor for class org.apache.cocoon.forms.binding.InsertBeanJXPathBinding
Constructs InsertBeanJXPathBinding
InsertBeanJXPathBindingBuilder - class org.apache.cocoon.forms.binding.InsertBeanJXPathBindingBuilder.
InsertBeanJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual InsertBeanJXPathBinding out of the configuration in the provided configElement which looks like: <fb:insert-bean classname="..child-bean-class.." addmethod="..method-to-add.."
InsertBeanJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.InsertBeanJXPathBindingBuilder
 
InsertNodeJXPathBinding - class org.apache.cocoon.forms.binding.InsertNodeJXPathBinding.
InsertNodeJXPathBinding provides an implementation of a Binding that inserts a clone of some 'template document-fragment' into the target back-end model upon save.
InsertNodeJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, DocumentFragment) - Constructor for class org.apache.cocoon.forms.binding.InsertNodeJXPathBinding
Constructs InsertNodeJXPathBinding
InsertNodeJXPathBindingBuilder - class org.apache.cocoon.forms.binding.InsertNodeJXPathBindingBuilder.
InsertNodeJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual InsertNodeJXPathBinding out of the configuration in the provided configElement which looks like: <fb:insert-node> <!
InsertNodeJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.InsertNodeJXPathBindingBuilder
 
InspectableSource - interface org.apache.cocoon.components.source.InspectableSource.
A source, which owns meta informations in form of properties
InspectableTraversableCachingSource - class org.apache.cocoon.components.source.impl.InspectableTraversableCachingSource.
TraversableCachingSource that adds support for SourceProperty caching.
InspectableTraversableCachingSource(String, String, InspectableSource, int, String, boolean) - Constructor for class org.apache.cocoon.components.source.impl.InspectableTraversableCachingSource
 
InspectableTraversableCachingSource.InspectableSourceMeta - class org.apache.cocoon.components.source.impl.InspectableTraversableCachingSource.InspectableSourceMeta.
 
InspectableTraversableCachingSource.InspectableSourceMeta() - Constructor for class org.apache.cocoon.components.source.impl.InspectableTraversableCachingSource.InspectableSourceMeta
 
InstanceComponentHandler - class org.apache.cocoon.core.container.handler.InstanceComponentHandler.
A component handler for instances created outside the container.
InstanceComponentHandler(Logger, Object) - Constructor for class org.apache.cocoon.core.container.handler.InstanceComponentHandler
Creates a new ComponentHandler.
Instruction - class org.apache.cocoon.template.instruction.Instruction.
 
Instruction(Locator) - Constructor for class org.apache.cocoon.template.instruction.Instruction
 
Instruction(StartElement) - Constructor for class org.apache.cocoon.template.instruction.Instruction
 
InstructionFactory - interface org.apache.cocoon.template.script.InstructionFactory.
 
IntegerType - class org.apache.cocoon.forms.datatype.typeimpl.IntegerType.
A Datatype implementation for whole numbers.
IntegerType() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.IntegerType
 
IntegerTypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.IntegerTypeBuilder.
Builds IntegerTypes.
IntegerTypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.IntegerTypeBuilder
 
InternalEventReceiver - class org.apache.cocoon.portal.event.impl.InternalEventReceiver.
This subscriber processes JXPath events.
InternalEventReceiver() - Constructor for class org.apache.cocoon.portal.event.impl.InternalEventReceiver
 
InterpolatingConfigurationHandler - class org.apache.cocoon.transformation.helpers.InterpolatingConfigurationHandler.
A SAX ContentHandler that builds Avalon Configuration objects, but also replaces variables of the form {var} with values from a map.
InterpolatingConfigurationHandler(Map) - Constructor for class org.apache.cocoon.transformation.helpers.InterpolatingConfigurationHandler
Constructor.
InterpolatingConfigurationHandler(Map, String) - Constructor for class org.apache.cocoon.transformation.helpers.InterpolatingConfigurationHandler
Constructor.
Interpreter - interface org.apache.cocoon.components.flow.Interpreter.
The interface to the flow scripting languages.
Interpreter.Argument - class org.apache.cocoon.components.flow.Interpreter.Argument.
 
Interpreter.Argument(String, String) - Constructor for class org.apache.cocoon.components.flow.Interpreter.Argument
 
InvalidContinuationException - exception org.apache.cocoon.components.flow.InvalidContinuationException.
This Exception is thrown whenever an invalid continuation is given.
InvalidContinuationException(String) - Constructor for class org.apache.cocoon.components.flow.InvalidContinuationException
Construct a new InvalidContinuationException instance.
InvalidContinuationException(String, Throwable) - Constructor for class org.apache.cocoon.components.flow.InvalidContinuationException
Construct a new InvalidContinuationException that references a parent Exception.
InvalidServiceException - exception org.apache.cocoon.components.flow.ws.InvalidServiceException.
 
InvalidServiceException(String) - Constructor for class org.apache.cocoon.components.flow.ws.InvalidServiceException
 
InvalidServiceException(Exception) - Constructor for class org.apache.cocoon.components.flow.ws.InvalidServiceException
 
InvokeContext - class org.apache.cocoon.components.treeprocessor.InvokeContext.
The invocation context of ProcessingNodes.
InvokeContext() - Constructor for class org.apache.cocoon.components.treeprocessor.InvokeContext
Create an InvokeContext without existing pipelines.
InvokeContext(boolean) - Constructor for class org.apache.cocoon.components.treeprocessor.InvokeContext
Create an InvokeContext
Invoker - class org.apache.cocoon.components.flow.java.Invoker.
 
Invoker(Method) - Constructor for class org.apache.cocoon.components.flow.java.Invoker
 
Invoker - class org.apache.cocoon.template.script.Invoker.
 
Invoker() - Constructor for class org.apache.cocoon.template.script.Invoker
 
IsAccessingAction - class org.apache.cocoon.portal.authenticationfw.IsAccessingAction.
This action informs the portal about the current user.
IsAccessingAction() - Constructor for class org.apache.cocoon.portal.authenticationfw.IsAccessingAction
 
IsNullFunction - class org.apache.cocoon.forms.expression.IsNullFunction.
Returns true if argument is null.
IsNullFunction() - Constructor for class org.apache.cocoon.forms.expression.IsNullFunction
 
Item - class org.apache.cocoon.portal.layout.Item.
 
Item() - Constructor for class org.apache.cocoon.portal.layout.Item
 
ItemGroup - class org.apache.cocoon.transformation.pagination.ItemGroup.
Container class for the immutable pagination rules for each page.
ItemGroup(String, String, String) - Constructor for class org.apache.cocoon.transformation.pagination.ItemGroup
 
IterationTag - interface org.apache.cocoon.taglib.IterationTag.
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.
IterationTestTag - class org.apache.cocoon.taglib.test.IterationTestTag.
 
IterationTestTag() - Constructor for class org.apache.cocoon.taglib.test.IterationTestTag
 
i18n - Variable in class org.apache.cocoon.portal.tools.PortalTool
 
iTextSerializer - class org.apache.cocoon.serialization.iTextSerializer.
 
iTextSerializer() - Constructor for class org.apache.cocoon.serialization.iTextSerializer
 
icon - Variable in class org.apache.cocoon.portal.pluto.om.ServletDefinitionImpl
 
icon - Variable in class org.apache.cocoon.portal.pluto.om.WebApplicationDefinitionImpl
 
id - Variable in class org.apache.cocoon.bean.query.SimpleLuceneCriterionBean
The Bean's ID.
id - Variable in class org.apache.cocoon.components.flow.WebContinuation
The continuation id used to represent this instance in Web pages.
id - Variable in class org.apache.cocoon.portal.coplet.CopletData
The unique identifier.
id - Variable in class org.apache.cocoon.portal.coplet.CopletInstanceData
 
id - Variable in class org.apache.cocoon.portal.coplets.basket.AbstractItem
Unique id
id - Variable in class org.apache.cocoon.portal.coplets.basket.ContentStore
The id
id - Variable in class org.apache.cocoon.portal.coplets.basket.ContentStoreDescription
The id
id - Variable in class org.apache.cocoon.portal.layout.AbstractLayout
 
id - Variable in class org.apache.cocoon.portal.pluto.om.PortletDefinitionImpl
 
id - Variable in class org.apache.cocoon.portal.wsrp.consumer.ProducerDescription
Unique string of the producer
idCounter - Static variable in class org.apache.cocoon.portal.coplet.impl.DefaultCopletFactory
 
idCounter - Static variable in class org.apache.cocoon.portal.layout.impl.DefaultLayoutFactory
 
idResolver - Variable in class org.apache.cocoon.portal.persistence.castor.CastorSourceConverter
This object resolves the references between the different profile files.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.components.profiler.ProfilingXMLPipe
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.components.sax.XMLByteStreamCompiler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.components.search.LuceneIndexContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.components.serializers.XMLSerializer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.components.xpointer.ElementPathPart.PathInclusionPipe
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
ignorableWhitespace(char[], int, int) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.serialization.ElementProcessorSerializer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.taglib.TransformerTagSupport
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.taglib.VarTransformerTagSupport
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.taglib.XMLConsumerTagSupport
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.template.script.Parser
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.template.xml.AttributeAwareXMLConsumerImpl
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Process the SAX event.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.FragmentExtractorTransformer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.LogTransformer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.PatternTransformer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.TagTransformer
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.TeeTransformer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.XMLDBTransformer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.pagination.Paginator
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.util.location.LocationAttributes.Pipe
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.DocumentHandlerAdapter
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.DocumentHandlerWrapper
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.LoggingContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.ParamSaxBuffer
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.SaxBuffer
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.XMLMulticaster
 
ignore - Variable in class org.apache.cocoon.components.modules.input.XMLMetaModule
 
ignoreEmptyCharacters - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
Controlls SAX event handling.
ignoreEventsCount - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
Controlls SAX event handling.
ignoreHooksCount - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
Controlls SAX event handling.
ignoreRootElement - Variable in class org.apache.cocoon.portal.transformation.HTMLRootTransformer
do we remove the root tag?
ignoreRootElementCount - Variable in class org.apache.cocoon.portal.transformation.HTMLRootTransformer
 
ignoreTargetSelf - Variable in class org.apache.cocoon.portal.transformation.LinkTransformer
Handle target self as no target?
ignoreWhitespaces - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
Controlls SAX event handling.
ignoredChildren - Variable in class org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder
 
image - Variable in class org.apache.cocoon.components.xpointer.parser.Token
The string image of the token.
importClass(Context, Scriptable, Object[], Function) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.ThreadScope
Override importClass to allow reloading of classes
importNode(Node, boolean) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter
 
importNode(Node, boolean) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Imports a node from another document to this document.
importParameterList - Variable in class org.apache.cocoon.transformation.Web3RfcTransformer
 
inActionSet - Variable in class org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode
 
inBuf - Variable in class org.apache.cocoon.components.xpointer.parser.SimpleCharStream
 
inUse - Variable in class org.apache.cocoon.components.store.impl.StoreJanitorImpl
Amount of memory in use before sleep().
incGroupLevel() - Method in class org.apache.cocoon.components.language.markup.xsp.AbstractEsqlQuery
 
incSitemapCounter(Map) - Static method in class org.apache.cocoon.profiler.debugging.Debugger
 
includeAs(String, String) - Method in class org.apache.cocoon.forms.binding.library.Library
"Registers" a library to be referenced later under a certain key or prefix.
includeAs(String, String) - Method in class org.apache.cocoon.forms.formmodel.library.Library
"Registers" a library to be referenced later under a certain key or prefix.
includeAsValue() - Method in interface org.apache.cocoon.components.modules.database.AutoIncrementModule
Boolean whether the key attribute needs to be included in the insert query as an attribute value (no subquery).
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.HsqlIdentityAutoIncrementModule
 
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.IfxSerialAutoIncrementModule
 
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.ManualAutoIncrementModule
 
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.McKoiSequenceModule
 
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.MysqlAutoIncrementModule
 
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.PgsqlAutoIncrementModule
 
includeAsValue() - Method in class org.apache.cocoon.components.modules.database.SQLServerIdentityAutoIncrementModule
 
includeFile(String, ServiceManager, ContentHandler, Map) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPUtil
 
includeInQuery() - Method in interface org.apache.cocoon.components.modules.database.AutoIncrementModule
Boolean whether the key attribute column needs to be included in the insert query.
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.HsqlIdentityAutoIncrementModule
 
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.IfxSerialAutoIncrementModule
 
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.ManualAutoIncrementModule
 
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.McKoiSequenceModule
 
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.MysqlAutoIncrementModule
 
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.PgsqlAutoIncrementModule
 
includeInQuery() - Method in class org.apache.cocoon.components.modules.database.SQLServerIdentityAutoIncrementModule
 
includeInputSource(InputSource, ServiceManager, ContentHandler) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPUtil
 
includeNameRE - Variable in class org.apache.cocoon.util.ElementAttributeMatching
Regular expression of including patterns
includeNode(Node, ContentHandler, LexicalHandler) - Static method in class org.apache.cocoon.xml.IncludeXMLConsumer
Utility method to stream a DOM node into the provided content handler, lexical handler.
includeRE - Variable in class org.apache.cocoon.generation.DirectoryGenerator
The regular expression for the include pattern.
includeRE - Variable in class org.apache.cocoon.generation.TraversableGenerator
The regular expression for the include pattern.
includeSelected - Variable in class org.apache.cocoon.portal.layout.renderer.aspect.impl.TabContentAspect.TabPreparedConfiguration
 
includeSource(String, String, SourceResolver, ContentHandler) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPUtil
 
includeString(String, ServiceManager, ContentHandler) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPUtil
 
inclusions - Variable in class org.apache.cocoon.forms.binding.library.Library
 
inclusions - Variable in class org.apache.cocoon.forms.formmodel.library.Library
 
incrNesting() - Method in class org.apache.cocoon.components.language.markup.xsp.XSPExpressionParser
 
indentPerLevel - Variable in class org.apache.cocoon.components.serializers.EncodingSerializer
Per level indent spaces
index(Directory, boolean, URL) - Method in interface org.apache.cocoon.components.search.LuceneCocoonIndexer
Description of the Method
index(Directory, boolean, URL) - Method in class org.apache.cocoon.components.search.SimpleLuceneCocoonIndexerImpl
index content of base_url, index content of links from base_url.
index - Variable in class org.apache.cocoon.taglib.core.LoopTagSupport
 
indexConfiguration(Configuration[]) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Create an index map to an array of configurations by their name attribute.
indexOf(Repeater.RepeaterRow) - Method in class org.apache.cocoon.forms.formmodel.Repeater
Get the position of a row in this repeater.
indexOfArray(int[], int, int, char[], int) - Static method in class org.apache.cocoon.matching.helpers.WildcardHelper
Get the offset of a part of an int array within a char array.
info(String, Throwable) - Method in class org.apache.cocoon.core.CoreUtil.LoggerWrapper
 
info(String) - Method in class org.apache.cocoon.core.CoreUtil.LoggerWrapper
 
info(Object) - Method in class org.apache.cocoon.ojb.components.LoggerImpl
 
info(Object, Throwable) - Method in class org.apache.cocoon.ojb.components.LoggerImpl
 
info - Variable in class org.apache.cocoon.portal.pluto.PortalContextProviderImpl
Portal information
info(String) - Method in class org.apache.cocoon.portal.pluto.service.log.LoggerImpl
 
info(String) - Method in class org.apache.cocoon.portlet.PortletLogger
 
info(String, Throwable) - Method in class org.apache.cocoon.portlet.PortletLogger
 
inform(String, Parameters, Map) - Method in class org.apache.cocoon.components.treeprocessor.InvokeContext
Informs the context about a new pipeline section
inform(CopletInstanceEvent, PortalService) - Method in class org.apache.cocoon.portal.coplet.adapter.impl.CachingURICopletAdapter
 
inform(ContentStoreEvent, PortalService) - Method in class org.apache.cocoon.portal.coplets.basket.BasketManagerImpl
 
inform(CopletInstanceEvent, PortalService) - Method in class org.apache.cocoon.portal.event.impl.InternalEventReceiver
 
inform(JXPathEvent, PortalService) - Method in class org.apache.cocoon.portal.event.impl.InternalEventReceiver
 
inform(CopletInstanceSizingEvent, PortalService) - Method in class org.apache.cocoon.portal.event.impl.InternalEventReceiver
 
inform(CopletDataEvent, PortalService) - Method in class org.apache.cocoon.portal.event.impl.InternalEventReceiver
 
inform(LayoutChangeParameterEvent, PortalService) - Method in class org.apache.cocoon.portal.event.impl.InternalEventReceiver
 
inform(LayoutEvent, PortalService) - Method in class org.apache.cocoon.portal.layout.impl.DefaultLayoutFactory
 
inform(PortletURLProviderImpl, PortalService) - Method in class org.apache.cocoon.portal.pluto.adapter.PortletAdapter
 
inform(UserEvent, PortalService) - Method in class org.apache.cocoon.portal.profile.impl.AbstractProfileManager
Receives any user related event and invokes login, logout etc.
inform(CopletInstanceDataAddedEvent, PortalService) - Method in class org.apache.cocoon.portal.profile.impl.GroupBasedProfileManager
Receives a coplet instance data added event.
inform(CopletInstanceDataRemovedEvent, PortalService) - Method in class org.apache.cocoon.portal.profile.impl.GroupBasedProfileManager
Receives a coplet instance data added event.
inform(WSRPEvent, PortalService) - Method in class org.apache.cocoon.portal.wsrp.adapter.WSRPAdapter
Gets all required information like portletKey, portletInstanceKey, userName, portletModes, windowStates, interactionState and the navigationalStat
After that it decides with the URL_TYPE to perform the performBlockingInteraction()-call or do some render- alternatively some resource-specific things
informBranchPoint() - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Informs pipeline we have come across a branch point.
informBranchPoint() - Method in interface org.apache.cocoon.components.pipeline.ProcessingPipeline
Informs pipeline we have come across a branch point
informBranchPoint() - Method in class org.apache.cocoon.components.pipeline.VirtualProcessingPipeline
Informs pipeline we have come across a branch point Default Behaviour is do nothing
informBranchPoint() - Method in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
Determine if the given branch-point is a caching-point Please Note: this method is used by auto caching-point and is of no consequence when auto caching-point is switched off
information - Variable in class org.apache.cocoon.profiler.debugging.Debugger
 
init() - Method in class org.apache.cocoon.ant.UriType
Calculate all member values depending on the uri member value
init() - Method in class org.apache.cocoon.components.source.impl.SitemapSource
Initialize
init() - Method in class org.apache.cocoon.core.CoreUtil
 
init(String, String) - Method in class org.apache.cocoon.environment.http.HttpCookie
Constructs a cookie with a specified name and value.
init(String, String) - Method in class org.apache.cocoon.environment.portlet.PortletCookie
Constructs a cookie with a specified name and value.
init(EffectPipe.Handler) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
Initialize the pipe before starting processing
init(Widget, FormsPipelineConfig) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
init(ExtendedProperties) - Method in class org.apache.cocoon.generation.VelocityGenerator.TemplateLoader
Initialize this resource loader.
init(RuntimeServices) - Method in class org.apache.cocoon.generation.VelocityGenerator
This implementation does nothing.
init(CopletInstanceData) - Method in interface org.apache.cocoon.portal.coplet.adapter.CopletAdapter
Initialize the coplet This method is called immediately after a new instance is created.
init(CopletInstanceData) - Method in class org.apache.cocoon.portal.coplet.adapter.impl.AbstractCopletAdapter
 
init() - Method in class org.apache.cocoon.portal.layout.impl.DefaultLayoutFactory
 
init(Map) - Method in class org.apache.cocoon.portal.pluto.PortalContextProviderImpl
Initialize some infos.
init(Object) - Method in class org.apache.cocoon.portal.pluto.PortletContainerEnvironmentImpl
Initialize a service
init(ServletConfig, Map) - Method in class org.apache.cocoon.portal.pluto.factory.AbstractFactory
 
init(PortletConfig) - Method in class org.apache.cocoon.portal.pluto.test.TestPortlet
 
init() - Method in class org.apache.cocoon.portal.tools.PortalToolManager
Initializes the PortalToolManager.
init(PortalService, WSRPAdapter) - Method in class org.apache.cocoon.portal.wsrp.consumer.ConsumerEnvironmentImpl
Initialize the consumer
init(WSRPPortlet) - Method in class org.apache.cocoon.portal.wsrp.consumer.PortletDriverImpl
Set the wsrp portlet and initialize this component.
init(PortletConfig) - Method in class org.apache.cocoon.portlet.CocoonPortlet
Initialize this CocoonPortlet instance.
init(PortletConfig) - Method in class org.apache.cocoon.portlet.ManagedCocoonPortlet
Initialize this CocoonPortlet instance.
init(FilterConfig) - Method in class org.apache.cocoon.servlet.CocoonFilterGeneratorImpl
 
init(ServletConfig) - Method in class org.apache.cocoon.servlet.CocoonServlet
Initialize this CocoonServlet instance.
init(ServletConfig) - Method in class org.apache.cocoon.servlet.ParanoidCocoonServlet
 
init(Parameters) - Method in class org.apache.cocoon.transformation.constrained.AbstractConstrainedTransformer
Initialize: set up the listeners etc.
init(InputStream, int) - Method in class org.apache.cocoon.util.PostInputStream
Sets the underlying input stream and contentLen value .
init(UserHandler) - Method in class org.apache.cocoon.webapps.authentication.context.AuthenticationContext
Initialize the context.
init(Document) - Method in class org.apache.cocoon.webapps.authentication.context.AuthenticationContext
Initialize this context
init(Object) - Method in class org.apache.cocoon.webservices.AbstractLogEnabledService
ServiceLifecycle init method.
init(Object) - Method in class org.apache.cocoon.webservices.AbstractServiceableService
ServiceLifecycle init method.
initBinaryResponse() - Method in class org.apache.cocoon.components.source.impl.CachingSource
Initialize the cached response with binary contents.
initClient(JCO.Client) - Method in interface org.apache.cocoon.components.web3.Web3Client
Initialize the client
initClient(JCO.Client) - Method in class org.apache.cocoon.components.web3.impl.Web3ClientImpl
 
initContainer() - Method in class org.apache.cocoon.portal.pluto.adapter.PortletAdapter
Initialize the container
initCookie - Variable in class org.apache.cocoon.portal.wsrp.consumer.PortletDriverImpl
 
initCookie() - Method in class org.apache.cocoon.portal.wsrp.consumer.PortletDriverImpl
Actual WSRP initCookie() call
initDataMap(JobDataMap, String, boolean, Parameters, Map) - Method in class org.apache.cocoon.components.cron.QuartzJobScheduler
 
initExpression() - Method in class org.apache.cocoon.components.language.markup.xsp.XSPExpressionParser
 
initLogger() - Method in class org.apache.cocoon.core.CoreUtil
 
initLogger() - Method in class org.apache.cocoon.portlet.ManagedCocoonPortlet
 
initMeta(CachingSource.SourceMeta, Source) - Method in class org.apache.cocoon.components.source.impl.CachingSource
 
initMeta(CachingSource.SourceMeta, Source) - Method in class org.apache.cocoon.components.source.impl.InspectableTraversableCachingSource
 
initMeta(CachingSource.SourceMeta, Source) - Method in class org.apache.cocoon.components.source.impl.TraversableCachingSource
 
initMetaResponse() - Method in class org.apache.cocoon.components.source.impl.CachingSource
Initialize the cached response with meta info.
initMethod - Variable in class org.apache.cocoon.core.container.ComponentFactory
 
initServlet() - Method in class org.apache.cocoon.servlet.BootstrapServlet
 
initServlet() - Method in class org.apache.cocoon.servlet.ParanoidCocoonServlet
Initialize the wrapped servlet.
initTags() - Method in class org.apache.cocoon.transformation.Web3RfcTransformer
 
initXMLResponse(boolean) - Method in class org.apache.cocoon.components.source.impl.CachingSource
Initialize the cached response with XML contents.
initialize() - Method in class org.apache.cocoon.Cocoon
 
initialize() - Method in class org.apache.cocoon.ant.AntBuildGenerator
instantiates ThreadLocal objects and finds the build file.
initialize() - Method in class org.apache.cocoon.ant.CocoonProcessorDelegate
Description of the Method
initialize() - Method in class org.apache.cocoon.bean.CocoonBean
 
initialize() - Method in class org.apache.cocoon.bean.CocoonWrapper
INITIALISATION METHOD.
initialize() - Method in class org.apache.cocoon.caching.impl.AbstractDoubleMapEventRegistry
Recover state by de-serializing the data wrapper.
initialize() - Method in class org.apache.cocoon.caching.impl.EventAwareCacheImpl
Get the EventRegistry ready, and make sure it does not contain orphaned Event/PipelineKey mappings.
initialize() - Method in class org.apache.cocoon.caching.impl.JMSEventMessageListener
 
initialize() - Method in class org.apache.cocoon.components.axis.SoapServerImpl
 
initialize() - Method in class org.apache.cocoon.components.blocks.BlockManager
 
initialize() - Method in class org.apache.cocoon.components.blocks.BlockProcessor
 
initialize() - Method in class org.apache.cocoon.components.blocks.BlocksManager
 
initialize() - Method in class org.apache.cocoon.components.container.CocoonServiceManager
 
initialize(String, Object) - Method in class org.apache.cocoon.components.container.CocoonServiceManager
 
initialize() - Method in class org.apache.cocoon.components.cron.QuartzJobScheduler
 
initialize() - Method in class org.apache.cocoon.components.deli.DeliImpl
Initialize
initialize(Attribute[], ElementProcessor) - Method in interface org.apache.cocoon.components.elementprocessor.ElementProcessor
The implementation should walk the array of attributes and perform appropriate actions based on that data.
initialize(Attribute[], ElementProcessor) - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.BaseElementProcessor
The implementation should walk the array of attributes and perform appropriate actions based on that data.
initialize(Attribute[], ElementProcessor) - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPBottom
Override of Initialize() implementation
initialize(Attribute[], ElementProcessor) - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPCell
Override of initialize() implementation
initialize(Attribute[], ElementProcessor) - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPCols
Override of Initialize() implementation
initialize(Attribute[], ElementProcessor) - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPFont
Override of Initialize() implementation
initialize(Attribute[], ElementProcessor) - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPLeft
Override of Initialize() implementation
initialize(Attribute[], ElementProcessor) - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPRight
Override of Initialize() implementation
initialize(Attribute[], ElementProcessor) - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPRows
Override of Initialize() implementation
initialize(Attribute[], ElementProcessor) - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPSheet
Override of Initialize() implementation
initialize(Attribute[], ElementProcessor) - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
Override of Initialize() implementation
initialize(Attribute[], ElementProcessor) - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyleRegion
Override of Initialize() implementation
initialize(Attribute[], ElementProcessor) - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPTop
Override of Initialize() implementation
initialize() - Method in class org.apache.cocoon.components.fam.SitemapMonitorImpl
 
initialize() - Method in class org.apache.cocoon.components.flow.javascript.fom.AO_FOM_JavaScriptInterpreter
 
initialize() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter
 
initialize() - Method in class org.apache.cocoon.components.jms.AbstractMessageListener
Registers this MessageListener as a TopicSubscriber to the configured Topic.
initialize() - Method in class org.apache.cocoon.components.jms.AbstractMessagePublisher
 
initialize() - Method in class org.apache.cocoon.components.jms.JMSConnectionImpl
Deprecated.  
initialize() - Method in class org.apache.cocoon.components.jms.JMSConnectionManagerImpl
 
initialize() - Method in class org.apache.cocoon.components.language.markup.LogicsheetCodeGenerator
Initialize the LogicsheetCodeGenerator.
initialize() - Method in class org.apache.cocoon.components.language.markup.xsp.JSGenerator
 
initialize() - Method in class org.apache.cocoon.components.language.markup.xsp.PythonGenerator
 
initialize() - Method in class org.apache.cocoon.components.language.programming.java.JavaLanguage
 
initialize() - Method in class org.apache.cocoon.components.modules.input.NamingInputModule
Creates InitialContext with configured properties.
initialize() - Method in class org.apache.cocoon.components.naming.LDAPEntryManager
 
initialize() - Method in class org.apache.cocoon.components.repository.impl.WebDAVRepository
 
initialize() - Method in class org.apache.cocoon.components.slide.impl.SlideRepositoryImpl
 
initialize() - Method in class org.apache.cocoon.components.source.impl.CachingSource
Initialize the Source.
initialize() - Method in class org.apache.cocoon.components.source.impl.SimpleJdbcSourceDescriptor
 
initialize() - Method in class org.apache.cocoon.components.source.impl.SlideSource
 
initialize() - Method in class org.apache.cocoon.components.source.impl.SourceDescriptorManager
 
initialize() - Method in class org.apache.cocoon.components.store.impl.EHDefaultStore
Initialize the CacheManager and created the Cache.
initialize() - Method in class org.apache.cocoon.components.store.impl.JCSDefaultStore
 
initialize() - Method in class org.apache.cocoon.components.store.impl.StoreJanitorImpl
 
initialize() - Method in class org.apache.cocoon.components.treeprocessor.TreeProcessor
 
initialize() - Method in class org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode
 
initialize() - Method in class org.apache.cocoon.components.validation.impl.AbstractSchemaParser
Initialize this component instance.
initialize() - Method in class org.apache.cocoon.components.validation.impl.CachingValidator
Initialize this component instance.
initialize() - Method in class org.apache.cocoon.components.validation.impl.DefaultValidator
Initialize this instance.
initialize() - Method in class org.apache.cocoon.components.web3.impl.Web3DataSourceImpl
initialize the component
initialize() - Method in class org.apache.cocoon.components.xslt.TraxProcessor
Initialize
initialize() - Method in class org.apache.cocoon.core.container.AbstractServiceManager
 
initialize() - Method in class org.apache.cocoon.core.container.CoreServiceManager
 
initialize(String, Object) - Method in class org.apache.cocoon.core.container.CoreServiceManager
Initialize the component
initialize() - Method in class org.apache.cocoon.core.container.StandaloneServiceSelector
 
initialize() - Method in class org.apache.cocoon.core.container.handler.AbstractComponentHandler
 
initialize() - Method in interface org.apache.cocoon.core.container.handler.ComponentHandler
Initialize this handler
initialize() - Method in class org.apache.cocoon.core.container.handler.LazyHandler
 
initialize() - Method in class org.apache.cocoon.faces.FacesAction
 
initialize() - Method in class org.apache.cocoon.forms.DefaultFormManager
 
initialize() - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
initialize() - Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
initialize() - Method in class org.apache.cocoon.forms.datatype.DefaultDatatypeManager
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
Called after widget's environment has been setup, to allow for any contextual initalization such as looking up case widgets for union widgets.
initialize() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Called after widget's environment has been setup, to allow for any contextual initalization, such as looking up case widgets for union widgets.
initialize() - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.BooleanField
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.Field
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.Form
Initialize the form by recursively initializing all its children.
initialize() - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.Union
Called after widget's environment has been setup, to allow for any contextual initalization such as looking up case widgets for union widgets.
initialize() - Method in interface org.apache.cocoon.forms.formmodel.Widget
Called after widget's environment has been setup, to allow for any contextual initalization such as looking up case widgets for union widgets.
initialize() - Method in class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
 
initialize() - Method in class org.apache.cocoon.generation.VelocityGenerator
 
initialize() - Method in class org.apache.cocoon.mail.MailMessageSender
 
initialize() - Method in class org.apache.cocoon.matching.modular.CachingRegexpMatcher
 
initialize() - Method in class org.apache.cocoon.matching.modular.CachingWildcardMatcher
 
initialize() - Method in class org.apache.cocoon.ojb.components.LoggerImpl
Set root logger instance which will be used by OJB
initialize() - Method in class org.apache.cocoon.ojb.jdo.components.JDOImpl
 
initialize() - Method in class org.apache.cocoon.ojb.odmg.components.ODMGImpl
 
initialize() - Method in class org.apache.cocoon.portal.coplets.basket.BasketManagerImpl
 
initialize() - Method in class org.apache.cocoon.portal.event.impl.DefaultEventManager
 
initialize() - Method in class org.apache.cocoon.portal.impl.AbstractComponent
 
initialize(String, String) - Method in class org.apache.cocoon.portal.layout.AbstractLayout
Initialize the object.
initialize(String, String) - Method in interface org.apache.cocoon.portal.layout.Layout
Initialize the object.
initialize() - Method in class org.apache.cocoon.portal.layout.impl.DefaultLayoutFactory
 
initialize() - Method in class org.apache.cocoon.portal.layout.renderer.aspect.impl.AbstractActionAspect
 
initialize() - Method in class org.apache.cocoon.portal.persistence.castor.CastorSourceConverter
 
initialize() - Method in class org.apache.cocoon.portal.pluto.PortletContainerEnvironmentImpl
 
initialize() - Method in class org.apache.cocoon.portal.pluto.adapter.PortletAdapter
 
initialize() - Method in class org.apache.cocoon.portal.pluto.factory.LocalPortletInvokerImpl
 
initialize() - Method in class org.apache.cocoon.portal.pluto.om.PortletDefinitionRegistryImpl
 
initialize() - Method in class org.apache.cocoon.portal.pluto.services.factory.FactoryManagerServiceImpl
 
initialize() - Method in class org.apache.cocoon.portal.tools.service.UserRightsService
Initialize the bean.
initialize() - Method in class org.apache.cocoon.portal.wsrp.adapter.WSRPAdapter
Sets the WSRPLogger, the producerConfig and the consumerEnvironment
initialize() - Method in class org.apache.cocoon.profiler.debugging.Debugger
 
initialize() - Method in class org.apache.cocoon.serialization.HSSFSerializer
Initialialize the component.
initialize() - Method in class org.apache.cocoon.spring.SpringComponentLocator
Initialize Spring's web application context.
initialize() - Method in class org.apache.cocoon.transformation.JPathTransformer
Initialize this transformer.
initialize() - Method in class org.apache.cocoon.transformation.LinkRewriterTransformer
Initiate resources prior to this component becoming active.
initialize() - Method in class org.apache.cocoon.transformation.VariableRewriterTransformer
Initiate resources prior to this component becoming active.
initialize() - Method in class org.apache.cocoon.transformation.XMLDBTransformer
Initializes XML:DB database instance if driver class was configured.
initialize(SourceResolver) - Method in class org.apache.cocoon.webapps.authentication.user.RequestState
Initialize
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.ActionDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.CaptchaFieldDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.FieldDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.DeleteRowsActionDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.InsertRowsActionDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.SubmitDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.UnionDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.UploadDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Initializes this definition with values from the given other definition
initializePerRequestLoggingContext(Environment) - Method in class org.apache.cocoon.core.logging.CocoonLogKitLoggerManager
 
initializePerRequestLoggingContext(Environment) - Method in interface org.apache.cocoon.core.logging.PerRequestLoggerManager
Initialize the context for logging.
initializeRequest(Environment) - Method in class org.apache.cocoon.core.CoreUtil
Initialize the current request.
initializeSource(TraversableCachingSource) - Method in class org.apache.cocoon.components.source.impl.TraversableCachingSource
 
initialized - Variable in class org.apache.cocoon.components.modules.input.AbstractMetaModule
Is this instance initialized?
initialized - Variable in class org.apache.cocoon.core.container.AbstractServiceManager
Is the Manager initialized?
initialized - Variable in class org.apache.cocoon.core.container.CoreServiceManager
Is the Manager initialized?
initialized - Variable in class org.apache.cocoon.portal.wsrp.adapter.WSRPAdapter
Initialized?
initialized - Variable in class org.apache.cocoon.portal.wsrp.consumer.ProducerRegistryImpl
Initialized?
initialized - Variable in class org.apache.cocoon.webapps.authentication.context.AuthenticationContext
 
input - Variable in class org.apache.cocoon.components.modules.input.AbstractMetaModule
The cached default InputModule
input - Variable in class org.apache.cocoon.components.modules.input.ModuleHolder
 
inputConf - Variable in class org.apache.cocoon.components.modules.input.AbstractMetaModule
The default InputModule configuration
inputSelector - Variable in class org.apache.cocoon.components.modules.input.AbstractMetaModule
The cached InputModule-Selector
inputSource - Variable in class org.apache.cocoon.generation.FileGenerator
The input source
inputSource - Variable in class org.apache.cocoon.generation.HSSFGenerator
 
inputSource - Variable in class org.apache.cocoon.generation.XMidiGenerator
The input source
inputSource - Variable in class org.apache.cocoon.generation.asciiart.AsciiArtSVGGenerator
The input source
inputSource - Variable in class org.apache.cocoon.reading.ResourceReader
 
inputStream - Variable in class org.apache.cocoon.components.xpointer.parser.SimpleCharStream
 
inputStream - Variable in class org.apache.cocoon.util.JDBCxlobHelper
 
input_stream - Variable in class org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParserTokenManager
 
insert(Employee, JDO) - Method in class org.apache.cocoon.ojb.samples.EmployeeDAO
 
insertBefore(Node, Node) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.NodeAdapter
 
insertBefore(Node, Node) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter
 
insertBefore(Node, Node) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Inserts the node newChild before the existing child node refChild.
insertBlobTrigger(Connection, Trigger) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
insertCalendar(Connection, String, Calendar) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
insertCronTrigger(Connection, CronTrigger) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
insertData(int, String) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.TextAdapter
 
insertFiredTrigger(Connection, Trigger, String, JobDetail) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
insertFragment(String, String, DocumentFragment, String, boolean, boolean, String, String, String) - Method in class org.apache.cocoon.transformation.SourceWritingTransformer
Insert a fragment into a file.
insertJobDetail(Connection, JobDetail) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
insertJobListener(Connection, JobDetail, String) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
insertPair(String) - Method in class org.apache.cocoon.portal.wsrp.consumer.URLTemplateComposerImpl
creates a pair of an attribute
insertPausedTriggerGroup(Connection, String) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
insertSchedulerState(Connection, String, long, long, String) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
insertSimpleTrigger(Connection, SimpleTrigger) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
insertTrigger(Connection, Trigger, String, JobDetail) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
insertTriggerListener(Connection, Trigger, String) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
insideBodyTag - Variable in class org.apache.cocoon.portal.transformation.HTMLRootTransformer
 
insideLinks - Variable in class org.apache.cocoon.portal.transformation.CopletTransformer
Are we inside a links element?
instantiate(Program) - Method in class org.apache.cocoon.components.language.programming.AbstractProgrammingLanguage
Create a new instance for the given class
instantiate(Program) - Method in interface org.apache.cocoon.components.language.programming.ProgrammingLanguage
Create a new instance for the given program type
instantiateController(String) - Method in class org.apache.cocoon.components.flow.apples.ApplesProcessor
 
intToBa(int, int) - Static method in class org.apache.cocoon.components.midi.xmidi.Utils
convert int to byte array of length c
intToDelta(byte[]) - Static method in class org.apache.cocoon.components.midi.xmidi.Utils
convert byte array to delta time a delta time is expressed as a byte array, length unknown (4 or less)
intValue() - Method in class org.apache.cocoon.components.elementprocessor.types.NumericResult
Get the value, if possible, as an int
intValue() - Method in class org.apache.cocoon.portal.pluto.om.common.ObjectIDImpl
 
interactionState - Variable in class org.apache.cocoon.portal.wsrp.consumer.RequestImpl
interaction state.
interfaces - Variable in class org.apache.cocoon.core.container.handler.PoolableComponentHandler
All the interfaces for the proxy
internalGet(String) - Method in class org.apache.cocoon.generation.VelocityGenerator.ChainedContext
Looks up and returns the object with the specified key.
internalParameters - Variable in class org.apache.cocoon.portal.impl.DefaultLinkService
List of internal parameters.
internalParametersMatchers - Variable in class org.apache.cocoon.portal.impl.DefaultLinkService
List of matchers for internal parameters.
internalPipelineDescription - Variable in class org.apache.cocoon.components.treeprocessor.InvokeContext
The internal pipeline description
internalRedirect - Variable in class org.apache.cocoon.environment.wrapper.EnvironmentWrapper
 
interpreter - Variable in class org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode
 
interpreter - Variable in class org.apache.cocoon.transformation.SQLTransformer
 
interpreterId - Variable in class org.apache.cocoon.components.flow.WebContinuation
Interpreter id that this continuation is bound to
interpreterMatches(String) - Method in class org.apache.cocoon.components.flow.WebContinuation
 
intersection(ByteRange) - Method in class org.apache.cocoon.util.ByteRange
 
interval - Variable in class org.apache.cocoon.components.store.impl.StoreJanitorImpl
The calculated delay for the next checker run in ms
introspect(Class) - Method in class org.apache.cocoon.portal.event.impl.DefaultEventManager
 
invalidate() - Method in interface org.apache.cocoon.environment.Session
Invalidates this session to it.
invalidate() - Method in class org.apache.cocoon.environment.commandline.CommandLineSession
 
invalidate() - Method in class org.apache.cocoon.environment.http.HttpSession
Invalidates this session to it.
invalidate() - Method in class org.apache.cocoon.environment.portlet.PortletSession
Invalidates this session to it.
invalidate() - Method in class org.apache.cocoon.jxpath.JXPathCocoonContexts.SessionProxy
 
invalidateContinuations(ContinuationsManagerImpl.WebContinuationsHolder) - Method in class org.apache.cocoon.components.flow.ContinuationsManagerImpl
Method used by WebContinuationsHolder to notify the continuations manager about session invalidation.
invalidateSession() - Static method in class org.apache.cocoon.environment.commandline.CommandLineSession
Invalidate the current session
invalidateWebContinuation(WebContinuation) - Method in interface org.apache.cocoon.components.flow.ContinuationsManager
Invalidates a WebContinuation.
invalidateWebContinuation(WebContinuation) - Method in class org.apache.cocoon.components.flow.ContinuationsManagerImpl
 
invoke(MessageContext) - Method in interface org.apache.cocoon.components.axis.SoapServer
Invoke a particular message context on this server.
invoke(MessageContext) - Method in class org.apache.cocoon.components.axis.SoapServerImpl
 
invoke() - Method in class org.apache.cocoon.components.language.markup.xsp.SOAPHelper
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.CategoryNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.ContainerNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.NullNode
 
invoke(Environment, InvokeContext) - Method in interface org.apache.cocoon.components.treeprocessor.ProcessingNode
Process environment.
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.SimpleParentProcessingNode
Define common invoke behavior here
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ActSetNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ActionSetNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.AggregateNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.CallNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.FlowNode
This method should never be called by the TreeProcessor, since a <map:flow> element should not be in an "executable" sitemap node.
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.GenerateNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.HandleErrorsNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.MatchNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.MountNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode
Process the environment.
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ReadNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.RedirectToURINode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ScriptNode
This method should never be called by the TreeProcessor, since a element should not be in an "executable" sitemap node.
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.SelectNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.SwitchSelectNode
 
invoke(Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.TransformNode
 
invoke() - Method in interface org.apache.cocoon.core.Core.CleanupTask
Start the cleanup.
invoke(Object, Method, Object[]) - Method in class org.apache.cocoon.core.container.handler.PoolableComponentHandler.ProxyHandler
 
invoke() - Method in class org.apache.cocoon.core.container.handler.PoolableComponentHandler.ProxyHandler
 
invoke(FacesContext, Object[]) - Method in class org.apache.cocoon.faces.samples.components.renderkit.ConstantMethodBinding
 
invoke(FacesContext, Object[]) - Method in class org.apache.cocoon.faces.taglib.html.ConstantMethodBinding
 
invoke(Object, Object[]) - Method in class org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.JSMethod
 
invoke(Object) - Method in class org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.JSPropertyGet
 
invoke(Object, Object) - Method in class org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.JSPropertySet
 
invokeAction(ExecutionContext, Map, Action, Redirector, SourceResolver, String, Parameters) - Method in class org.apache.cocoon.profiler.debugging.RemoteDebuggingSitemapExecutor
 
invokeAction(ExecutionContext, Map, Action, Redirector, SourceResolver, String, Parameters) - Method in class org.apache.cocoon.profiler.debugging.SimpleSitemapExecutor
 
invokeAction(ExecutionContext, Map, Action, Redirector, SourceResolver, String, Parameters) - Method in interface org.apache.cocoon.sitemap.SitemapExecutor
Invoke an action and return the result.
invokeAction(ExecutionContext, Map, Action, Redirector, SourceResolver, String, Parameters) - Method in class org.apache.cocoon.sitemap.impl.DefaultExecutor
 
invokeByName(String, Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.CategoryNode
 
invokeErrorHandler(Exception, Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ErrorHandlerHelper
Handle error.
invokeErrorHandler(ProcessingNode, Exception, Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ErrorHandlerHelper
Handle error using specified error handler processing node.
invokeGC - Variable in class org.apache.cocoon.components.store.impl.StoreJanitorImpl
Should the gc be called on low memory?
invokeGC() - Static method in class org.apache.cocoon.webservices.memory.Memory
invokeGC calls upon the JVM Garbage Collector to recycle unused objects.
invokeMatcher(ExecutionContext, Map, Matcher, String, Parameters) - Method in class org.apache.cocoon.profiler.debugging.RemoteDebuggingSitemapExecutor
 
invokeMatcher(ExecutionContext, Map, Matcher, String, Parameters) - Method in class org.apache.cocoon.profiler.debugging.SimpleSitemapExecutor
 
invokeMatcher(ExecutionContext, Map, Matcher, String, Parameters) - Method in interface org.apache.cocoon.sitemap.SitemapExecutor
Invoke a match and return the result
invokeMatcher(ExecutionContext, Map, Matcher, String, Parameters) - Method in class org.apache.cocoon.sitemap.impl.DefaultExecutor
 
invokeNext() - Method in interface org.apache.cocoon.portal.PortalManagerAspectPrepareContext
Invoke next aspect
invokeNext(ContentHandler, Parameters) - Method in interface org.apache.cocoon.portal.PortalManagerAspectRenderContext
Invoke next aspect
invokeNext(PortalService) - Method in interface org.apache.cocoon.portal.event.aspect.EventAspectContext
Invoke next aspect
invokeNext(PortalService) - Method in class org.apache.cocoon.portal.event.impl.DefaultEventAspectContext
 
invokeNext() - Method in class org.apache.cocoon.portal.impl.DefaultPortalManagerAspectContext
 
invokeNext(ContentHandler, Parameters) - Method in class org.apache.cocoon.portal.impl.DefaultPortalManagerAspectContext
 
invokeNext(Layout, PortalService, ContentHandler) - Method in interface org.apache.cocoon.portal.layout.renderer.aspect.RendererAspectContext
Stream out raw layout
invokeNext(Layout, PortalService, ContentHandler) - Method in class org.apache.cocoon.portal.layout.renderer.aspect.impl.DefaultRendererContext
 
invokeNodes(ProcessingNode[], Environment, InvokeContext, String, Map) - Method in class org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode
Invoke all nodes of a node array in order, until one succeeds.
invokeNodes(ProcessingNode[], Environment, InvokeContext) - Method in class org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode
Invoke all nodes of a node array in order, until one succeeds.
invokePreparableMatcher(ExecutionContext, Map, PreparableMatcher, String, Object, Parameters) - Method in class org.apache.cocoon.profiler.debugging.RemoteDebuggingSitemapExecutor
 
invokePreparableMatcher(ExecutionContext, Map, PreparableMatcher, String, Object, Parameters) - Method in class org.apache.cocoon.profiler.debugging.SimpleSitemapExecutor
 
invokePreparableMatcher(ExecutionContext, Map, PreparableMatcher, String, Object, Parameters) - Method in interface org.apache.cocoon.sitemap.SitemapExecutor
Invoke a match and return the result
invokePreparableMatcher(ExecutionContext, Map, PreparableMatcher, String, Object, Parameters) - Method in class org.apache.cocoon.sitemap.impl.DefaultExecutor
 
invokeSelector(ExecutionContext, Map, Selector, String, Parameters) - Method in class org.apache.cocoon.profiler.debugging.RemoteDebuggingSitemapExecutor
 
invokeSelector(ExecutionContext, Map, Selector, String, Parameters) - Method in class org.apache.cocoon.profiler.debugging.SimpleSitemapExecutor
 
invokeSelector(ExecutionContext, Map, Selector, String, Parameters) - Method in interface org.apache.cocoon.sitemap.SitemapExecutor
Invoke a selector
invokeSelector(ExecutionContext, Map, Selector, String, Parameters) - Method in class org.apache.cocoon.sitemap.impl.DefaultExecutor
 
invokeSwitchSelector(ExecutionContext, Map, SwitchSelector, String, Parameters, Object) - Method in class org.apache.cocoon.profiler.debugging.RemoteDebuggingSitemapExecutor
 
invokeSwitchSelector(ExecutionContext, Map, SwitchSelector, String, Parameters, Object) - Method in class org.apache.cocoon.profiler.debugging.SimpleSitemapExecutor
 
invokeSwitchSelector(ExecutionContext, Map, SwitchSelector, String, Parameters, Object) - Method in interface org.apache.cocoon.sitemap.SitemapExecutor
Invoke a switch selector
invokeSwitchSelector(ExecutionContext, Map, SwitchSelector, String, Parameters, Object) - Method in class org.apache.cocoon.sitemap.impl.DefaultExecutor
 
isAcceptingInputs() - Method in class org.apache.cocoon.forms.formmodel.WidgetState
Does this state accept user inputs?
isAction() - Method in class org.apache.cocoon.portal.pluto.PortletURLConverter
Return the indicator if this is an action.
isAction() - Method in class org.apache.cocoon.portal.pluto.PortletURLProviderImpl
Is this an action?
isAddedPath() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeSelectionEvent
Is the first path a new addition to the selection?
isAddedPath(int) - Method in class org.apache.cocoon.forms.formmodel.tree.TreeSelectionEvent
Was the indexth path added to the selection?
isAjaxRequest(Request) - Static method in class org.apache.cocoon.ajax.AjaxHelper
Is the request an Ajax request?
isAlive() - Method in class org.apache.cocoon.components.web3.impl.Web3ClientImpl
 
isAllowOverwrite() - Method in interface org.apache.cocoon.core.DynamicSettings
 
isAllowOverwrite() - Method in class org.apache.cocoon.core.MutableSettings
 
isAllowed(Boolean, List, List) - Method in class org.apache.cocoon.transformation.constrained.XmlTreeConstraint
Check whether the current element is allowed on this position in the XML tree / SAX stream.
isAlphaNumeric(char) - Static method in class org.apache.cocoon.components.language.markup.xsp.XSPUtil
 
isAlphaNumeric(char) - Static method in class org.apache.cocoon.util.StringUtils
Tests whether a given character is alphabetic, numeric or underscore
isAnonymous() - Method in interface org.apache.cocoon.portal.profile.PortalUser
Is this user an anonymous user?
isAnonymous() - Method in class org.apache.cocoon.portal.profile.impl.AbstractPortalUser
 
isApplicationLoaded(ApplicationConfiguration) - Method in class org.apache.cocoon.webapps.authentication.user.UserHandler
Is the named application context already loaded?
isArrayType() - Method in interface org.apache.cocoon.forms.datatype.Datatype
Indicates wether this datatype represents an array type.
isArrayType() - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
isAuthenticated(String) - Method in interface org.apache.cocoon.webapps.authentication.AuthenticationManager
Is the current user authenticated for the given handler?
isAuthenticated(String) - Method in class org.apache.cocoon.webapps.authentication.components.DefaultAuthenticationManager
 
isAutosaveUploads() - Method in interface org.apache.cocoon.core.DynamicSettings
 
isAutosaveUploads() - Method in class org.apache.cocoon.core.MutableSettings
 
isBasketEnabled() - Method in class org.apache.cocoon.portal.coplets.basket.UserConfiguration
 
isBool() - Method in class org.apache.cocoon.forms.samples.bindings.ValuesBean
 
isBottom() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.VerticalAlignment
 
isBriefcaseEnabled() - Method in class org.apache.cocoon.portal.coplets.basket.UserConfiguration
 
isBuildingErrorHandler() - Method in class org.apache.cocoon.components.treeprocessor.sitemap.SitemapLanguage
Are we currently building an error handler ?
isBuildingPipelineOnly() - Method in class org.apache.cocoon.components.treeprocessor.InvokeContext
Are we building a pipeline (and not executing it) ?
isBuildingView() - Method in class org.apache.cocoon.components.treeprocessor.sitemap.SitemapLanguage
Are we currently building a view ?
isCachePoint() - Method in class org.apache.cocoon.caching.ComponentCacheKey
Check if we are a cachepoint
isCachePoint - Variable in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
 
isCacheable() - Method in class org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.JSMethod
 
isCacheable() - Method in class org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.JSPropertyGet
 
isCacheable() - Method in class org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.JSPropertySet
 
isCenter() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.HorizontalAlignment
 
isCenter() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.VerticalAlignment
 
isCenterAcrossSelection() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.HorizontalAlignment
 
isChild(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder
Checks if a child element and is allowed, and if not throws a ConfigurationException.
isChild(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.VPCsNodeBuilder
Checks if a child element is a VPC, and if not throws a ConfigurationException.
isChoose() - Method in class org.apache.cocoon.forms.samples.Form2Bean
 
isClosed() - Method in class org.apache.cocoon.components.source.impl.XMLDBSource.XMLDBOutputStream
 
isCollapsed(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
isCollapsed() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Is the current node collapsed?
isCollection() - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer
 
isCollection() - Method in class org.apache.cocoon.components.source.SourceDTO
 
isCollection() - Method in class org.apache.cocoon.components.source.impl.RepositorySource
 
isCollection() - Method in class org.apache.cocoon.components.source.impl.SlideSource
 
isCollection() - Method in class org.apache.cocoon.components.source.impl.TraversableCachingSource.TraversableSourceMeta
 
isCollection() - Method in class org.apache.cocoon.components.source.impl.TraversableCachingSource
 
isCollection() - Method in class org.apache.cocoon.components.source.impl.TraversableContextSource
 
isCollection() - Method in class org.apache.cocoon.components.source.impl.WebDAVSource
Check if this source is a collection.
isCollection() - Method in class org.apache.cocoon.jcr.source.JCRNodeSource
 
isCollection(Node) - Method in class org.apache.cocoon.jcr.source.JCRSourceFactory
Does a node represent a collection (i.e. folder-node)?
isCollection() - Method in class org.apache.cocoon.util.jxpath.NamespacesTablePointer
 
isCommandMapped(String) - Method in class org.apache.cocoon.mail.MailCommandBuilder
test if command is mapped to a Command class
isCommitted() - Method in class org.apache.cocoon.components.jsp.JSPEngineServletResponse
 
isCommitted() - Method in class org.apache.cocoon.environment.http.HttpResponse
 
isCommitted() - Method in class org.apache.cocoon.environment.portlet.RenderResponse
 
isCommitted() - Method in class org.apache.cocoon.portal.pluto.servlet.ServletResponseImpl
 
isCompatibleURL(ParsedURL) - Method in class org.apache.cocoon.components.url.StreamJDKRegistryEntry
Check if the Stream references an image that can be handled by this format handler.
isContent() - Method in class org.apache.cocoon.portal.coplets.basket.ContentItem
Do we store the content?
isDaemon() - Method in class org.apache.cocoon.components.thread.DefaultThreadFactory
Get the isDaemon property
isDaemon() - Method in interface org.apache.cocoon.components.thread.ThreadFactory
Get the daemon mode created Threads will have
isDebugEnabled() - Method in class org.apache.cocoon.core.CoreUtil.LoggerWrapper
 
isDebugEnabled() - Method in class org.apache.cocoon.ojb.components.LoggerImpl
 
isDebugEnabled() - Method in class org.apache.cocoon.portal.pluto.service.log.LoggerImpl
 
isDebugEnabled() - Method in class org.apache.cocoon.portlet.PortletLogger
 
isDeclaredVariable(String) - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig.FormsVariables
 
isDefaultNamespace(String) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.ElementAdapter.AttrAdapter
 
isDefaultNamespace(String) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.ElementAdapter
 
isDefaultNamespace(String) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.TextAdapter
 
isDefaultNamespace(String) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter
 
isDefaultNamespace(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
isDescendant(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.TreePath
Returns true if aTreePath is a descendant of this TreePath.
isDescriptorReloadable() - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Checks the default setting for reloading the descriptor file.
isDisplayingValues() - Method in class org.apache.cocoon.forms.formmodel.WidgetState
Does this state display widget values?
isElementContentWhitespace() - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.TextAdapter
 
isEmpty() - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ErrorHandlerHelper
 
isEmpty() - Method in class org.apache.cocoon.portal.util.SessionMapWrapper
 
isEmpty() - Method in class org.apache.cocoon.util.MRUBucketMap
Deprecated.  
isEmpty() - Method in class org.apache.cocoon.xml.SaxBuffer
 
isEnableUploads() - Method in interface org.apache.cocoon.core.DynamicSettings
 
isEnableUploads() - Method in class org.apache.cocoon.core.MutableSettings
 
isEnabled(String, int) - Method in class org.apache.cocoon.components.slide.impl.SlideLoggerAdapter
Check if the channel with the specified level is enabled for logging.
isEnabled(int) - Method in class org.apache.cocoon.components.slide.impl.SlideLoggerAdapter
Check if the default channel with the specified level is enabled for logging.
isEnabledFor(int) - Method in class org.apache.cocoon.ojb.components.LoggerImpl
 
isEqualNode(Node) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.ElementAdapter.AttrAdapter
 
isEqualNode(Node) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.ElementAdapter
 
isEqualNode(Node) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.TextAdapter
 
isEqualNode(Node) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter
 
isEqualNode(Node) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
isError() - Method in class org.apache.cocoon.components.language.programming.CompilerError
Assert whether this is a severe error or a warning
isError(Map, String) - Static method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the validation returned an error for this parameter.
isError(Map) - Method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the validation returned an error for the context's current parameter.
isErrorEnabled() - Method in class org.apache.cocoon.core.CoreUtil.LoggerWrapper
 
isErrorEnabled() - Method in class org.apache.cocoon.portal.pluto.service.log.LoggerImpl
 
isErrorEnabled() - Method in class org.apache.cocoon.portlet.PortletLogger
 
isEscaped() - Method in class org.apache.cocoon.components.language.markup.xsp.XSPExpressionParser
 
isExcluded(File) - Method in class org.apache.cocoon.generation.DirectoryGenerator
Determines if a given File shall be excluded from viewing.
isExcluded(TraversableSource) - Method in class org.apache.cocoon.generation.TraversableGenerator
Determines if a given source shall be excluded from viewing.
isExclusive() - Method in class org.apache.cocoon.components.source.helpers.SourceLock
Returns the exclusive flag
isExistingTriggerGroup(Connection, String) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
isExpanded(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
isExpanded() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Is the current node expanded?
isExpression(String) - Static method in class org.apache.cocoon.faces.FacesUtils
Is this an expression?
isExternal() - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ErrorHandlerHelper
 
isExternal() - Method in class org.apache.cocoon.components.treeprocessor.sitemap.HandleErrorsNode
 
isExternal() - Method in interface org.apache.cocoon.environment.Environment
Is this environment external ?
isExternal() - Method in class org.apache.cocoon.environment.background.BackgroundEnvironment
Always return false
isExternal() - Method in class org.apache.cocoon.environment.commandline.AbstractCommandLineEnvironment
Always return true.
isExternal() - Method in class org.apache.cocoon.environment.http.HttpEnvironment
Always return true.
isExternal() - Method in class org.apache.cocoon.environment.portlet.PortletEnvironment
Always return true.
isExternal() - Method in class org.apache.cocoon.environment.wrapper.EnvironmentWrapper
Always return false.
isExternal() - Method in class org.apache.cocoon.environment.wrapper.MutableEnvironmentFacade
 
isFatalErrorEnabled() - Method in class org.apache.cocoon.core.CoreUtil.LoggerWrapper
 
isFatalErrorEnabled() - Method in class org.apache.cocoon.portlet.PortletLogger
 
isFill() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.HorizontalAlignment
 
isFirst() - Method in interface org.apache.cocoon.taglib.core.LoopTagStatus
Returns information about whether the current round of the iteration is the first one.
isFirst() - Method in class org.apache.cocoon.template.instruction.LoopTagStatus
 
isFolderEnabled() - Method in class org.apache.cocoon.portal.coplets.basket.UserConfiguration
 
isFormatValid(String, String) - Method in class org.apache.cocoon.faces.samples.carstore.FormatValidator
Returns true if the value matches one of the valid patterns.
isGeneral() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.HorizontalAlignment
 
isHideShowTime() - Method in interface org.apache.cocoon.core.DynamicSettings
 
isHideShowTime() - Method in class org.apache.cocoon.core.MutableSettings
 
isHoriz() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.StyleOrientation
 
isHorizontalCenter() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isHorizontalCenterAcrossSelection() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isHorizontalFill() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isHorizontalGeneral() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isHorizontalJustify() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isHorizontalLeft() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isHorizontalRight() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isId() - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.ElementAdapter.AttrAdapter
 
isImageFileType(Source) - Method in class org.apache.cocoon.components.source.impl.AbstractImageSourceInspector
Inspects the input stream to verify this is in fact a file of the type that this inspector handles.
isImageFileType(Source) - Method in class org.apache.cocoon.components.source.impl.GIFSourceInspector
Checks that this is in fact a gif file.
isImageFileType(Source) - Method in class org.apache.cocoon.components.source.impl.JPEGSourceInspector
Checks that this is in fact a jpeg file.
isImageMimeType(Source) - Method in class org.apache.cocoon.components.source.impl.AbstractImageSourceInspector
Checks whether the mime mapping yields the type this inspector handles.
isImageMimeType(Source) - Method in class org.apache.cocoon.components.source.impl.GIFSourceInspector
Checks the source uri for the .gif extension.
isImageMimeType(Source) - Method in class org.apache.cocoon.components.source.impl.JPEGSourceInspector
Checks the source uri for the .jp(e)g extension.
isInPage(int, int, String) - Method in class org.apache.cocoon.transformation.pagination.Pagesheet
 
isIncluded(File) - Method in class org.apache.cocoon.generation.DirectoryGenerator
Determines if a given File shall be visible.
isIncluded(TraversableSource) - Method in class org.apache.cocoon.generation.TraversableGenerator
Determines if a given source shall be visible.
isInfoEnabled() - Method in class org.apache.cocoon.core.CoreUtil.LoggerWrapper
 
isInfoEnabled() - Method in class org.apache.cocoon.portal.pluto.service.log.LoggerImpl
 
isInfoEnabled() - Method in class org.apache.cocoon.portlet.PortletLogger
 
isInheritable() - Method in class org.apache.cocoon.components.source.helpers.AbstractSourcePermission
Returns the inheritable flag
isInheritable() - Method in class org.apache.cocoon.components.source.helpers.SourceLock
Returns the inheritable flag
isInheritable() - Method in interface org.apache.cocoon.components.source.helpers.SourcePermission
Returns the inheritable flag
isInstruction(StartElement) - Method in class org.apache.cocoon.template.script.DefaultInstructionFactory
 
isInstruction(StartElement) - Method in interface org.apache.cocoon.template.script.InstructionFactory
 
isInternal() - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ErrorHandlerHelper
 
isInternal() - Method in class org.apache.cocoon.components.treeprocessor.sitemap.HandleErrorsNode
 
isInternal() - Method in class org.apache.cocoon.portal.tools.PortalToolFunction
not in use!
isInternalError() - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
isInternalError() - Method in class org.apache.cocoon.components.pipeline.VirtualProcessingPipeline
 
isInternalParameterName(String) - Method in interface org.apache.cocoon.portal.LinkService
Test if the parameter is an internal one.
isInternalParameterName(String) - Method in class org.apache.cocoon.portal.impl.DefaultLinkService
 
isInternalRedirect() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
isInternalRedirect() - Method in interface org.apache.cocoon.environment.Environment
Is this an internal redirect?
isInternalRedirect() - Method in class org.apache.cocoon.environment.wrapper.EnvironmentWrapper
 
isInternalRedirect() - Method in class org.apache.cocoon.environment.wrapper.MutableEnvironmentFacade
 
isJobStateful(Connection, String, String) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
isJustify() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.HorizontalAlignment
 
isJustify() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.VerticalAlignment
 
isKnown(Location) - Static method in class org.apache.cocoon.util.location.LocationUtils
Checks if a location is known, i.e. it is not null nor equal to Location.UNKNOWN.
isLargeObject(String) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Return whether a type is a Large Object (BLOB/CLOB).
isLargeObject(String) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
Return whether a type is a Large Object (BLOB/CLOB).
isLast() - Method in interface org.apache.cocoon.taglib.core.LoopTagStatus
Returns information about whether the current round of the iteration is the last one.
isLast() - Method in class org.apache.cocoon.template.instruction.LoopTagStatus
 
isLazyMode() - Method in interface org.apache.cocoon.core.DynamicSettings
 
isLazyMode() - Method in class org.apache.cocoon.core.MutableSettings
 
isLeaf() - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.DefaultTreeNode
 
isLeaf() - Method in interface org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.TreeNode
 
isLeaf(Object) - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel
 
isLeaf(Object) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
isLeaf(Object) - Method in interface org.apache.cocoon.forms.formmodel.tree.TreeModel
Returns true if node is a leaf.
isLeaf() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Is the current node a leaf?
isLeaf() - Method in class org.apache.cocoon.util.jxpath.NamespacesTablePointer
 
isLeft() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.HorizontalAlignment
 
isLenient() - Method in class org.apache.cocoon.components.modules.input.JXPathHelperConfiguration
 
isLocalPortlet() - Method in class org.apache.cocoon.portal.pluto.om.PortletDefinitionImpl
 
isLogging(int) - Method in class org.apache.cocoon.portal.wsrp.logging.WSRPLogger
 
isManageExceptions() - Method in interface org.apache.cocoon.core.BaseSettings
 
isManageExceptions() - Method in class org.apache.cocoon.core.MutableSettings
 
isMandatory(CopletData) - Static method in class org.apache.cocoon.portal.coplet.CopletDataFeatures
Is this coplet mandatory?
isModified() - Method in class org.apache.cocoon.environment.commandline.FileSavingEnvironment
 
isModified(Widget) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
isNegative() - Method in class org.apache.cocoon.components.source.helpers.AbstractSourcePermission
Returns the negative flag
isNegative() - Method in interface org.apache.cocoon.components.source.helpers.SourcePermission
Returns the negative flag
isNew() - Method in interface org.apache.cocoon.environment.Session
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNew() - Method in class org.apache.cocoon.environment.commandline.CommandLineSession
 
isNew() - Method in class org.apache.cocoon.environment.http.HttpSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNew() - Method in class org.apache.cocoon.environment.portlet.PortletSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNew() - Method in class org.apache.cocoon.jxpath.JXPathCocoonContexts.SessionProxy
 
isNoMatch(Map, String) - Static method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the validated parameter wasn't matched by the requested regular expression.
isNoMatch(Map) - Method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the context's current parameter wasn't matched by the requested regular expression.
isNormalizeNamespaces() - Method in class org.apache.cocoon.xml.dom.DOMStreamer
 
isNotPresent() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Tests if the validation result is NOTPRESENT, e.g. when the value is null and is allowed to be null.
isNotPresent(Map, String) - Static method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the validated parameter wasn't validated
isNotPresent(Map) - Method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the context's current parameter wasn't validated
isNull() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Tests if the validation result is ISNULL, e.g. when the value is null but is not supposed to be null.
isNull(Map, String) - Static method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the validated parameter was null but wasn't allowed to.
isNull(Map) - Method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the context's current parameter as validated was null but wasn't allowed to.
isNullable() - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
 
isNullable() - Method in interface org.apache.cocoon.forms.datatype.JavaSelectionList
 
isOK() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Tests if the validation result is OK
isOK(Map, String) - Static method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the validation returned no error for this parameter.
isOK(Map) - Method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the validation returned no error for the context's current parameter.
isParallel() - Method in class org.apache.cocoon.transformation.helpers.IncludeCacheManagerSession
Do we process the includes in parallel?
isParameter(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder
 
isPathSelected(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
isPerRequestLoggerManager - Variable in class org.apache.cocoon.core.CoreUtil
Is this a per request logger manager
isPortletModeAllowed(PortletMode) - Method in class org.apache.cocoon.environment.portlet.PortletRequest
 
isPortletModeAllowed(PortletMode) - Method in class org.apache.cocoon.portal.pluto.DynamicInformationProviderImpl
 
isPortletModeAllowed(PortletMode) - Method in class org.apache.cocoon.portlet.multipart.MultipartActionRequest
 
isPrecompileOnly() - Method in class org.apache.cocoon.bean.CocoonBean
 
isPreemptive() - Method in class org.apache.cocoon.transformation.helpers.IncludeCacheManagerSession
Do we use preemptive caching?
isProhibited() - Method in interface org.apache.cocoon.bean.query.SimpleLuceneCriterion
Gets the prohibited status from the Criterion
isProhibited() - Method in class org.apache.cocoon.bean.query.SimpleLuceneCriterionBean
Gets the prohibited status from the Criterion
isPurging() - Method in class org.apache.cocoon.transformation.helpers.IncludeCacheManagerSession
Is the cache purged?
isQueued() - Method in class org.apache.cocoon.components.thread.DefaultThreadPool
Whether this DefaultThreadPool has a queue
isQueued() - Method in interface org.apache.cocoon.components.thread.ThreadPool
Whether this ThreadPool has a queue
isReadOnly() - Method in class org.apache.cocoon.portal.pluto.om.common.PreferenceImpl
 
isRedirect() - Method in class org.apache.cocoon.components.flow.apples.DefaultAppleResponse
 
isRejected() - Method in class org.apache.cocoon.servlet.multipart.Part
Is this part a rejected part?
isRejected() - Method in class org.apache.cocoon.servlet.multipart.RejectedPart
Always return true
isReloadingEnabled(String) - Method in interface org.apache.cocoon.core.DynamicSettings
This method can be used by components to query if they are configured to check for reloading.
isReloadingEnabled(String) - Method in class org.apache.cocoon.core.MutableSettings
 
isRemoteAnchor(Attributes) - Method in class org.apache.cocoon.portal.transformation.HTMLEventLinkTransformer
Determine if the element is an url and if the url points to some remote source.
isRequestedDirectory - Variable in class org.apache.cocoon.generation.DirectoryGenerator
This is only set to true for the requested directory specified by the src attribute on the generator's configuration.
isRequestedSessionIdFromCookie() - Method in class org.apache.cocoon.components.deli.DeliImpl.CocoonServletRequest
 
isRequestedSessionIdFromCookie() - Method in class org.apache.cocoon.components.jsp.JSPEngineServletRequest
 
isRequestedSessionIdFromCookie() - Method in interface org.apache.cocoon.environment.Request
Checks whether the requested session ID came in as a cookie.
isRequestedSessionIdFromCookie() - Method in class org.apache.cocoon.environment.commandline.CommandLineRequest
Checks whether the requested session ID came in as a cookie.
isRequestedSessionIdFromCookie() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
isRequestedSessionIdFromCookie() - Method in class org.apache.cocoon.environment.portlet.PortletRequest
Portlet does not know how portal manages session.
isRequestedSessionIdFromCookie() - Method in class org.apache.cocoon.environment.wrapper.AbstractRequestWrapper
 
isRequestedSessionIdFromCookie() - Method in class org.apache.cocoon.jxpath.JXPathCocoonContexts.RequestProxy
 
isRequestedSessionIdFromURL() - Method in class org.apache.cocoon.components.deli.DeliImpl.CocoonServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.apache.cocoon.components.jsp.JSPEngineServletRequest
 
isRequestedSessionIdFromURL() - Method in interface org.apache.cocoon.environment.Request
Checks whether the requested session ID came in as part of the request URL.
isRequestedSessionIdFromURL() - Method in class org.apache.cocoon.environment.commandline.CommandLineRequest
Checks whether the requested session ID came in as part of the request URL.
isRequestedSessionIdFromURL() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
isRequestedSessionIdFromURL() - Method in class org.apache.cocoon.environment.portlet.PortletRequest
Portlet does not know how portal manages session.
isRequestedSessionIdFromURL() - Method in class org.apache.cocoon.environment.wrapper.AbstractRequestWrapper
 
isRequestedSessionIdFromURL() - Method in class org.apache.cocoon.jxpath.JXPathCocoonContexts.RequestProxy
 
isRequestedSessionIdFromUrl() - Method in class org.apache.cocoon.components.deli.DeliImpl.CocoonServletRequest
Deprecated. use DeliImpl.CocoonServletRequest.isRequestedSessionIdFromURL() instead
isRequestedSessionIdFromUrl() - Method in class org.apache.cocoon.components.jsp.JSPEngineServletRequest
Deprecated. use isRequestedSessionIdFromURL instead.
isRequestedSessionIdFromUrl() - Method in class org.apache.cocoon.environment.http.HttpRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use HttpRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdValid() - Method in class org.apache.cocoon.components.deli.DeliImpl.CocoonServletRequest
 
isRequestedSessionIdValid() - Method in class org.apache.cocoon.components.jsp.JSPEngineServletRequest
 
isRequestedSessionIdValid() - Method in interface org.apache.cocoon.environment.Request
Checks whether the requested session ID is still valid.
isRequestedSessionIdValid() - Method in class org.apache.cocoon.environment.commandline.CommandLineRequest
Checks whether the requested session ID is still valid.
isRequestedSessionIdValid() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
isRequestedSessionIdValid() - Method in class org.apache.cocoon.environment.portlet.PortletRequest
 
isRequestedSessionIdValid() - Method in class org.apache.cocoon.environment.wrapper.AbstractRequestWrapper
 
isRequestedSessionIdValid() - Method in class org.apache.cocoon.jxpath.JXPathCocoonContexts.RequestProxy
 
isRequestedSessionIdValid() - Method in class org.apache.cocoon.portlet.multipart.MultipartActionRequest
Method isRequestedSessionIdValid
isRequestedSource - Variable in class org.apache.cocoon.generation.TraversableGenerator
This is only set to true for the requested source specified by the src attribute on the generator's configuration.
isRequired() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
isRequired() - Method in class org.apache.cocoon.forms.formmodel.Field
 
isRequired() - Method in class org.apache.cocoon.forms.formmodel.FieldDefinition
 
isRequired() - Method in class org.apache.cocoon.forms.formmodel.UploadDefinition
 
isRequired() - Method in interface org.apache.cocoon.forms.formmodel.Widget
 
isResponseModified(long) - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
isResponseModified(long) - Method in interface org.apache.cocoon.environment.Environment
Check if the response has been modified since the same "resource" was requested.
isResponseModified(long) - Method in class org.apache.cocoon.environment.commandline.FileSavingEnvironment
Check if the response has been modified since the same "resource" was requested.
isResponseModified(long) - Method in class org.apache.cocoon.environment.http.HttpEnvironment
Check if the response has been modified since the same "resource" was requested.
isResponseModified(long) - Method in class org.apache.cocoon.environment.internal.ForwardEnvironmentWrapper
 
isResponseModified(long) - Method in class org.apache.cocoon.environment.portlet.PortletEnvironment
This method always returns true because portlet environment does not support response codes.
isResponseModified(long) - Method in class org.apache.cocoon.environment.wrapper.MutableEnvironmentFacade
 
isRight() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.HorizontalAlignment
 
isRoot(File) - Method in class org.apache.cocoon.generation.DirectoryGenerator
Determines if a given File is the defined root.
isRoot(TraversableSource) - Method in class org.apache.cocoon.generation.TraversableGenerator
Determines if a given source is the defined root.
isRootElem - Variable in class org.apache.cocoon.components.language.markup.CocoonMarkupLanguage.PreProcessFilter
 
isRootVisible() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
isRootVisible() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeDefinition
 
isRunning() - Method in interface org.apache.cocoon.components.cron.JobSchedulerEntry
Is this job currently running?
isRunning() - Method in class org.apache.cocoon.components.cron.QuartzJobSchedulerEntry
 
isSameNode(Node) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.ElementAdapter.AttrAdapter
 
isSameNode(Node) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.ElementAdapter
 
isSameNode(Node) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.TextAdapter
 
isSameNode(Node) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter
 
isSameNode(Node) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
isSecure() - Method in class org.apache.cocoon.components.deli.DeliImpl.CocoonServletRequest
 
isSecure() - Method in class org.apache.cocoon.components.jsp.JSPEngineServletRequest
 
isSecure() - Method in interface org.apache.cocoon.environment.Request
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class org.apache.cocoon.environment.commandline.CommandLineRequest
 
isSecure() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
isSecure() - Method in class org.apache.cocoon.environment.portlet.PortletRequest
 
isSecure() - Method in class org.apache.cocoon.environment.wrapper.AbstractRequestWrapper
 
isSecure() - Method in class org.apache.cocoon.jxpath.JXPathCocoonContexts.RequestProxy
 
isSecure() - Method in interface org.apache.cocoon.portal.LinkService
Determine whether the current url is using a secure protocol
isSecure() - Method in class org.apache.cocoon.portal.impl.DefaultLinkService
 
isSecure - Variable in class org.apache.cocoon.portal.impl.LinkInfo
Is the page called using https?
isSecure() - Method in class org.apache.cocoon.portlet.multipart.MultipartActionRequest
Method isSecure
isSelectable(Object) - Method in class org.apache.cocoon.components.validation.impl.DefaultValidator
Check whether a subcomponent (SchemaParser) associated with the specified selection key (its configured "name") is selectable in this ServiceSelector instance.
isSelectable(Object) - Method in class org.apache.cocoon.components.web3.impl.Web3DataSourceSelectorImpl
 
isSelectable(Object) - Method in class org.apache.cocoon.core.container.DefaultServiceSelector
 
isSelectable(Object) - Method in class org.apache.cocoon.core.container.StandaloneServiceSelector
 
isSelectable(Object) - Method in class org.apache.cocoon.forms.util.SimpleServiceSelector
 
isSelected() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Is the current node selected?
isSelectedCase(Widget, String) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
isSelectionEmpty() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
isSet - Variable in class org.apache.cocoon.acting.modular.DatabaseAction.CacheHelper
 
isShowTime() - Method in interface org.apache.cocoon.core.DynamicSettings
 
isShowTime() - Method in class org.apache.cocoon.core.MutableSettings
 
isShowVersion() - Method in interface org.apache.cocoon.core.DynamicSettings
 
isShowVersion() - Method in class org.apache.cocoon.core.MutableSettings
 
isSilentlyRename() - Method in interface org.apache.cocoon.core.DynamicSettings
 
isSilentlyRename() - Method in class org.apache.cocoon.core.MutableSettings
 
isSingleton() - Method in class org.apache.cocoon.core.container.handler.AbstractComponentHandler
Default here is to return false
isSingleton() - Method in class org.apache.cocoon.core.container.handler.AliasComponentHandler
 
isSingleton() - Method in interface org.apache.cocoon.core.container.handler.ComponentHandler
Indicates if this handler manages a single object, i.e. all calls to ComponentHandler.get() will return the same object.
isSingleton() - Method in class org.apache.cocoon.core.container.handler.InstanceComponentHandler
 
isSingleton() - Method in class org.apache.cocoon.core.container.handler.LazyHandler
 
isSingleton() - Method in class org.apache.cocoon.core.container.handler.ThreadSafeComponentHandler
 
isSizable(CopletData) - Static method in class org.apache.cocoon.portal.coplet.CopletDataFeatures
Is this coplet sizable?
isSizingEvent(CopletInstanceEvent) - Static method in class org.apache.cocoon.portal.coplet.CopletInstanceDataFeatures
Tests if this is a sizing event for a coplet instance.
isSocketReaderReady() - Method in class org.apache.cocoon.profiler.debugging.Client
 
isSourceModified(Resource) - Method in class org.apache.cocoon.generation.VelocityGenerator.TemplateLoader
 
isStyleOrientationHoriz() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isStyleOrientationVertHorizText() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isStyleOrientationVertVertText() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isStyleOrientationVertVertText2() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isSuccessful() - Method in class org.apache.cocoon.bean.helpers.OutputStreamListener
 
isSuccessful() - Method in class org.apache.cocoon.forms.datatype.convertor.ConversionResult
 
isSupported(String, String) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter.NodeAdapter
 
isSupported(String, String) - Method in class org.apache.cocoon.components.jxdom.DocumentAdapter
 
isSupported(String, String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
isTemporary() - Method in class org.apache.cocoon.portal.event.layout.LayoutChangeParameterEvent
 
isTerminatedAfterShutdown() - Method in interface org.apache.cocoon.components.thread.ThreadPool
Returns true if a shutDown method has succeeded in terminating all threads
isTooLarge() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Tests if the validation result is TOOLARGE, e.g. in case of a double or long the value is too large or in case of a string it is too long.
isTooLarge(Map, String) - Static method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the validated parameter was too large.
isTooLarge(Map) - Method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the context's current parameter was too large.
isTooSmall() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Tests if the validation result is TOOSMALL, e.g. in case of a double or long the value is too small or in case of a string it is too short.
isTooSmall(Map, String) - Static method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the validated parameter was too small.
isTooSmall(Map) - Method in class org.apache.cocoon.transformation.helpers.FormValidatorHelper
Test whether the context's current parameter was too small.
isTop() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.VerticalAlignment
 
isTransient() - Method in class org.apache.cocoon.faces.samples.carstore.FormatValidator
 
isTransient() - Method in class org.apache.cocoon.faces.samples.components.renderkit.ConstantMethodBinding
 
isTransient() - Method in class org.apache.cocoon.faces.taglib.html.ConstantMethodBinding
 
isTriggerGroupPaused(Connection, String) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
isUnavailable() - Method in class org.apache.cocoon.portal.pluto.om.ServletDefinitionImpl
 
isUnknown(Location) - Static method in class org.apache.cocoon.util.location.LocationUtils
Checks if a location is unknown, i.e. it is either null or equal to Location.UNKNOWN.
isUserInRole(String) - Method in class org.apache.cocoon.components.deli.DeliImpl.CocoonServletRequest
 
isUserInRole(String) - Method in class org.apache.cocoon.components.jsp.JSPEngineServletRequest
 
isUserInRole(String) - Method in interface org.apache.cocoon.environment.Request
Checks whether the currently logged in user is in a specified role.
isUserInRole(String) - Method in class org.apache.cocoon.environment.commandline.CommandLineRequest
 
isUserInRole(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
isUserInRole(String) - Method in class org.apache.cocoon.environment.portlet.PortletRequest
 
isUserInRole(String) - Method in class org.apache.cocoon.environment.wrapper.AbstractRequestWrapper
 
isUserInRole(String) - Method in class org.apache.cocoon.faces.context.ExternalContextImpl
 
isUserInRole(String) - Method in class org.apache.cocoon.jxpath.JXPathCocoonContexts.RequestProxy
 
isUserInRole(String) - Method in class org.apache.cocoon.portal.authenticationfw.User
 
isUserInRole(String) - Method in interface org.apache.cocoon.portal.profile.PortalUser
 
isUserInRole(String) - Method in class org.apache.cocoon.portal.profile.impl.StaticProfileManager.StaticPortalUser
 
isUserInRole(String) - Method in class org.apache.cocoon.portlet.multipart.MultipartActionRequest
Method isUserInRole
isUserInRole(String) - Method in class org.apache.cocoon.webapps.authentication.context.AuthenticationContext
Test if the user has a role
isUserInRole(String) - Method in class org.apache.cocoon.webapps.authentication.user.UserHandler
Test if the user has a role
isValid() - Method in class org.apache.cocoon.caching.validity.EventValidity
Basic implementation is always valid until event signals otherwise.
isValid(SourceValidity) - Method in class org.apache.cocoon.caching.validity.EventValidity
Older style of isValid
isValid(int) - Static method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.BorderStyle
Is this a valid border style?
isValid(int) - Static method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType
Is this a valid cell type?
isValid(int) - Static method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.ConstraintType
Is this a valid constraint?
isValid(int) - Static method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.Direction
Is this a valid direction?
isValid() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isValid() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyleRegion
 
isValid(int) - Static method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.GTKTypes
Is this a valid GTK value?
isValid(int) - Static method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.ObjectFill
Is this a valid direction?
isValid(int) - Static method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.StyleShading
Is this a valid style shading?
isValid(int) - Static method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.UnderlineType
Is this a valid underline shading?
isValid() - Method in class org.apache.cocoon.components.source.impl.MultiSourceValidity
Check the validity of this SourceValidity instance.
isValid(SourceValidity) - Method in class org.apache.cocoon.components.source.impl.MultiSourceValidity
Check the validity of this instance comparing it with a (recently acquired) new SourceValidity object.
isValid() - Method in class org.apache.cocoon.components.source.impl.SitemapSource.SitemapSourceValidity
 
isValid(SourceValidity) - Method in class org.apache.cocoon.components.source.impl.SitemapSource.SitemapSourceValidity
 
isValid() - Method in class org.apache.cocoon.components.source.impl.validity.DelayedValidity
 
isValid(SourceValidity) - Method in class org.apache.cocoon.components.source.impl.validity.DelayedValidity
 
isValid() - Method in class org.apache.cocoon.components.web3.impl.Web3ClientImpl
 
isValid() - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
 
isValid() - Method in interface org.apache.cocoon.forms.binding.Binding
checks for deep validity of this binding tree (taking into accound included libraries)
isValid() - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
 
isValid() - Method in class org.apache.cocoon.forms.binding.library.Library.Dependency
 
isValid() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
isValid() - Method in class org.apache.cocoon.forms.formmodel.Action
 
isValid() - Method in class org.apache.cocoon.forms.formmodel.Form
Was form validation successful ?
isValid() - Method in class org.apache.cocoon.forms.formmodel.Output
 
isValid() - Method in interface org.apache.cocoon.forms.formmodel.Widget
Return the current validation state.
isValid() - Method in class org.apache.cocoon.forms.formmodel.library.Library.Dependency
 
isValid() - Method in class org.apache.cocoon.generation.DirectoryGenerator.DirValidity
 
isValid(SourceValidity) - Method in class org.apache.cocoon.generation.DirectoryGenerator.DirValidity
 
isValid() - Method in class org.apache.cocoon.jcr.source.JCRNodeSourceValidity
 
isValid(SourceValidity) - Method in class org.apache.cocoon.jcr.source.JCRNodeSourceValidity
 
isValid() - Method in class org.apache.cocoon.template.environment.JXSourceValidity
 
isValid(SourceValidity) - Method in class org.apache.cocoon.template.environment.JXSourceValidity
 
isValidDomain(String) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRule
Returns true if the domain component of an email address is valid.
isValidIpAddress(Perl5Util) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRule
Validates an IP address.
isValidSymbolicDomain(String) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRule
Validates a symbolic domain name.
isValidUser(String) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRule
Returns true if the user component of an email address is valid.
isValidatingValues() - Method in class org.apache.cocoon.forms.formmodel.WidgetState
Does this state validate widget values?
isValidationError(Object) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
isValueSet() - Method in class org.apache.cocoon.portal.pluto.om.common.PreferenceImpl
 
isVerbose() - Method in class org.apache.cocoon.servlet.CocoonFilterGeneratorImpl
Gets the verbose attribute of the CocoonFilterGeneratorImpl object
isVersioned(String) - Method in interface org.apache.cocoon.components.repository.helpers.RepositoryVersioningHelper
check if a resource is under version control
isVersioned(String) - Method in class org.apache.cocoon.components.repository.impl.WebDAVRepositoryVersioningHelper
 
isVersioned() - Method in class org.apache.cocoon.components.source.SourceDTO
If this source versioned
isVersioned() - Method in interface org.apache.cocoon.components.source.VersionableSource
If this source versioned
isVersioned() - Method in class org.apache.cocoon.components.source.impl.SlideSource
If this source versioned
isVertHorizText() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.StyleOrientation
 
isVertVertText() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.StyleOrientation
 
isVertVertText2() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.StyleOrientation
 
isVerticalBottom() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isVerticalCenter() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isVerticalJustify() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isVerticalTop() - Method in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle
 
isVisible(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
Returns true if the value identified by path is currently viewable, which means it is either the root or all of its parents are expanded.
isVisible() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Is the current node visible (i.e. its parent is expanded)?
isVisible(Widget) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
isVisible(Widget) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
isWarnEnabled() - Method in class org.apache.cocoon.core.CoreUtil.LoggerWrapper
 
isWarnEnabled() - Method in class org.apache.cocoon.portal.pluto.service.log.LoggerImpl
 
isWarnEnabled() - Method in class org.apache.cocoon.portlet.PortletLogger
 
isWindowStateAllowed(WindowState) - Method in class org.apache.cocoon.environment.portlet.PortletRequest
 
isWindowStateAllowed(WindowState) - Method in class org.apache.cocoon.portal.pluto.DynamicInformationProviderImpl
 
isWindowStateAllowed(WindowState) - Method in class org.apache.cocoon.portlet.multipart.MultipartActionRequest
 
isXML(File) - Method in class org.apache.cocoon.generation.XPathDirectoryGenerator
Determines if a given File shall be handled as XML.
isXML(TraversableSource) - Method in class org.apache.cocoon.generation.XPathTraversableGenerator
Determines if a given TraversableSource shall be handled as XML.
item - Variable in class org.apache.cocoon.portal.coplets.basket.BasketManagerImpl.BatchInfo
 
item - Variable in class org.apache.cocoon.portal.coplets.basket.events.AddItemEvent
The item to add
item - Variable in class org.apache.cocoon.portal.coplets.basket.events.MoveItemEvent
The item to move
item - Variable in class org.apache.cocoon.portal.coplets.basket.events.RemoveItemEvent
The item to remove
item - Variable in class org.apache.cocoon.portal.coplets.basket.events.ShowItemEvent
The item to show
itemClassName - Variable in class org.apache.cocoon.portal.layout.impl.CompositeLayoutImpl
The class name of the items
itemClassName - Variable in class org.apache.cocoon.portal.layout.impl.DefaultLayoutDescription
 
itemCount(String, String) - Method in class org.apache.cocoon.transformation.pagination.Pagesheet
 
itemDescription - Variable in class org.apache.cocoon.faces.taglib.SelectItemTag
 
itemDisabled - Variable in class org.apache.cocoon.faces.taglib.SelectItemTag
 
itemLabel - Variable in class org.apache.cocoon.faces.taglib.SelectItemTag
 
itemNames - Variable in class org.apache.cocoon.portal.coplets.basket.events.UploadItemEvent
List of parameter names containing uploaded files
itemValue - Variable in class org.apache.cocoon.faces.taglib.SelectItemTag
 
items - Variable in class org.apache.cocoon.portal.coplets.basket.ContentStore
The ordered list of items
items - Variable in class org.apache.cocoon.portal.layout.impl.CompositeLayoutImpl
 
items - Variable in class org.apache.cocoon.taglib.core.ForEachSupport
 
iterate(ExpressionContext) - Method in interface org.apache.cocoon.components.expression.Expression
 
iterate(ExpressionContext) - Method in class org.apache.cocoon.components.expression.javascript.JavaScriptExpression
 
iterate(ExpressionContext) - Method in class org.apache.cocoon.components.expression.jexl.JexlExpression
 
iterate(ExpressionContext) - Method in class org.apache.cocoon.components.expression.jxpath.JXPathExpression
 
iterator() - Method in class org.apache.cocoon.ant.CocoonCrawling
Description of the Method
iterator() - Method in class org.apache.cocoon.bean.helpers.Crawler
Returns an iterator for reading targets
iterator() - Method in interface org.apache.cocoon.components.crawler.CocoonCrawler
Iterate over crawling URLs.
iterator() - Method in class org.apache.cocoon.components.crawler.SimpleCocoonCrawlerImpl
Return iterator, iterating over all links of the currently crawled URL.
iterator() - Method in class org.apache.cocoon.components.search.LuceneIndexContentHandler
 
iterator() - Method in class org.apache.cocoon.components.store.impl.StoreJanitorImpl
This method return a java.util.Iterator of every registered stores The iterators returned is fail-fast: if list is structurally modified at any time after the iterator is created, in any way, the iterator will throw a ConcurrentModificationException.
iterator() - Static method in class org.apache.cocoon.forms.event.ProcessingPhase
 
iterator() - Method in class org.apache.cocoon.forms.formmodel.WidgetList
 
iterator() - Method in class org.apache.cocoon.generation.asciiart.AsciiArtPad
Iterator of AsciiArtPad
iterator() - Method in class org.apache.cocoon.mail.command.AbstractMailCommand
Return an iterator over the results
iterator() - Method in class org.apache.cocoon.portal.pluto.om.PortletApplicationDefinitionListImpl
 
iterator() - Method in class org.apache.cocoon.portal.pluto.om.PortletApplicationEntityListImpl
 
iterator() - Method in class org.apache.cocoon.portal.pluto.om.PortletEntityListImpl
 
iterator() - Method in class org.apache.cocoon.portal.pluto.om.PortletWindowListImpl
Returns the elements of this set
iterator() - Method in class org.apache.cocoon.portal.pluto.om.common.PreferenceSetImpl
 
iterator() - Method in class org.apache.cocoon.template.expression.Substitutions
 
itsClassLoader - Variable in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
The classloader for the processor that we are building.
itsComponentInfo - Variable in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
The sitemap component information grabbed while building itsMaanger
itsNamespace - Variable in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
The namespace of configuration for the processor that we are building.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.