Serialized Form


Package org.weborganic.bastille.cache.util

Class org.weborganic.bastille.cache.util.CachedResponseWrapper extends javax.servlet.http.HttpServletResponseWrapper implements Serializable

serialVersionUID: -5976708169031065497L

Serialized Fields

_status

int _status
HTTP status code, OK (200) by default.


_contentLength

int _contentLength
The length of the content in bytes


_contentType

String _contentType
The content type (MIME)


_headers

Map<K,V> _headers
List of response headers.


_cookies

List<E> _cookies
Cookies.


_out

CachedResponseWrapper.FilterOutputStream _out
A servlet output stream backed by a byte array.


_writer

PrintWriter _writer
Only used if the writer is requested.

Class org.weborganic.bastille.cache.util.GenericResource extends Object implements Serializable

serialVersionUID: 2909918731971135622L

Serialized Fields

_headers

List<E> _headers
List of response HTTP headers to include in response.


_storeGzipped

boolean _storeGzipped
Indicates whether we store the compressed version of the content.


_content

byte[] _content
The content of the page.


_contentType

String _contentType
The content type (MIME) of the content.


_status

int _status
The status code of the response.

Class org.weborganic.bastille.cache.util.HttpHeader extends Object implements Serializable

serialVersionUID: -4637482646600102192L

Serialized Fields

_name

String _name
The name of the header.


_value

Serializable _value
The value.


_type

HttpHeader.Type _type
The type of value for this header.

Class org.weborganic.bastille.cache.util.SoftCacheableString extends Object implements Serializable

serialVersionUID: 3832762143004346490L

Serialized Fields

_data

byte[] _data
Compressed version of the data.

Class org.weborganic.bastille.cache.util.StaticResource extends Object implements Serializable

serialVersionUID: -7228525252854825521L

Serialized Fields

_gzippable

boolean _gzippable
Indicates whether we store the compressed version of the content.


_content

byte[] _content
The content of the page.


_contentType

String _contentType
The content type (MIME) of the content.


_status

int _status
The status code of the response.


_lastModified

long _lastModified
The last modified date.


_cacheControl

String _cacheControl
The Cache control header.


_expires

long _expires
When the resource expires


Package org.weborganic.bastille.log

Class org.weborganic.bastille.log.UnexpectedFrameworkException extends RuntimeException implements Serializable

serialVersionUID: 4746009795250556257L


Package org.weborganic.bastille.log.logback

Class org.weborganic.bastille.log.logback.RecentEvent extends Object implements Serializable

serialVersionUID: 8445287374800936982L

Serialized Fields

_timestamp

long _timestamp
Timestamp created when this object is instantiated


_marker

Marker _marker
Marker as passed by the filter


_logger

ch.qos.logback.classic.Logger _logger
Logger as passed by the filter


_level

ch.qos.logback.classic.Level _level
Level as passed by the filter


_message

String _message
Message as passed by the filter


_args

Object[] _args
Arguments as passed by the filter


_throwable

Throwable _throwable
Throwable as passed by the filter


Package org.weborganic.bastille.pageseeder

Class org.weborganic.bastille.pageseeder.PSSession extends Object implements Serializable

serialVersionUID: 3885256183191790582L

Serialized Fields

_jsessionid

String _jsessionid
The Member's jsession id.


timestamp

long timestamp
Indicates when the user was last successfully connected to PageSeeder.

This time stamp is used to determine whether the session is still likely to be valid.

Class org.weborganic.bastille.pageseeder.PSUser extends Object implements Serializable

serialVersionUID: 146742323984333167L

Serialized Fields

_id

Long _id
The PagerSeeder Member ID.


_email

String _email
The Member's email.


_firstname

String _firstname
The Member's first name.


_surname

String _surname
The Member's surname.


_username

String _username
The Member's username.


_session

PSSession _session
The Member's PageSeeder session.


_memberOf

String[] _memberOf
The groups the user is a member of.


Package org.weborganic.bastille.psml

Class org.weborganic.bastille.psml.PSMLFile extends Object implements Serializable

serialVersionUID: -5680591958703581444L

Serialized Fields

_path

String _path
The path to the file from the PSML root folder.


_file

File _file
The actual file.


Package org.weborganic.bastille.recaptcha

Class org.weborganic.bastille.recaptcha.ReCaptchaException extends Exception implements Serializable

serialVersionUID: -9142801370192994186L


Package org.weborganic.bastille.security

Class org.weborganic.bastille.security.LoginServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -5279152811865484362L

Serialized Fields

loginPage

String loginPage
The URI of the login page.


defaultTarget

String defaultTarget
The URI of the default target page.

Class org.weborganic.bastille.security.LogoutServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -3343755604269705856L

Serialized Fields

_contentType

String _contentType
If the content type is specified.


_data

byte[] _data
The corresponding data.

Class org.weborganic.bastille.security.PingServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -3343755604269705856L

Serialized Fields

_contentType

String _contentType
If the content type is specified.


_data

byte[] _data
The corresponding data.

Class org.weborganic.bastille.security.ProtectedRequest extends Object implements Serializable

serialVersionUID: 129183325321391637L

Serialized Fields

_url

String _url
The protected URL


Package org.weborganic.bastille.security.ps

Class org.weborganic.bastille.security.ps.PageSeederUser extends PSUser implements Serializable

serialVersionUID: 4229779545161938662L


Package org.weborganic.bastille.util

Class org.weborganic.bastille.util.JSMin.UnterminatedCommentException extends ParsingException implements Serializable

Class org.weborganic.bastille.util.JSMin.UnterminatedRegExpLiteralException extends ParsingException implements Serializable

Class org.weborganic.bastille.util.JSMin.UnterminatedStringLiteralException extends ParsingException implements Serializable

Class org.weborganic.bastille.util.ParsingException extends Exception implements Serializable

serialVersionUID: -8753921226709324155L

Serialized Fields

_line

int _line
The line number.


_column

int _column
The column number.


Package org.weborganic.bastille.web

Class org.weborganic.bastille.web.BundleConfig extends Object implements Serializable

serialVersionUID: 5709906856099064344L

Serialized Fields

_definitions

List<E> _definitions
The list of definitions in this configuration.


_instances

Map<K,V> _instances
The list of bundle instances mapped to service IDs.


_type

BundleConfig.Type _type
The type of bundle config.


_minimize

boolean _minimize
Whether the code should be minimized as part of bundling.


_location

String _location
Whether the code should be minimized as part of bundling.


_root

File _root
The root of the web application.


_bundler

WebBundleTool _bundler
The tool used for bundling JS.