|
Class Summary |
| AbstractHelper |
Abstract skeleton class, preimplementing a basic funtionality for singleton
helper classes including the interface BCEventListener.
|
| AbstractTaglet |
Basis-Taglet nach Sun-Taglet-API.
|
| BCConfiguration |
Purely static service-Class, providing any configuration-values from
xml-config. |
| CharacterTransformer |
Class with static methods to translate predefined characters of the
input-string into subsitution characters, e.g. the german umlaut 'ä' expands
into 'ae' or the french accent 'á' translates into a simple 'a'.
|
| ConstantMap |
TODO wolfgang: Write JavaDoc
Created on 04.08.2004 |
| ConstantReplaceTransformer |
Transformer implementation that effectivley executes a replaceAll with the
replacement for occurence of the regular expression on the toString()-version
of input-object.
|
| EncodingFilter |
Filter to ensure request-character-encoding. |
| FIFOObjectCache |
Einfacher FIFO-Cache mit 2 internen ObjectPipe-Objekten.
|
| FIFOObjectPipe |
Konkrete Implementierung des Interface IObjectPool.
|
| Filecopy |
TODO wolfgang: Write JavaDoc
Created on 10.11.2004 |
| FileUtils |
|
| HttpUtils |
Statische Hilfsmethoden rund um HttpServletRequest etc.
|
| ImageInfo |
Get file format, image resolution, number of bits per pixel and optionally
number of images, comments and physical resolution from
JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM, PSD and SWF files
(or input streams).
|
| IPLoginConstraint |
Compares the remote user's ip against the configured ips or ip ranges.
|
| Iterator2EnumerationWrapper |
Einfache Wrapper-Klasse, die einen Iterator nach aussen als Enumertation
erscheinen lässt.
|
| LIFOObjectStack |
LIFOObjectStack.java
Project: BaseCMP Framework
Creation-Date: 15.02.2003 |
| LoginConstraint |
|
| LoginConstraintFilter |
LoginConstraintFilter applies security-checks of configured
LoginConstraint-Implementations (@see com.basecmp.core.util.LoginConstraint).
|
| MapUtils |
Collection of some utils for Map-Objects. |
| MaxAttemptLoginConstraint |
Disables the login for a user if the maximum number of failed login-attempts
has been reached.
|
| Month |
Hilfsklasse, die aufbauend auf java.util.Date eine Monats-Abstraktion mit
einigen Bequemlichkeitsmethoden (Monats-Erster/Letzter/Iteratoren) zur
Verfügung stellt. |
| MonthIterator |
Iterator-Klasse, die von Month verwendet wird.
|
| MultiResourceBundle |
ResourceBundle-Implementierung, die beliebig viele (Property)Bundles als ein
Bundle erscheinen lässt.
|
| ReplaceTransformer |
Skeleton Transformer implementation that executes a replace-operation with
the regular expression given at instantiation on the toString()-version of
input-object.
|
| RequiresLoginLoginConstraint |
Forces a login whenever the filter's mapping applies and the remoteuser is
not yet logged in.
|
| SecureXSSHttpServletRequest |
Http-Request-Wrapper filters all posted request-variables against malicious
XSS-attacks by replacing suspicious characters against unsuspicous
HTML-entities.
|
| ServletRequestUtils |
Angefangene Refactoring-Klasse um u.a. |
| StringUtils |
Statische Methodensammlung für String-Konvertierungen. |
| TimeLogger |
TODO wolfgang: Write JavaDoc
Created on 24.09.2004 |
| ToStringReplaceTransformer |
Transformer implementation that effectivley executes a replaceAll with the
replacement objects toString()-method for each occurence of the regular
expression on the toString()-version of input-object.
|
| UptimeServletContextListener |
Simple ServletContextListener that delivers the starttime as Date or
timemillis and the uptime as millis via static methods.
|
| XSSRequestFilter |
|
| ZipUtils |
Higher-Level API für ZIP-Datei-Handling.
|