Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jeteam.util.exception.* (1)org.jeteam.util.security.* (1)org.jeteam.util.web.* (1)

org.jeteam.util: Javadoc index of package org.jeteam.util.


Package Samples:

org.jeteam.util.exception
org.jeteam.util.security
org.jeteam.util.web

Classes:

JeteamException: This exception is the base class of all business exceptions thrown in the JETeam project. This exception encapsulates an i18n context message key and a set of parameters, the context key should be used to lookup a message in a real human language, the parameters will be inserted as the message should also be in java.text.MessageFormat format. It should not be instantiated directly, rather is should be extended (that's why it has been declared abstract). Clients that encounter an exception like this should catch it, resolve the message key to a resource bundle, pass the parameters into the message ...
HttpSessionUtil: This utility class is a singleton that is designed to wrap the functionality of a user's session. This means all the data that persists into the session after a user has logged in.
SecurityUtil: This utulity class takes care of some features that arecommonly used in security implementations. This includes hashing, encodinng, decoding etc...
InitialLoadSQLScriptGenerator

Home | Contact Us | Privacy Policy | Terms of Service