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

Quick Search    Search Deep
A C D E F G H I L M N O P R S T U V

A

ACTION_METHOD_PARAMETER - Static variable in class org.apache.cocoon.acting.AbstractMethodAction
 
ACTION_METHOD_PREFIX - Static variable in class org.apache.cocoon.acting.AbstractMethodAction
 
ACTION_RESULT_OBJECT - Static variable in class org.apache.cocoon.acting.ServerPagesAction
 
ACTION_SUCCESS_OBJECT - Static variable in class org.apache.cocoon.acting.ServerPagesAction
 
AbstractAction - class org.apache.cocoon.acting.AbstractAction.
AbstractAction gives you the infrastructure for easily deploying more Actions.
AbstractAction() - Constructor for class org.apache.cocoon.acting.AbstractAction
 
AbstractComplementaryConfigurableAction - class org.apache.cocoon.acting.AbstractComplementaryConfigurableAction.
Set up environment for configurable form handling data.
AbstractComplementaryConfigurableAction() - Constructor for class org.apache.cocoon.acting.AbstractComplementaryConfigurableAction
 
AbstractConfigurableAction - class org.apache.cocoon.acting.AbstractConfigurableAction.
AbstractConfigurableAction gives you the infrastructure for easily deploying more Actions that take default parameters.
AbstractConfigurableAction() - Constructor for class org.apache.cocoon.acting.AbstractConfigurableAction
 
AbstractDatabaseAction - class org.apache.cocoon.acting.AbstractDatabaseAction.
Set up environment for configurable form handling data.
AbstractDatabaseAction() - Constructor for class org.apache.cocoon.acting.AbstractDatabaseAction
 
AbstractMethodAction - class org.apache.cocoon.acting.AbstractMethodAction.
The AbstractMethodAction provides a way to call methods of an action specified by the method parameter.
AbstractMethodAction() - Constructor for class org.apache.cocoon.acting.AbstractMethodAction
 
AbstractValidatorAction - class org.apache.cocoon.acting.AbstractValidatorAction.
Abstract implementation of action that needs to perform validation of parameters (from session, from request, etc.).
AbstractValidatorAction() - Constructor for class org.apache.cocoon.acting.AbstractValidatorAction
 
Action - interface org.apache.cocoon.acting.Action.
 
Authenticate(Configuration, Request) - Method in class org.apache.cocoon.acting.DbXMLAuthenticatorAction
 
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.AbstractMethodAction
 
act(Redirector, SourceResolver, Map, String, Parameters) - Method in interface org.apache.cocoon.acting.Action
Controls the processing against some values of the Dictionary objectModel and returns a Map object with values used in subsequent sitemap substitution patterns.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.CookieCreatorAction
Description of the Method
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.CookieValidatorAction
Description of the Method
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DatabaseAddAction
Add a record to the database.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DatabaseAuthenticatorAction
Main invocation routine.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DatabaseCookieAuthenticatorAction
Main invocation routine.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DatabaseDeleteAction
Delete a record from the database.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DatabaseSelectAction
Select a record from the database.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DatabaseUpdateAction
Update a record in the database.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.DbXMLAuthenticatorAction
Main invocation routine.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.FormValidatorAction
Main invocation routine.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.HelloAction
A simple Action that logs if the Session object has been created
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.HttpHeaderAction
 
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.LangSelect
Deprecated. Selects language if it is not set already in objectModel Puts lang parameter to session and to objectModel if it is not already there.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.LocaleAction
Action which obtains the current environments locale information, and places it in the objectModel (and optionally in a session/cookie).
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.OraAddAction
Add a record to the database.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.RequestParamAction
 
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.RequestParameterExistsAction
 
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.ResourceExistsAction
 
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.ScriptAction
 
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.SectionCutterAction
A simple Action that logs if the Session object has been created
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.SendmailAction
 
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.ServerPagesAction
 
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.SessionInvalidatorAction
Main invocation routine.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.SessionIsValidAction
Main invocation routine.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.SessionPropagatorAction
Main invocation routine.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.SessionStateAction
 
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.SessionValidatorAction
Main invocation routine.
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.SetCharacterEncodingAction
Set character encoding of current request.
addStatements - Static variable in class org.apache.cocoon.acting.DatabaseAddAction
 

C

