Serialized Form


Package org.weborganic.berlioz

Class org.weborganic.berlioz.BerliozException extends Exception implements Serializable

serialVersionUID: 2528728071585695520L

Serialized Fields

_id

ErrorID _id
An Berlioz Error ID


Package org.weborganic.berlioz.servlet

Class org.weborganic.berlioz.servlet.BerliozServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 2010071926180001L

Class org.weborganic.berlioz.servlet.ErrorHandlerServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -2993007522046978323L

Class org.weborganic.berlioz.servlet.HttpLocation extends Object implements Serializable

serialVersionUID: -7167736932510978113L

Serialized Fields

_scheme

String _scheme
The scheme "http" or "https"


_host

String _host
The host


_port

int _port
The port


_path

String _path
The path


_query

String _query
The query path


_info

PathInfo _info
The path info

Class org.weborganic.berlioz.servlet.HttpPathInfo extends Object implements Serializable

serialVersionUID: -2025665764421725251L

Serialized Fields

_context

String _context
The Web application context.


_extension

String _extension
The extension (may be null).


_prefix

String _prefix
The prefix (may be null).


_path

String _path
The berlioz path.

Class org.weborganic.berlioz.servlet.InitServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 20061009261800002L

Serialized Fields

_listener

LifecycleListener _listener
As per requirement for the Serializable interface.

Class org.weborganic.berlioz.servlet.RedirectFilter extends Object implements Serializable

serialVersionUID: 25684657834543L

Serialized Fields

_mappingFile

File _mappingFile
Where the redirect config is located.


Package org.weborganic.berlioz.util

Class org.weborganic.berlioz.util.CompoundBerliozException extends BerliozException implements Serializable

serialVersionUID: 6536134594918706098L

Serialized Fields

_collector

ErrorCollector<T extends Exception> _collector
The error collector.


Package org.weborganic.berlioz.xml

Class org.weborganic.berlioz.xml.XMLConfig extends Object implements Serializable

serialVersionUID: 20120123256100001L

Serialized Fields

_properties

Map<K,V> _properties
List of properties to load.

Class org.weborganic.berlioz.xml.XMLProperties extends Properties implements Serializable

serialVersionUID: 20060123256100001L