Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
I
K
L
M
O
P
R
S
T
W
A
addToLoadClasses(String)
- Method in class org.apache.cocoon.configuration.
MutableSettings
C
cacheDirectory
- Variable in class org.apache.cocoon.configuration.
MutableSettings
This parameter allows to specify where Cocoon should create its page and other objects cache.
checkSubSetting()
- Method in class org.apache.cocoon.configuration.
MutableSettings
check if this configuration is tried to be set for a sub settings object.
checkWriteable()
- Method in class org.apache.cocoon.configuration.
MutableSettings
check if this configuration is writeable.
configurationReloadDelay
- Variable in class org.apache.cocoon.configuration.
MutableSettings
Delay between reload checks for the configuration.
configure(Properties)
- Method in class org.apache.cocoon.configuration.
MutableSettings
Fill from a properties object
containerEncoding
- Variable in class org.apache.cocoon.configuration.
MutableSettings
The container encoding.
creationTime
- Variable in class org.apache.cocoon.configuration.
MutableSettings
The time the cocoon instance was created.
D
DEFAULT_CONFIGURATION_RELOAD_DELAY
- Static variable in class org.apache.cocoon.configuration.
SettingsDefaults
Default reload delay for configurations in milliseconds.
DEFAULT_CONTAINER_ENCODING
- Static variable in class org.apache.cocoon.configuration.
SettingsDefaults
The default encoding for the web container.
DEFAULT_RUNNING_MODE
- Static variable in class org.apache.cocoon.configuration.
SettingsDefaults
The default running mode.
F
formEncoding
- Variable in class org.apache.cocoon.configuration.
MutableSettings
Set form encoding.
G
getCacheDirectory()
- Method in class org.apache.cocoon.configuration.
MutableSettings
getCacheDirectory()
- Method in interface org.apache.cocoon.configuration.
Settings
getContainerEncoding()
- Method in class org.apache.cocoon.configuration.
MutableSettings
getContainerEncoding()
- Method in interface org.apache.cocoon.configuration.
Settings
getCreationTime()
- Method in class org.apache.cocoon.configuration.
MutableSettings
getCreationTime()
- Method in interface org.apache.cocoon.configuration.
Settings
The creation time of the current settings instance.
getFormEncoding()
- Method in class org.apache.cocoon.configuration.
MutableSettings
getFormEncoding()
- Method in interface org.apache.cocoon.configuration.
Settings
getLoadClasses()
- Method in class org.apache.cocoon.configuration.
MutableSettings
getLoadClasses()
- Method in interface org.apache.cocoon.configuration.
Settings
getProperties(Settings, String, String)
- Method in interface org.apache.cocoon.configuration.
PropertyProvider
Provide the properties.
getProperty(String)
- Method in class org.apache.cocoon.configuration.
MutableSettings
getProperty(String, String)
- Method in class org.apache.cocoon.configuration.
MutableSettings
getProperty(String, Properties, Settings)
- Static method in class org.apache.cocoon.configuration.
PropertyHelper
Return the value of the property.
getProperty(String)
- Method in interface org.apache.cocoon.configuration.
Settings
Get the value of a property.
getProperty(String, String)
- Method in interface org.apache.cocoon.configuration.
Settings
Get the value of a property.
getPropertyNames(String)
- Method in class org.apache.cocoon.configuration.
MutableSettings
getPropertyNames()
- Method in class org.apache.cocoon.configuration.
MutableSettings
getPropertyNames(String)
- Method in interface org.apache.cocoon.configuration.
Settings
Return all available property names starting with the prefix.
getPropertyNames()
- Method in interface org.apache.cocoon.configuration.
Settings
Return all available property names.
getReloadDelay(String)
- Method in class org.apache.cocoon.configuration.
MutableSettings
getReloadDelay(String)
- Method in interface org.apache.cocoon.configuration.
Settings
This method can be used by components to get the configured delay period inbetween checks.
getRunningMode()
- Method in class org.apache.cocoon.configuration.
MutableSettings
getRunningMode()
- Method in interface org.apache.cocoon.configuration.
Settings
Return the current running mode.
getWorkDirectory()
- Method in class org.apache.cocoon.configuration.
MutableSettings
getWorkDirectory()
- Method in interface org.apache.cocoon.configuration.
Settings
I
isReloadingEnabled(String)
- Method in class org.apache.cocoon.configuration.
MutableSettings
isReloadingEnabled(String)
- Method in interface org.apache.cocoon.configuration.
Settings
This method can be used by components to query if they are configured to check for reloading.
K
KEYPREFIX
- Static variable in class org.apache.cocoon.configuration.
MutableSettings
Prefix for properties.
KEY_CACHE_DIRECTORY
- Static variable in interface org.apache.cocoon.configuration.
Settings
This parameter allows to specify where Cocoon should create its page and other objects cache.
KEY_CONTAINER_ENCODING
- Static variable in interface org.apache.cocoon.configuration.
Settings
Set encoding used by the container.
KEY_FORM_ENCODING
- Static variable in interface org.apache.cocoon.configuration.
Settings
Set form encoding.
KEY_LOAD_CLASSES
- Static variable in interface org.apache.cocoon.configuration.
Settings
This parameter is used to list classes that should be loaded at initialization time of the servlet.
KEY_RELOADING
- Static variable in interface org.apache.cocoon.configuration.
Settings
Allow reinstantiating (reloading) of the cocoon instance.
KEY_RELOAD_DELAY
- Static variable in interface org.apache.cocoon.configuration.
Settings
Delay between reload checks for the configuration.
KEY_WORK_DIRECTORY
- Static variable in interface org.apache.cocoon.configuration.
Settings
This parameter allows to specify where Cocoon should put it's working files.
L
loadClasses
- Variable in class org.apache.cocoon.configuration.
MutableSettings
This parameter is used to list classes that should be loaded at initialization time of the servlet.
M
MutableSettings
- class org.apache.cocoon.configuration.
MutableSettings
.
This is an implementation of the
Settings
object.
MutableSettings(String)
- Constructor for class org.apache.cocoon.configuration.
MutableSettings
Create a new settings object.
MutableSettings(Settings)
- Constructor for class org.apache.cocoon.configuration.
MutableSettings
Create a new child settings object.
makeReadOnly()
- Method in class org.apache.cocoon.configuration.
MutableSettings
Mark this object as read-only.
O
org.apache.cocoon.configuration
- package org.apache.cocoon.configuration
P
PROPERTY_USER_SETTINGS
- Static variable in interface org.apache.cocoon.configuration.
Settings
Name of the property specifying a custom user properties file.
PropertyHelper
- class org.apache.cocoon.configuration.
PropertyHelper
.
Helper class for replacing property references with the value of the property.
PropertyHelper()
- Constructor for class org.apache.cocoon.configuration.
PropertyHelper
PropertyProvider
- interface org.apache.cocoon.configuration.
PropertyProvider
.
This is an interface for custom components delivering properties to configure Cocoon.
parent
- Variable in class org.apache.cocoon.configuration.
MutableSettings
The optional parent settings object.
properties
- Variable in class org.apache.cocoon.configuration.
MutableSettings
The properties used to configure Cocoon.
R
RELOADING_ENABLED_DEFAULT
- Static variable in class org.apache.cocoon.configuration.
SettingsDefaults
Default value for
Settings.isReloadingEnabled(String)
parameter (false).
ROLE
- Static variable in interface org.apache.cocoon.configuration.
PropertyProvider
The bean must be registered with this name.
ROLE
- Static variable in interface org.apache.cocoon.configuration.
Settings
The role to lookup this bean.
readOnly
- Variable in class org.apache.cocoon.configuration.
MutableSettings
Are we still mutable?
reloadingEnabled
- Variable in class org.apache.cocoon.configuration.
MutableSettings
Allow reinstantiating (reloading) of the cocoon instance.
replace(String, Settings)
- Static method in class org.apache.cocoon.configuration.
PropertyHelper
Replace all property references in the string with the current value and return it.
replace(String, Properties, Settings)
- Static method in class org.apache.cocoon.configuration.
PropertyHelper
Replace all property references in the string with the current value and return it.
replaceAll(Properties, Settings)
- Static method in class org.apache.cocoon.configuration.
PropertyHelper
Replace all references in the values contained in the properties.
runningMode
- Variable in class org.apache.cocoon.configuration.
MutableSettings
Running mode.
S
Settings
- interface org.apache.cocoon.configuration.
Settings
.
This object holds the global configuration of Cocoon.
SettingsDefaults
- class org.apache.cocoon.configuration.
SettingsDefaults
.
This object defines the default values for the
Settings
.
SettingsDefaults()
- Constructor for class org.apache.cocoon.configuration.
SettingsDefaults
setCacheDirectory(String)
- Method in class org.apache.cocoon.configuration.
MutableSettings
setConfigurationReloadDelay(long)
- Method in class org.apache.cocoon.configuration.
MutableSettings
setContainerEncoding(String)
- Method in class org.apache.cocoon.configuration.
MutableSettings
Set the container encoding.
setCreationTime(long)
- Method in class org.apache.cocoon.configuration.
MutableSettings
Set the creation time of the current cocoon instance.
setFormEncoding(String)
- Method in class org.apache.cocoon.configuration.
MutableSettings
setReloadingEnabled(boolean)
- Method in class org.apache.cocoon.configuration.
MutableSettings
setWorkDirectory(String)
- Method in class org.apache.cocoon.configuration.
MutableSettings
T
toString()
- Method in class org.apache.cocoon.configuration.
MutableSettings
toString(List)
- Method in class org.apache.cocoon.configuration.
MutableSettings
Helper method to make a string out of a list of objects.
W
workDirectory
- Variable in class org.apache.cocoon.configuration.
MutableSettings
This parameter allows to specify where Cocoon should put it's working files.
A
C
D
F
G
I
K
L
M
O
P
R
S
T
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 1999-2008
The Apache Software Foundation
. All Rights Reserved.