COUNTRY - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the country parameter
COUNTRY_ATTR - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the country configuration attribute
CREATE_SESSION - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the session creation configuration attribute
ComposerAction - class org.apache.cocoon.acting.ComposerAction.
The ComposerAction will allow any Action that extends this to access SitemapComponents.
ComposerAction() - Constructor for class org.apache.cocoon.acting.ComposerAction
 
ConfigurableComposerAction - class org.apache.cocoon.acting.ConfigurableComposerAction.
The ComposerAction will allow any Action that extends this to access SitemapComponents.
ConfigurableComposerAction() - Constructor for class org.apache.cocoon.acting.ConfigurableComposerAction
 
ConfigurationHelper - class org.apache.cocoon.acting.ConfigurationHelper.
 
ConfigurationHelper() - Constructor for class org.apache.cocoon.acting.ConfigurationHelper
 
CookieCreatorAction - class org.apache.cocoon.acting.CookieCreatorAction.
The CookieCreatorAction class create or remove cookies.
CookieCreatorAction() - Constructor for class org.apache.cocoon.acting.CookieCreatorAction
 
CookieValidatorAction - class org.apache.cocoon.acting.CookieValidatorAction.
This is the action used to validate Cookie parameters (values).
CookieValidatorAction() - Constructor for class org.apache.cocoon.acting.CookieValidatorAction
Constructor for the CookieValidatorAction object
CreateConnection(Configuration) - Method in class org.apache.cocoon.acting.DbXMLAuthenticatorAction
 
checkParams(Parameters) - Method in class org.apache.cocoon.acting.LocaleAction
Method to check invocations for local customisation.
compose(ComponentManager) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Compose the Actions so that we can select our databases.
compose(ComponentManager) - Method in class org.apache.cocoon.acting.ComposerAction
Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.acting.ConfigurableComposerAction
Set the current ComponentManager instance used by this Composable.
configuration - Variable in class org.apache.cocoon.acting.ConfigurationHelper
 
configurations - Static variable in class org.apache.cocoon.acting.AbstractComplementaryConfigurableAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.AbstractConfigurableAction
Configures the Action.
configure(Configuration) - Method in class org.apache.cocoon.acting.AbstractMethodAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.HttpHeaderAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.LangSelect
Deprecated. Configure this action.
configure(Configuration) - Method in class org.apache.cocoon.acting.LocaleAction
Configure this action.
configure(Configuration) - Method in class org.apache.cocoon.acting.SectionCutterAction
Description of the Method
configure(Configuration) - Method in class org.apache.cocoon.acting.SendmailAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.ServerPagesAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.SessionPropagatorAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.SessionStateAction
Configures the Action.
count - Variable in class org.apache.cocoon.acting.RequestParameterExistsAction.StringParts
 
countryAttr - Variable in class org.apache.cocoon.acting.LocaleAction
 
createSession - Variable in class org.apache.cocoon.acting.LangSelect
Deprecated. Should we create a session to store the lang if it's not created yet.
createSession - Variable in class org.apache.cocoon.acting.LocaleAction
 

D

DEFAULT_LANG - Static variable in class org.apache.cocoon.acting.LangSelect
Deprecated. The default language: en (English).
DatabaseAddAction - class org.apache.cocoon.acting.DatabaseAddAction.
Adds record in a database.
DatabaseAddAction() - Constructor for class org.apache.cocoon.acting.DatabaseAddAction
 
DatabaseAuthenticatorAction - class org.apache.cocoon.acting.DatabaseAuthenticatorAction.
This action is used to authenticate user by comparing several request fields (username, password) with the values in database.
DatabaseAuthenticatorAction() - Constructor for class org.apache.cocoon.acting.DatabaseAuthenticatorAction
 
DatabaseCookieAuthenticatorAction - class org.apache.cocoon.acting.DatabaseCookieAuthenticatorAction.
This action is used to authenticate user by comparing several cookie values (username, password) with the values in database.
DatabaseCookieAuthenticatorAction() - Constructor for class org.apache.cocoon.acting.DatabaseCookieAuthenticatorAction
 
DatabaseDeleteAction - class org.apache.cocoon.acting.DatabaseDeleteAction.
Delete a record from a database.
DatabaseDeleteAction() - Constructor for class org.apache.cocoon.acting.DatabaseDeleteAction
 
