Package org.weborganic.bastille.util

Where utility classes go.

See:
          Description

Class Summary
Base32 A Base32 implementation which encodes and decodes according to RFC3548's Base32.
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
CSSMin CSSMin takes in well-formed, human-readable CSS and reduces its size substantially.
Errors A utility class for handling error situations in generators.
FileFilters A utility class providing some common file filters.
JSMin A JavaScript minimiser.
Paths A utility class to manipulate paths.
Resources A utility class to return resources.
WebBundle A bundle of files to serve.
WebBundleTool This class is used to bundles resources together as one in order to minimise the number of resources to request.
 

Enum Summary
WebBundle.Type The type of bundling required.
 

Exception Summary
JSMin.UnterminatedCommentException A comment that does not terminate properly.
JSMin.UnterminatedRegExpLiteralException A regular expression that does not terminate properly.
JSMin.UnterminatedStringLiteralException A string that does not terminate properly.
ParsingException Class of exceptions occurring while minimising content.
 

Package org.weborganic.bastille.util Description

Where utility classes go.