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

Quick Search    Search Deep
A C D E G I K L M N P R S U V

A

Application - Static variable in interface com.aendvari.common.util.ServletUtil.Scope
Specifies the PageContext.APPLICATION_SCOPE.

C

ConversionUtil - class com.aendvari.common.util.ConversionUtil.
Utility class for conversion functions.
ConversionUtil() - Constructor for class com.aendvari.common.util.ConversionUtil
 
clear() - Method in class com.aendvari.common.util.MultiHashMap
See HashMap.clear()>HashMap.clear() 55
clone() - Method in class com.aendvari.common.util.MultiHashMap
See HashMap.clone()>HashMap.clone() 55
com.aendvari.common.util - package com.aendvari.common.util
 
containsCollisionValue(Object) - Method in class com.aendvari.common.util.MultiHashMap
Determines if the given value matches any of the "collision" values
containsKey(Object) - Method in class com.aendvari.common.util.MultiHashMap
See HashMap.containsKey(Object)>HashMap.containsKey(Object) 55
containsValue(Object) - Method in class com.aendvari.common.util.MultiHashMap
See HashMap.containsValue(Object)>HashMap.containsValue(Object) 55

D

Debug - class com.aendvari.common.util.Debug.
Utility class for printing out debug information.
Debug() - Constructor for class com.aendvari.common.util.Debug
 
dateToString(Date, String) - Static method in class com.aendvari.common.util.ConversionUtil
Converts the Date into a string form using the format provided.
debugEnabled - Static variable in class com.aendvari.common.util.Debug
Specifies whether to display debug statements.
doubleQuotesToHtml(String) - Static method in class com.aendvari.common.util.ConversionUtil
Converts all " into "

E

ExceptionUtil - class com.aendvari.common.util.ExceptionUtil.
Provides utility methods for handling exceptions.
ExceptionUtil() - Constructor for class com.aendvari.common.util.ExceptionUtil
 
entrySet() - Method in class com.aendvari.common.util.MultiHashMap
See HashMap.entrySet()>HashMap.entrySet() 55

G

get(String) - Method in class com.aendvari.common.util.MultiHashMap
Get a Collection of the collided values at a give key.
get(Object) - Method in class com.aendvari.common.util.MultiHashMap
See HashMap.get(Object)>HashMap.get(Object) 55
getAttribute(HttpServletRequest, String) - Static method in class com.aendvari.common.util.ServletUtil
Returns the specified attribute.
getAttribute(PageContext, String, String) - Static method in class com.aendvari.common.util.ServletUtil
Uses scope for where to find the object wanted.
getCollisionList(Object) - Method in class com.aendvari.common.util.MultiHashMap
Returns the Collection of "collided" values.
getDebug() - Static method in class com.aendvari.common.util.Debug
Returns whether debugging is active.
getNameValuePairs(String, String, String, boolean) - Static method in class com.aendvari.common.util.UrlUtil
Returns java.util.HashMap of name/value pairs derived from the given string.
getResourceAsStream() - Method in class com.aendvari.common.util.ResourceLoader
Returns an java.io.InputStream for the resource associated with this class.
getResourceAsStream(String) - Static method in class com.aendvari.common.util.ResourceLoader
Returns an java.io.InputStream for the resource associated with the specified class.
getResourceAsStream(Class) - Static method in class com.aendvari.common.util.ResourceLoader
Returns an java.io.InputStream for the resource associated with the specified class.
getResourceName() - Method in class com.aendvari.common.util.ResourceLoader
This method returns the name of the resource.
getStackTrace(Exception) - Static method in class com.aendvari.common.util.ExceptionUtil
Returns the exception stack trace as a string.

I

isEmpty() - Method in class com.aendvari.common.util.MultiHashMap
See HashMap.isEmpty()>HashMap.isEmpty() 55
isValidDoubleValue(String) - Static method in class com.aendvari.common.util.ConversionUtil
Determines if the string value can be converted safely into a double.
isValidIntegerValue(String) - Static method in class com.aendvari.common.util.ConversionUtil
Determines if the string value can be converted safely into a integer.

