Return to www.inductionframework.org
A B C F G H I J L N P R S T W

A

addClassDef(String, byte[]) - Method in class com.acciente.commons.loader.ByteCodeClassLoader
Add a class defined by its byte code to this loader.
addClassDefLoader(ClassDefLoader) - Method in class com.acciente.commons.loader.ReloadingClassLoader
Adds a class definition loader to the list of class definition loaders to search
addIgnoredClassName(String) - Method in class com.acciente.commons.loader.ReloadingClassLoader
This method is used to add to the list classnames that should be "ignored" as regards the dependency checking.
addIgnoredClassNamePrefix(String) - Method in class com.acciente.commons.loader.ReloadingClassLoader
This method is used to add to list of classname prefixes that should be "ignored" as regards the dependency checking.
addParameter2Form(Map, ParameterSpec, String, boolean) - Static method in class com.acciente.commons.htmlform.Parser
This method is not a typical entry point into the parser.
addParameter2Form(Map, ParameterSpec, FileItem) - Static method in class com.acciente.commons.htmlform.Parser
This method is not a typical entry point into the parser.

B

ByteCodeClassLoader - Class in com.acciente.commons.loader
A classloader to load a class using the byte code data
ByteCodeClassLoader() - Constructor for class com.acciente.commons.loader.ByteCodeClassLoader
Creates a class loader with no parent class loader, this is expected to cause the system class loader to be used as the parent class loader
ByteCodeClassLoader(ClassLoader) - Constructor for class com.acciente.commons.loader.ByteCodeClassLoader
Creates a class loader that delegates to the specified parent class loader

C

CHAR_AMPERSAND - Static variable in interface com.acciente.commons.htmlform.Symbols
 
CHAR_CLOSE_BRACKET - Static variable in interface com.acciente.commons.htmlform.Symbols
 
CHAR_COLON - Static variable in interface com.acciente.commons.htmlform.Symbols
 
CHAR_EQUALS - Static variable in interface com.acciente.commons.htmlform.Symbols
 
CHAR_OPEN_BRACKET - Static variable in interface com.acciente.commons.htmlform.Symbols
 
ClassDef - Interface in com.acciente.commons.loader
This interface abstracts access to a object capable of providing the byte codes for a java class definition.
ClassDefLoader - Interface in com.acciente.commons.loader
This is an interface that abstracts the loading of class definitions.
ClassFile - Class in com.acciente.commons.loader
This class has methods to read information from a class file.
ClassFile(File) - Constructor for class com.acciente.commons.loader.ClassFile
 
ClassFile(byte[]) - Constructor for class com.acciente.commons.loader.ClassFile
 
ClassFinder - Class in com.acciente.commons.loader
ClassFinder
ClassFinder() - Constructor for class com.acciente.commons.loader.ClassFinder
 
com.acciente.commons.htmlform - package com.acciente.commons.htmlform
 
com.acciente.commons.io - package com.acciente.commons.io
 
com.acciente.commons.lang - package com.acciente.commons.lang
 
com.acciente.commons.loader - package com.acciente.commons.loader
 
com.acciente.commons.reflect - package com.acciente.commons.reflect
 
CompileException - Class in com.acciente.commons.loader
An exception thrown to signal a compile error.
CompileException(String) - Constructor for class com.acciente.commons.loader.CompileException
 
CompileException(String, Throwable) - Constructor for class com.acciente.commons.loader.CompileException
 
copy(File, OutputStream) - Static method in class com.acciente.commons.io.IOUtils
 
copy(Reader, File) - Static method in class com.acciente.commons.io.IOUtils
 
createTempDir(String, String) - Static method in class com.acciente.commons.io.FileUtils
Creates a temp directory
createTempDir(String, String, File) - Static method in class com.acciente.commons.io.FileUtils
Creates a temp directory

F

FileHandle - Class in com.acciente.commons.htmlform
This class is a facade to isolate the fileupload implementation from the multi-part parser used.
FileHandle(FileItem) - Constructor for class com.acciente.commons.htmlform.FileHandle
 
FILEIO_BUFFER_SIZE - Static variable in class com.acciente.commons.io.IOUtils
 