DatabaseSelectAction - class org.apache.cocoon.acting.DatabaseSelectAction.
Select a record from a database.
DatabaseSelectAction() - Constructor for class org.apache.cocoon.acting.DatabaseSelectAction
 
DatabaseUpdateAction - class org.apache.cocoon.acting.DatabaseUpdateAction.
Update a record in a database.
DatabaseUpdateAction() - Constructor for class org.apache.cocoon.acting.DatabaseUpdateAction
 
DbXMLAuthenticatorAction - class org.apache.cocoon.acting.DbXMLAuthenticatorAction.
This action is used to authenticate user by comparing several request fields (username, password) with the values in a DBXML compliant database.
DbXMLAuthenticatorAction() - Constructor for class org.apache.cocoon.acting.DbXMLAuthenticatorAction
 
dateValue(String, String) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Convert a String to a long value.
dbselector - Variable in class org.apache.cocoon.acting.AbstractDatabaseAction
 
debug(String) - Method in class org.apache.cocoon.acting.LocaleAction
Helper debug method, prefixes all debug messages with the classes name.
default_properties - Variable in class org.apache.cocoon.acting.SendmailAction
 
defaults - Static variable in class org.apache.cocoon.acting.HttpHeaderAction
 
defaults - Variable in class org.apache.cocoon.acting.SessionPropagatorAction
 
deleteStatements - Static variable in class org.apache.cocoon.acting.DatabaseDeleteAction
 
dispose() - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
dispose
dispose() - Method in class org.apache.cocoon.acting.ServerPagesAction
 