K

keySet() - Method in class com.aendvari.common.util.MultiHashMap
See HashMap.keySet()>HashMap.keySet() 55

L

ltgt2HTML(String) - Static method in class com.aendvari.common.util.ConversionUtil
Converts all < or > to their HTML equivalent.

M

MultiHashMap - class com.aendvari.common.util.MultiHashMap.
Implements java.util.Map using a java.util.HashMap.
MultiHashMap() - Constructor for class com.aendvari.common.util.MultiHashMap
Constructs a new, empty map with a default capacity and load factor, which is 0.75.
MultiHashMap(int) - Constructor for class com.aendvari.common.util.MultiHashMap
Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
MultiHashMap(int, float) - Constructor for class com.aendvari.common.util.MultiHashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
map - Variable in class com.aendvari.common.util.MultiHashMap
The java.util.HashMap that this class uses

N

nl2br(String) - Static method in class com.aendvari.common.util.ConversionUtil
Converts all \n to <BR>.

P

Page - Static variable in interface com.aendvari.common.util.ServletUtil.Scope
Specifies the PageContext.PAGE_SCOPE.
println(Object) - Static method in class com.aendvari.common.util.Debug
Prints an object to the output, if debugging is active.
put(Object, Object) - Method in class com.aendvari.common.util.MultiHashMap
See HashMap.put(Object, Object)>HashMap.put(Object, Object) 55 .
putAll(Map) - Method in class com.aendvari.common.util.MultiHashMap
This operation is not supported.

R

Request - Static variable in interface com.aendvari.common.util.ServletUtil.Scope
Specifies the PageContext.REQUEST_SCOPE.
ResourceLoader - class com.aendvari.common.util.ResourceLoader.
This class provides the ability to load a resource using a class as a reference.
ResourceLoader() - Constructor for class com.aendvari.common.util.ResourceLoader
 
remove(Object) - Method in class com.aendvari.common.util.MultiHashMap
See HashMap.remove(Object)>HashMap.remove(Object) 55

S

ServletUtil - class com.aendvari.common.util.ServletUtil.
Utility class for servlets.
ServletUtil() - Constructor for class com.aendvari.common.util.ServletUtil
 
ServletUtil.Scope - interface com.aendvari.common.util.ServletUtil.Scope.
Constants for scope searches.
Session - Static variable in interface com.aendvari.common.util.ServletUtil.Scope
Specifies the PageContext.SESSION_SCOPE.
setAttribute(PageContext, String, String, Object) - Static method in class com.aendvari.common.util.ServletUtil
Places the supplied object in the scope specified.
setDebug(boolean) - Static method in class com.aendvari.common.util.Debug
Sets debugging activation.
size() - Method in class com.aendvari.common.util.MultiHashMap
See HashMap.size()>HashMap.size() 55
size(String) - Method in class com.aendvari.common.util.MultiHashMap
Get the size of the collided values for a given key.
stringToDateMMDDYYYY(String) - Static method in class com.aendvari.common.util.ConversionUtil
Converts the Date into a string form using the format provided.
stringToDateYYYYMMDD(String) - Static method in class com.aendvari.common.util.ConversionUtil
Converts the Date into a string form using the format provided.
stringToDouble(String) - Static method in class com.aendvari.common.util.ConversionUtil
Converts a string into a double.
stringToInt(String) - Static method in class com.aendvari.common.util.ConversionUtil
Converts a string into a integer.

U

UrlUtil - class com.aendvari.common.util.UrlUtil.
Utility class for URL access and manipulation.
UrlUtil() - Constructor for class com.aendvari.common.util.UrlUtil
 

V

values() - Method in class com.aendvari.common.util.MultiHashMap
See HashMap.values()>HashMap.values() 55

A C D E G I K L M N P R S U V