FileResourceDef - Class in com.acciente.commons.loader
An implementation of a ResourceDef backed by files.
FileUtils - Class in com.acciente.commons.io
A collection of general purpose file utils.
FileUtils() - Constructor for class com.acciente.commons.io.FileUtils
 
find(ClassLoader, String[], Pattern) - Static method in class com.acciente.commons.loader.ClassFinder
 
findClass(String) - Method in class com.acciente.commons.loader.ByteCodeClassLoader
Override the default implementation of the standard findClass() method to load in our classes defined via addClassDef()
findClass(String) - Method in class com.acciente.commons.loader.ReloadingClassLoader
 
findClassNames(String[], Pattern) - Method in interface com.acciente.commons.loader.ClassDefLoader
Searches for class names that match the specified package root and regex.
findClassNames(String[], Pattern) - Method in class com.acciente.commons.loader.JavaCompiledClassDefLoader
 

G

getBundledClassDefs() - Method in interface com.acciente.commons.loader.ClassDef
Returns the definitions of any non-public package, private, or inner classes that came the this class
getBundledClassDefs() - Method in class com.acciente.commons.loader.JavaCompiledClassDef
 
getByteCode() - Method in interface com.acciente.commons.loader.ClassDef
This method loads and returns the the byte code for class from the underlying source.
getByteCode() - Method in class com.acciente.commons.loader.JavaCompiledClassDef
 
getClassDef(String) - Method in interface com.acciente.commons.loader.ClassDefLoader
Load the byte code and other information about the specified class
getClassDef(String) - Method in class com.acciente.commons.loader.JavaCompiledClassDefLoader
 
getClassDefLoaders() - Method in class com.acciente.commons.loader.ReloadingClassLoader
A list of ClassDefLoaders searched by this class loader.
getClassName() - Method in interface com.acciente.commons.loader.ClassDef
Returns a fully qualified class name of the that this object manages
getClassName() - Method in class com.acciente.commons.loader.JavaCompiledClassDef
 
getCompiledDirectory() - Method in class com.acciente.commons.loader.JavaCompiledClassDefLoader
Returns the compiled directory from which this classloader loads java compiled files
getContent() - Method in class com.acciente.commons.loader.FileResourceDef
 
getContent() - Method in interface com.acciente.commons.loader.ResourceDef
This method loads and returns the contents of this resource
getContentType() - Method in class com.acciente.commons.htmlform.FileHandle
Returns the content type set by the browser that uploded the file, if not content type was set null is returned
getDataType() - Method in class com.acciente.commons.htmlform.ParameterSpec
 
getIdentifier() - Method in class com.acciente.commons.htmlform.ParameterSpec
 
getIgnoredClassNamePrefixes() - Method in class com.acciente.commons.loader.ReloadingClassLoader
Returns the set of classname prefixes that are being "ignored" as regards the dependency checking
getIgnoredClassNames() - Method in class com.acciente.commons.loader.ReloadingClassLoader
Returns the set of classnames that are being "ignored" as regards the dependency checking
getInputStream() - Method in class com.acciente.commons.htmlform.FileHandle
Returns an input stream that may used to read the contents of the uploaded file
getMapKeys() - Method in class com.acciente.commons.htmlform.ParameterSpec
 
getMethods(Class, String, boolean) - Static method in class com.acciente.commons.reflect.Reflector
Returns the methods in the specified class with the specified method name.
getOriginFilename() - Method in class com.acciente.commons.htmlform.FileHandle
Returns the original name of the uploaded file on the system from which it originated
getPackageNamePrefix() - Method in class com.acciente.commons.loader.JavaCompiledClassDefLoader
Returns the package name prefix set by a call to setPackageNamePrefix() or a null string if no package name prefix was ever set.
getParameter(Class) - Method in interface com.acciente.commons.reflect.ParameterProvider
Returns the value for a parameter given the Parameter type
getReferencedClasses() - Method in interface com.acciente.commons.loader.ClassDef
Returns the names of the classes that the byte code has references
getReferencedClasses() - Method in class com.acciente.commons.loader.ClassFile
This method returns the names of classes referenced by this class, including inner classes.
getReferencedClasses() - Method in class com.acciente.commons.loader.JavaCompiledClassDef
 