doAdd(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.MultiAction
 
doDelete(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.MultiAction
 
doUpdate(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.acting.MultiAction
 
doesNotMatch() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Tests if the validation result is NOMATCH, can only occur when

E

EMPTY_MAP - Static variable in class org.apache.cocoon.acting.AbstractAction
Empty unmodifiable map.
ERROR - Static variable in class org.apache.cocoon.acting.ValidatorActionResult
some error occurred, this is a result that is never set but serves as a comparison target.

F

FormValidatorAction - class org.apache.cocoon.acting.FormValidatorAction.
This is the action used to validate Request parameters.
FormValidatorAction() - Constructor for class org.apache.cocoon.acting.FormValidatorAction
 
files - Variable in class org.apache.cocoon.acting.AbstractDatabaseAction
 
fillMap(Map) - Method in class org.apache.cocoon.acting.SectionCutterAction.Section
Description of the Method

G

generatorHandler - Variable in class org.apache.cocoon.acting.ServerPagesAction
 
getActualParam(String, String) - Method in class org.apache.cocoon.acting.DatabaseAddAction
Returns the actual name of the parameter.
getAddQuery(Configuration) - Method in class org.apache.cocoon.acting.DatabaseAddAction
Get the String representation of the PreparedStatement.
getAddQuery(Configuration) - Method in class org.apache.cocoon.acting.OraAddAction
Get the String representation of the PreparedStatement.
getAttributeAsDouble(Configuration, String, Double) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Addition to Avalon's Configuration.getAttributeAsFloat because that one does only deal with float.
getAttributeAsLong(Configuration, String, Long) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Replacement for Avalon's Configuration.getAttributeAsLong because that one doesn't take Long but long and thus won't take null as parameter value for default.
getAuthQuery(Configuration, Request) - Method in class org.apache.cocoon.acting.DatabaseAuthenticatorAction
 
getAuthQuery(Map, Configuration, Request) - Method in class org.apache.cocoon.acting.DatabaseCookieAuthenticatorAction
Gets the authQuery attribute of the DatabaseCookieAuthenticatorAction object
getAuthQuery(Configuration, Request) - Method in class org.apache.cocoon.acting.DbXMLAuthenticatorAction
 
getColumn(ResultSet, Request, Configuration) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Get the Statement column so that the results are mapped correctly.
getConfiguration(String) - Method in class org.apache.cocoon.acting.AbstractComplementaryConfigurableAction
Set up the complementary configuration file.
getConfiguration(String, boolean) - Method in class org.apache.cocoon.acting.AbstractComplementaryConfigurableAction
Deprecated. please use the getConfiguration(String, SourceResolver, boolean) version of this method instead.
getConfiguration(String, SourceResolver, boolean) - Method in class org.apache.cocoon.acting.AbstractComplementaryConfigurableAction
Set up the complementary configuration file.
getDataSource(Configuration) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Get the Datasource we need.
getDefault(Configuration, Configuration) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Returns the default value from given configuration or constraints.
getDeleteQuery(Configuration) - Method in class org.apache.cocoon.acting.DatabaseDeleteAction
Get the String representation of the PreparedStatement.
getDoubleValue(Object, boolean) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Returns the parsed Double value.
getLang(Map, Parameters) - Static method in class org.apache.cocoon.acting.LangSelect
Deprecated. Returns two character language code by checking environment in following order Http request has parameter lang Http session has parameter lang Cookies has parameter lang User locales has matching language we are providing Otherwise we return default_lang from sitemap or if that is not found then 'en'
getLocaleAttribute(Map) - Static method in class org.apache.cocoon.acting.LocaleAction
Helper method to access Locale sub component values.
getLongValue(Object, boolean) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Returns the parsed Long value.
getMatch(String, RequestParameterExistsAction.StringParts) - Method in class org.apache.cocoon.acting.RequestParameterExistsAction
If a String matches a StringPart spec, return the substring between the specified prefix and postfix.
getNullable(Configuration, Configuration) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Returns the value of 'nullable' attribute from given configuration or from given constraints, value present in constraints takes precedence, false when attribute is not present in either of them.
getObject() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Returns the tested object.
getRequestAttribute(Request, String) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Retreive a value from the request attributes.
getResult() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Returns the result.
getSelectLOBQuery(Configuration) - Method in class org.apache.cocoon.acting.OraAddAction
Get the String representation of the PreparedStatement.
getSelectQuery(Configuration) - Method in class org.apache.cocoon.acting.DatabaseAddAction
 
getSelectQuery(Configuration) - Method in class org.apache.cocoon.acting.DatabaseSelectAction
Get the String representation of the PreparedStatement.
getStringValue(Object) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Returns string
getUpdateQuery(Configuration) - Method in class org.apache.cocoon.acting.DatabaseUpdateAction
Get the String representation of the PreparedStatement.
global_form_encoding - Variable in class org.apache.cocoon.acting.SetCharacterEncodingAction
 

H

HelloAction - class org.apache.cocoon.acting.HelloAction.
A simple Action that tracks if a Session object has been created or not.
HelloAction() - Constructor for class org.apache.cocoon.acting.HelloAction
 
HttpHeaderAction - class org.apache.cocoon.acting.HttpHeaderAction.
This action adds HTTP headers to the response.
HttpHeaderAction() - Constructor for class org.apache.cocoon.acting.HttpHeaderAction
 

I

ISNULL - Static variable in class org.apache.cocoon.acting.ValidatorActionResult
the parameter is null but isn't allowed to.
isLargeObject(String) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Return whether a type is a Large Object (BLOB/CLOB).
isNotPresent() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Tests if the validation result is NOTPRESENT, e.g.
isNull() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Tests if the validation result is ISNULL, e.g.
isOK() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Tests if the validation result is OK
isTooLarge() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Tests if the validation result is TOOLARGE, e.g.
isTooSmall() - Method in class org.apache.cocoon.acting.ValidatorActionHelper
Tests if the validation result is TOOSMALL, e.g.

L

LANG - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the language parameter
LANG_ATTR - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the language configuration attribute
LOCALE - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the locale parameter
LOCALE_ATTR - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the locale configuration attribute
LangSelect - class org.apache.cocoon.acting.LangSelect.
Deprecated. Use LocaleAction instead.
LangSelect() - Constructor for class org.apache.cocoon.acting.LangSelect
Deprecated.  
LocaleAction - class org.apache.cocoon.acting.LocaleAction.
LocaleAction is a class which obtains the request's locale information (language, country, variant) and makes it available to the sitemap/pipeline.
LocaleAction() - Constructor for class org.apache.cocoon.acting.LocaleAction
 
langAttr - Variable in class org.apache.cocoon.acting.LocaleAction
 
lastModified - Variable in class org.apache.cocoon.acting.ConfigurationHelper
 
localeAttr - Variable in class org.apache.cocoon.acting.LocaleAction
 
logKitManager - Variable in class org.apache.cocoon.acting.ServerPagesAction
 

M

MAP_CONTEXTPATH - Static variable in class org.apache.cocoon.acting.RequestParamAction
 
MAP_QUERY - Static variable in class org.apache.cocoon.acting.RequestParamAction
 
MAP_URI - Static variable in class org.apache.cocoon.acting.RequestParamAction
 
MAXERROR - Static variable in class org.apache.cocoon.acting.ValidatorActionResult
maximum error, only used for comparisons.
MultiAction - class org.apache.cocoon.acting.MultiAction.
This is just a simple example how to use the new action syntax.
MultiAction() - Constructor for class org.apache.cocoon.acting.MultiAction
 
manager - Variable in class org.apache.cocoon.acting.ComposerAction
The component manager instance
manager - Variable in class org.apache.cocoon.acting.ConfigurableComposerAction
The component manager instance
mapVars - Variable in class org.apache.cocoon.acting.SectionCutterAction.Section
 
matchExpression - Variable in class org.apache.cocoon.acting.SectionCutterAction.Section
 
matches(String) - Method in class org.apache.cocoon.acting.SectionCutterAction.Section
Description of the Method
methodIndex - Variable in class org.apache.cocoon.acting.AbstractMethodAction
 
mylevel - Variable in class org.apache.cocoon.acting.SessionStateAction
 

N

NOMATCH - Static variable in class org.apache.cocoon.acting.ValidatorActionResult
a string parameter's value is not matched by the specified regular expression.
NOTPRESENT - Static variable in class org.apache.cocoon.acting.ValidatorActionResult
this is returned when the result of a validation is requested but no such result is found in the request attribute.
newstate - Variable in class org.apache.cocoon.acting.SessionStateAction
 

O

OK - Static variable in class org.apache.cocoon.acting.ValidatorActionResult
no error occurred, parameter successfully checked.
OraAddAction - class org.apache.cocoon.acting.OraAddAction.
Add a record in a database.
OraAddAction() - Constructor for class org.apache.cocoon.acting.OraAddAction
 
OraUpdateAction - class org.apache.cocoon.acting.OraUpdateAction.
Update a record in a database.
OraUpdateAction() - Constructor for class org.apache.cocoon.acting.OraUpdateAction
 
object - Variable in class org.apache.cocoon.acting.ValidatorActionHelper
 
org.apache.cocoon.acting - package org.apache.cocoon.acting
 

P

PARAM_DEFAULT_PREFIX - Static variable in class org.apache.cocoon.acting.RequestParamAction
 
PARAM_LANG - Static variable in class org.apache.cocoon.acting.LangSelect
Deprecated. The name that will be used as a request param or a cookie name.
PARAM_PARAMETERS - Static variable in class org.apache.cocoon.acting.RequestParamAction
 
parameterize(Parameters) - Method in class org.apache.cocoon.acting.SetCharacterEncodingAction
 
prefix - Variable in class org.apache.cocoon.acting.RequestParameterExistsAction.StringParts
 
processTable(Configuration, Connection, Request, Map) - Method in class org.apache.cocoon.acting.DatabaseAddAction
Inserts a row or a set of rows into the given table based on the request parameters
propagateParameters(Configuration, ResultSet, Session) - Method in class org.apache.cocoon.acting.DatabaseAuthenticatorAction
 
propagateParameters(Configuration, ResultSet, Session) - Method in class org.apache.cocoon.acting.DatabaseCookieAuthenticatorAction
Description of the Method
propagateParameters(Configuration, ResourceSet, Session) - Method in class org.apache.cocoon.acting.DbXMLAuthenticatorAction
 
pstfix - Variable in class org.apache.cocoon.acting.RequestParameterExistsAction.StringParts
 

R

REDIRECTOR_OBJECT - Static variable in class org.apache.cocoon.acting.ServerPagesAction
 
ROLE - Static variable in interface org.apache.cocoon.acting.Action
 
RequestParamAction - class org.apache.cocoon.acting.RequestParamAction.
This action makes some request details available to the sitemap via parameter substitution.
RequestParamAction() - Constructor for class org.apache.cocoon.acting.RequestParamAction
 
RequestParameterExistsAction - class org.apache.cocoon.acting.RequestParameterExistsAction.
This action simply checks to see if a given request parameter exists.
RequestParameterExistsAction() - Constructor for class org.apache.cocoon.acting.RequestParameterExistsAction
 
RequestParameterExistsAction.StringParts - class org.apache.cocoon.acting.RequestParameterExistsAction.StringParts.
 
RequestParameterExistsAction.StringParts(String, String) - Constructor for class org.apache.cocoon.acting.RequestParameterExistsAction.StringParts
 
ResourceExistsAction - class org.apache.cocoon.acting.ResourceExistsAction.
This action simply checks to see if a given resource exists.
ResourceExistsAction() - Constructor for class org.apache.cocoon.acting.ResourceExistsAction
 
result - Variable in class org.apache.cocoon.acting.ValidatorActionHelper
 

S

STORE_COOKIE - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the cookie storage configuration attribute
STORE_REQUEST - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the request storage configuration attribute
STORE_SESSION - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the session storage configuration attribute
ScriptAction - class org.apache.cocoon.acting.ScriptAction.
A simple action that executes any script that can be run by the BSF
ScriptAction() - Constructor for class org.apache.cocoon.acting.ScriptAction
 
SectionCutterAction - class org.apache.cocoon.acting.SectionCutterAction.
An action designed to set any number of variables, based on the current site section.
SectionCutterAction() - Constructor for class org.apache.cocoon.acting.SectionCutterAction
 
SectionCutterAction.Section - class org.apache.cocoon.acting.SectionCutterAction.Section.
Description of the Class
SectionCutterAction.Section(Configuration) - Constructor for class org.apache.cocoon.acting.SectionCutterAction.Section
Constructor for the Section object
SendmailAction - class org.apache.cocoon.acting.SendmailAction.
The SendmailAction class sends email.
SendmailAction() - Constructor for class org.apache.cocoon.acting.SendmailAction
 
SendmailAction.SendmailActionException - exception org.apache.cocoon.acting.SendmailAction.SendmailActionException.
 
SendmailAction.SendmailActionException(String) - Constructor for class org.apache.cocoon.acting.SendmailAction.SendmailActionException
 
ServerPagesAction - class org.apache.cocoon.acting.ServerPagesAction.
Allows actions to be written in XSP.
ServerPagesAction() - Constructor for class org.apache.cocoon.acting.ServerPagesAction
 
SessionInvalidatorAction - class org.apache.cocoon.acting.SessionInvalidatorAction.
This is the action used to invalidate an HTTP session.
SessionInvalidatorAction() - Constructor for class org.apache.cocoon.acting.SessionInvalidatorAction
 
SessionIsValidAction - class org.apache.cocoon.acting.SessionIsValidAction.
This action just checks if a session exists and whether the current seesion is still valid.
SessionIsValidAction() - Constructor for class org.apache.cocoon.acting.SessionIsValidAction
 
SessionPropagatorAction - class org.apache.cocoon.acting.SessionPropagatorAction.
This is the action used to propagate parameters into session.
SessionPropagatorAction() - Constructor for class org.apache.cocoon.acting.SessionPropagatorAction
 
SessionStateAction - class org.apache.cocoon.acting.SessionStateAction.
Store the session's current state in a session attribute.
SessionStateAction() - Constructor for class org.apache.cocoon.acting.SessionStateAction
 
SessionValidatorAction - class org.apache.cocoon.acting.SessionValidatorAction.
This is the action used to validate Session parameters (attributes).
SessionValidatorAction() - Constructor for class org.apache.cocoon.acting.SessionValidatorAction
 
SetCharacterEncodingAction - class org.apache.cocoon.acting.SetCharacterEncodingAction.
Sets the character encoding of parameters.
SetCharacterEncodingAction() - Constructor for class org.apache.cocoon.acting.SetCharacterEncodingAction
 
sections - Variable in class org.apache.cocoon.acting.SectionCutterAction
 
selectLOBStatements - Static variable in class org.apache.cocoon.acting.OraAddAction
 
selectStatements - Static variable in class org.apache.cocoon.acting.DatabaseAddAction
 
selectStatements - Static variable in class org.apache.cocoon.acting.DatabaseSelectAction
 
setColumn(PreparedStatement, int, Request, Configuration) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Set the Statement column so that the results are mapped correctly.
setColumn(PreparedStatement, int, Request, Configuration, String) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Set the Statement column so that the results are mapped correctly.
setColumn(PreparedStatement, int, Request, Configuration, String, Object) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Set the Statement column so that the results are mapped correctly.
setColumn(PreparedStatement, int, Request, Configuration, String, Object, int) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Set the Statement column so that the results are mapped correctly.
setKey(Configuration, Configuration, Connection, PreparedStatement, int, Request, String, Map) - Method in class org.apache.cocoon.acting.DatabaseAddAction
Sets the key value on the prepared statement.
setLogKitManager(LogKitManager) - Method in class org.apache.cocoon.acting.ServerPagesAction
 
setRequestAttribute(Request, String, Object) - Method in class org.apache.cocoon.acting.AbstractDatabaseAction
Store a key/value pair in the request attributes.
setSelectQuery(String, Configuration) - Method in class org.apache.cocoon.acting.DatabaseAddAction
Set the String representation of the MaxID lookup statement.
settings - Variable in class org.apache.cocoon.acting.AbstractConfigurableAction
Stores (global) configuration parameters as key / value pairs.
splitParameter(String) - Method in class org.apache.cocoon.acting.RequestParameterExistsAction
Find first "*" in a String and split it into the substring before and after the "*".
statekey - Variable in class org.apache.cocoon.acting.SessionStateAction
 
storeInCookie - Variable in class org.apache.cocoon.acting.LangSelect
Deprecated. Should we add a cookie with the lang.
storeInCookie - Variable in class org.apache.cocoon.acting.LocaleAction
 
storeInRequest - Variable in class org.apache.cocoon.acting.LangSelect
Deprecated. Should we store the lang in request.
storeInRequest - Variable in class org.apache.cocoon.acting.LocaleAction
 
storeInSession - Variable in class org.apache.cocoon.acting.LangSelect
Deprecated. Should we store the lang in session, if one is available.
storeInSession - Variable in class org.apache.cocoon.acting.LocaleAction
 
storeLang(Map, String) - Method in class org.apache.cocoon.acting.LangSelect
Deprecated. Stores language code in the session or a cookie
sublevels - Variable in class org.apache.cocoon.acting.SessionStateAction
 

T

TOOLARGE - Static variable in class org.apache.cocoon.acting.ValidatorActionResult
either value or length in case of a string is greater than the specified maximum.
TOOSMALL - Static variable in class org.apache.cocoon.acting.ValidatorActionResult
either value or length in case of a string is less than the specified minimum.
typeConstants - Static variable in class org.apache.cocoon.acting.AbstractDatabaseAction
 

U

updateStatements - Static variable in class org.apache.cocoon.acting.DatabaseUpdateAction
 

V

VARIANT - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the variant parameter
VARIANT_ATTR - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the variant configuration attribute
ValidatorActionHelper - class org.apache.cocoon.acting.ValidatorActionHelper.
Helper class to pass a the result of a validation back along with the validated object itself.
ValidatorActionHelper(Object) - Constructor for class org.apache.cocoon.acting.ValidatorActionHelper
Create a ValidatorActionHelper object that contains just the object.
ValidatorActionHelper(Object, ValidatorActionResult) - Constructor for class org.apache.cocoon.acting.ValidatorActionHelper
Create a ValidatorActionHelper object that contains just the object.
ValidatorActionResult - class org.apache.cocoon.acting.ValidatorActionResult.
A number of constants to represent the possible outcomes of a validation.
ValidatorActionResult(String) - Constructor for class org.apache.cocoon.acting.ValidatorActionResult
Make constructor private to inhibit creation outside.
ValidatorActionResult() - Constructor for class org.apache.cocoon.acting.ValidatorActionResult
 
validateDouble(String, Configuration, Configuration, Map, boolean, Object) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Validates nullability and default value for given parameter.
validateLong(String, Configuration, Configuration, Map, boolean, Object) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Validates nullability and default value for given parameter.
validateParameter(String, Configuration, Configuration[], Map, boolean) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Try to validate given parameter.
validateParameter(String, String, Configuration, Configuration[], Map, boolean) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Try to validate given parameter.
validateString(String, Configuration, Configuration, Map, Object) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Validates nullability and default value for given parameter.
variantAttr - Variable in class org.apache.cocoon.acting.LocaleAction
 

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