fr.gouv.culture.sdx.framework
Interface Framework

All Superinterfaces:
org.apache.avalon.framework.component.Component
All Known Implementing Classes:
FrameworkImpl

public interface Framework
extends org.apache.avalon.framework.component.Component

An SDX framework.

There is one framework object per running SDX installation. It is implemented as a Cocoon/Avalon component with this interface and the FrameworkImpl class.

This framework is loaded when Cocoon starts up.


Nested Class Summary
static interface Framework.ConfigurationNode
           
 
Field Summary
static java.lang.String ATTRIBUTE_LANG
          The xml:lang attribute name.
static java.lang.String BUILD
          Build numer of sdx (ie today's date), in the cvs sources, this value should stay at "2010052401" so that the ant task will change it
static java.lang.String CLASS_NAME_SUFFIX
           
static java.lang.String DEFAULT_ENCODING
           
static java.lang.String ROLE
          The role name of the framework component.
static java.lang.String SDXNamespacePrefix
          The sdx namespace prefix.
static java.lang.String SDXNamespaceURI
          The sdx namespace uri.
static java.lang.String TOSAX
          name of the object used in toSAX() methods
static java.lang.String URL_ENCODING
          Deprecated. Use encoding set in FrameworkImpl from sdx.xconf file
static java.lang.String VERSION
          Version number of sdx
static java.lang.String XMLNamespacePrefix
          The xml namespace prefix.
static java.lang.String XMLNamespaceURI
          The xml namespace uri.
 

Field Detail

CLASS_NAME_SUFFIX

static final java.lang.String CLASS_NAME_SUFFIX
See Also:
Constant Field Values

BUILD

static final java.lang.String BUILD
Build numer of sdx (ie today's date), in the cvs sources, this value should stay at "2010052401" so that the ant task will change it

See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
Version number of sdx

See Also:
Constant Field Values

DEFAULT_ENCODING

static final java.lang.String DEFAULT_ENCODING
See Also:
Constant Field Values

ROLE

static final java.lang.String ROLE
The role name of the framework component.

See Also:
Constant Field Values

SDXNamespacePrefix

static final java.lang.String SDXNamespacePrefix
The sdx namespace prefix.

See Also:
Constant Field Values

SDXNamespaceURI

static final java.lang.String SDXNamespaceURI
The sdx namespace uri.

See Also:
Constant Field Values

XMLNamespacePrefix

static final java.lang.String XMLNamespacePrefix
The xml namespace prefix.

See Also:
Constant Field Values

XMLNamespaceURI

static final java.lang.String XMLNamespaceURI
The xml namespace uri.

See Also:
Constant Field Values

ATTRIBUTE_LANG

static final java.lang.String ATTRIBUTE_LANG
The xml:lang attribute name.

See Also:
Constant Field Values

TOSAX

static final java.lang.String TOSAX
name of the object used in toSAX() methods

See Also:
Constant Field Values

URL_ENCODING

static final java.lang.String URL_ENCODING
Deprecated. Use encoding set in FrameworkImpl from sdx.xconf file
url encoding no longer used

See Also:
Constant Field Values


Copyright © 2000-2010 Ministere de la culture et de la communication / AJLSM. All Rights Reserved.