getResourceAsStream(String) - Method in class com.acciente.commons.loader.ReloadingClassLoader
Used to load a resource via this classloader
getResourceDef(String) - Method in interface com.acciente.commons.loader.ClassDefLoader
Load the data and other information about the specified resource
getResourceDef(String) - Method in class com.acciente.commons.loader.JavaCompiledClassDefLoader
 
getResourceName() - Method in class com.acciente.commons.loader.FileResourceDef
 
getResourceName() - Method in interface com.acciente.commons.loader.ResourceDef
Returns a fully qualified class name of the that this object manages
getSize() - Method in class com.acciente.commons.htmlform.FileHandle
Returns the size of the file in bytes

H

hasMoreTokens() - Method in class com.acciente.commons.htmlform.Tokenizer
 

I

invoke(Constructor, Object[], ParameterProvider) - Static method in class com.acciente.commons.reflect.Invoker
This method calls the specified class constructor using the specified args as follows.
invoke(Method, Object, Object[], ParameterProvider) - Static method in class com.acciente.commons.reflect.Invoker
This method calls the specified method using the specified args as follows.
Invoker - Class in com.acciente.commons.reflect
This class contains java reflection helper methods to invoke constructors and methods.
Invoker() - Constructor for class com.acciente.commons.reflect.Invoker
 
IOUtils - Class in com.acciente.commons.io
A collection of general purpose I/O utils.
IOUtils() - Constructor for class com.acciente.commons.io.IOUtils
 
isEmpty(String) - Static method in class com.acciente.commons.lang.Strings
Returns true if the specified string value is null or only contains whitespace, false otherwise
isList() - Method in class com.acciente.commons.htmlform.ParameterSpec
 
isMap() - Method in class com.acciente.commons.htmlform.ParameterSpec
 
isModified() - Method in interface com.acciente.commons.loader.ClassDef
Returns true if the underlying source of the class data has changed since the last call to getByteCode()
isModified() - Method in class com.acciente.commons.loader.FileResourceDef
 
isModified() - Method in class com.acciente.commons.loader.JavaCompiledClassDef
 
isModified() - Method in interface com.acciente.commons.loader.ResourceDef
Returns true if the underlying source of the class data has changed since the last call to getData()
isStructured() - Method in class com.acciente.commons.htmlform.ParameterSpec
 

J

JavaCompiledClassDef - Class in com.acciente.commons.loader
An implementation of a ClassDef backed by compiled Java class files.
JavaCompiledClassDefLoader - Class in com.acciente.commons.loader
A class definition loader that loads compiled Java class files.
JavaCompiledClassDefLoader() - Constructor for class com.acciente.commons.loader.JavaCompiledClassDefLoader
 
JavaCompiledClassDefLoader(File) - Constructor for class com.acciente.commons.loader.JavaCompiledClassDefLoader
 

L

loadClass(String, boolean) - Method in class com.acciente.commons.loader.ReloadingClassLoader
 

N

nextToken() - Method in class com.acciente.commons.htmlform.Tokenizer
 

P

ParameterProvider - Interface in com.acciente.commons.reflect
This interface is used by the Invoker to allow its caller to provide parameter values based on parameter type.
ParameterProviderException - Exception in com.acciente.commons.reflect
An exception in which an exception thrown by a parameter provider should be wrapped.
ParameterProviderException(String) - Constructor for exception com.acciente.commons.reflect.ParameterProviderException
 
ParameterProviderException(String, Throwable) - Constructor for exception com.acciente.commons.reflect.ParameterProviderException
 
ParameterSpec - Class in com.acciente.commons.htmlform
This class models a parameter on the HTML form.
parseForm(HttpServletRequest, int, File) - Static method in class com.acciente.commons.htmlform.Parser
This method parses all the parameters contained in the http servlet request, in particular it parses and merges parameters from the sources listed below.
parseForm(Reader, boolean) - Static method in class com.acciente.commons.htmlform.Parser
This method parses a character stream containing an HTML form encoded using the application/x-www-form-urlencoded scheme.
parseParameterSpec(Reader) - Static method in class com.acciente.commons.htmlform.Parser
This method is not typicaly used by applications.
parseParameterSpec(Reader, String) - Static method in class com.acciente.commons.htmlform.Parser
This method is not typicaly used by applications.
Parser - Class in com.acciente.commons.htmlform
This class implements a parser that parses the parameters (and data) submitted in an HTML form and populates a Map with the form data.
Parser() - Constructor for class com.acciente.commons.htmlform.Parser
 
ParserException - Exception in com.acciente.commons.htmlform
An exception thrown to signal a parse error.
ParserException(String) - Constructor for exception com.acciente.commons.htmlform.ParserException
 

R

Reflector - Class in com.acciente.commons.reflect
A set of reflection utility methods that use caching for high performance.
Reflector() - Constructor for class com.acciente.commons.reflect.Reflector
 
reload() - Method in interface com.acciente.commons.loader.ClassDef
Reloads the class byte code from the underlying class definition
reload() - Method in class com.acciente.commons.loader.FileResourceDef
 
reload() - Method in class com.acciente.commons.loader.JavaCompiledClassDef
 
reload() - Method in interface com.acciente.commons.loader.ResourceDef
Reloads the class byte code from the underlying source
ReloadingClassLoader - Class in com.acciente.commons.loader
This classloader loads classes retrieved via a class definition loader (aka ClassDefLoader).
ReloadingClassLoader() - Constructor for class com.acciente.commons.loader.ReloadingClassLoader
Creates a class loader with no parent class loader, this is expected to cause the system class loader to be used as the parent class loader
ReloadingClassLoader(ClassLoader) - Constructor for class com.acciente.commons.loader.ReloadingClassLoader
Creates a class loader that delegates to the specified parent class loader
ResourceDef - Interface in com.acciente.commons.loader
This interface abstracts access to resource to be accessed via the classloader

S

setCompiledDirectory(File) - Method in class com.acciente.commons.loader.JavaCompiledClassDefLoader
Sets the directory from which this classloader will attempt to java compiled files
setPackageNamePrefix(String) - Method in class com.acciente.commons.loader.JavaCompiledClassDefLoader
A package name prefix that represents the prefix that should be removed from the class name passed to loadClass() before attempting to convert the class's package name to a sub-directory off the specified compiled directory.
Strings - Class in com.acciente.commons.lang
This class has some frequently encountered string related utility methods.
Strings() - Constructor for class com.acciente.commons.lang.Strings
 
Symbols - Interface in com.acciente.commons.htmlform
Contains the set of symbols used by the parser to identify tokens.

T

token() - Method in class com.acciente.commons.htmlform.Tokenizer
 
TOKEN_AMPERSAND - Static variable in interface com.acciente.commons.htmlform.Symbols
 
TOKEN_CLOSE_BRACKET - Static variable in interface com.acciente.commons.htmlform.Symbols
 
TOKEN_COLON - Static variable in interface com.acciente.commons.htmlform.Symbols
 
TOKEN_EQUALS - Static variable in interface com.acciente.commons.htmlform.Symbols
 
TOKEN_OPEN_BRACKET - Static variable in interface com.acciente.commons.htmlform.Symbols
 
TOKEN_VARTYPE_BOOLEAN - Static variable in interface com.acciente.commons.htmlform.Symbols
 
TOKEN_VARTYPE_FILE - Static variable in interface com.acciente.commons.htmlform.Symbols
 
TOKEN_VARTYPE_FLOAT - Static variable in interface com.acciente.commons.htmlform.Symbols
 
TOKEN_VARTYPE_INT - Static variable in interface com.acciente.commons.htmlform.Symbols
 
TOKEN_VARTYPE_STRING - Static variable in interface com.acciente.commons.htmlform.Symbols
 
Tokenizer - Class in com.acciente.commons.htmlform
This class tokenizes a URL encoded character stream, with additional considerations due to support for an extended syntax for HTML form variables in Induction.
Tokenizer(Reader) - Constructor for class com.acciente.commons.htmlform.Tokenizer
 
toString() - Method in class com.acciente.commons.htmlform.ParameterSpec
 

W

write(File) - Method in class com.acciente.commons.htmlform.FileHandle
Write out the contents of the uploaded file to the specified destination

A B C F G H I J L N P R S T W
Return to www.inductionframework.org

Copyright © 2008-2011 Acciente, LLC. All Rights Reserved.