B C D E F G H I L M N O P R S T U W X

B

Base64 - Class in com.wiris.plugin
 
Base64.InputStream - Class in com.wiris.plugin
A Base64.InputStreamwill read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.wiris.plugin.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class com.wiris.plugin.Base64.InputStream
Constructs a Base64.InputStreamin either ENCODE or DECODE mode.
Base64.OutputStream - Class in com.wiris.plugin
A Base64.OutputStreamwill write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.wiris.plugin.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class com.wiris.plugin.Base64.OutputStream
Constructs a Base64.OutputStreamin either ENCODE or DECODE mode.

C

CASDispatcher - Class in com.wiris.plugin.dispatchers
 
CASDispatcher() - Constructor for class com.wiris.plugin.dispatchers.CASDispatcher
 
close() - Method in class com.wiris.plugin.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
codeDigest(String) - Method in class com.wiris.plugin.storage.CompressedStorageAndCache
 
codeDigest(String) - Method in class com.wiris.plugin.storage.ContainerStorageAndCache
 
codeDigest(String) - Method in class com.wiris.plugin.storage.FileStorageAndCache
 
codeDigest(String) - Method in interface com.wiris.plugin.storage.StorageAndCache
Given a content, computes a digest of it.
com.wiris.plugin - package com.wiris.plugin
 
com.wiris.plugin.configuration - package com.wiris.plugin.configuration
 
com.wiris.plugin.dispatchers - package com.wiris.plugin.dispatchers
 
com.wiris.plugin.storage - package com.wiris.plugin.storage
 
CompressedStorageAndCache - Class in com.wiris.plugin.storage
 
CompressedStorageAndCache() - Constructor for class com.wiris.plugin.storage.CompressedStorageAndCache
 
CONFIG_FILE - Static variable in class com.wiris.plugin.LibWIRIS
 
ConfigurationUpdater - Interface in com.wiris.plugin.configuration
 
ConfigurationUpdater2 - Interface in com.wiris.plugin.configuration
 
ContainerStorageAndCache - Class in com.wiris.plugin.storage
 
ContainerStorageAndCache() - Constructor for class com.wiris.plugin.storage.ContainerStorageAndCache
 
CreateCASImageDispatcher - Class in com.wiris.plugin.dispatchers
 
CreateCASImageDispatcher() - Constructor for class com.wiris.plugin.dispatchers.CreateCASImageDispatcher
 
CreateImageDispatcher - Class in com.wiris.plugin.dispatchers
 
CreateImageDispatcher() - Constructor for class com.wiris.plugin.dispatchers.CreateImageDispatcher
 
createIni(Properties) - Static method in class com.wiris.plugin.LibWIRIS
 

D

DECODE - Static variable in class com.wiris.plugin.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class com.wiris.plugin.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class com.wiris.plugin.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class com.wiris.plugin.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class com.wiris.plugin.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeDigest(String) - Method in class com.wiris.plugin.storage.CompressedStorageAndCache
 
decodeDigest(String) - Method in class com.wiris.plugin.storage.ContainerStorageAndCache
 
decodeDigest(String) - Method in class com.wiris.plugin.storage.FileStorageAndCache
 
decodeDigest(String) - Method in interface com.wiris.plugin.storage.StorageAndCache
Given a computed digest, returns the respective content.
decodeFileToFile(String, String) - Static method in class com.wiris.plugin.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class com.wiris.plugin.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class com.wiris.plugin.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class com.wiris.plugin.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String, int, ClassLoader) - Static method in class com.wiris.plugin.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DEFAULT_STORAGE_CLASS - Static variable in class com.wiris.plugin.LibWIRIS
 
dispatch(Properties, HttpServletRequest, HttpServletResponse) - Static method in class com.wiris.plugin.dispatchers.CASDispatcher
 
dispatch(HttpServletRequest, HttpServletResponse, StorageAndCache) - Static method in class com.wiris.plugin.dispatchers.CreateCASImageDispatcher
 
dispatch(HttpServletRequest, HttpServletResponse, StorageAndCache) - Static method in class com.wiris.plugin.dispatchers.CreateImageDispatcher
 
dispatch(Properties, HttpServletRequest, HttpServletResponse) - Static method in class com.wiris.plugin.dispatchers.EditorDispatcher
 
dispatch(Properties, HttpServletRequest, HttpServletResponse, StorageAndCache) - Static method in class com.wiris.plugin.dispatchers.GetMathMLDispatcher
 
dispatch(Properties, HttpServletRequest, HttpServletResponse) - Static method in class com.wiris.plugin.dispatchers.ServiceDispatcher
 
dispatch(ServletContext, HttpServletRequest, HttpServletResponse, StorageAndCache) - Static method in class com.wiris.plugin.dispatchers.ShowCASImageDispatcher
 
dispatch(Properties, HttpServletRequest, HttpServletResponse, StorageAndCache) - Static method in class com.wiris.plugin.dispatchers.ShowImageDispatcher
 
dispatch(Properties, HttpServletResponse, StorageAndCache) - Static method in class com.wiris.plugin.dispatchers.TestDispatcher
 
DO_BREAK_LINES - Static variable in class com.wiris.plugin.Base64
Do break lines when encoding.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.wiris.plugin.Main
 
DONT_GUNZIP - Static variable in class com.wiris.plugin.Base64
Specify that gzipped data should not be automatically gunzipped.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.wiris.plugin.Main
 

E

EditorDispatcher - Class in com.wiris.plugin.dispatchers
 
EditorDispatcher() - Constructor for class com.wiris.plugin.dispatchers.EditorDispatcher
 
ENCODE - Static variable in class com.wiris.plugin.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class com.wiris.plugin.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class com.wiris.plugin.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encodeBytes(byte[]) - Static method in class com.wiris.plugin.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.wiris.plugin.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.wiris.plugin.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.wiris.plugin.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class com.wiris.plugin.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class com.wiris.plugin.Base64
Similar to Base64.encodeBytes(byte[],int,int,int)but returns a byte array instead of instantiating a String.
encodeFileToFile(String, String) - Static method in class com.wiris.plugin.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class com.wiris.plugin.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class com.wiris.plugin.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class com.wiris.plugin.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class com.wiris.plugin.Base64
Convenience method for encoding data to a file.

F

FileStorageAndCache - Class in com.wiris.plugin.storage
This class uses the md5 as a digest method and the "cache" folder to store the association of the digest with the formula source (MathML).
FileStorageAndCache() - Constructor for class com.wiris.plugin.storage.FileStorageAndCache
 
flow(InputStream, OutputStream) - Static method in class com.wiris.plugin.LibWIRIS
 
flushBase64() - Method in class com.wiris.plugin.Base64.OutputStream
Method added by PHIL.

G

getAvailableCASLanguages(String) - Static method in class com.wiris.plugin.LibWIRIS
 
getConfigurationUpdaterInstance() - Method in class com.wiris.plugin.Main
 
getContents(URL, Properties, String) - Static method in class com.wiris.plugin.LibWIRIS
 
getDigestInformation(String) - Method in class com.wiris.plugin.storage.FileStorageAndCache
 
getImageServiceURL(Properties, String) - Static method in class com.wiris.plugin.LibWIRIS
 
GetMathMLDispatcher - Class in com.wiris.plugin.dispatchers
 
GetMathMLDispatcher() - Constructor for class com.wiris.plugin.dispatchers.GetMathMLDispatcher
 
getReferer(HttpServletRequest) - Static method in class com.wiris.plugin.LibWIRIS
 
getStorageAndCacheInstance(HttpServletRequest) - Method in class com.wiris.plugin.Main
 
GZIP - Static variable in class com.wiris.plugin.Base64
Specify that data should be gzip-compressed in second bit.

H

htmlentities(String, boolean) - Static method in class com.wiris.plugin.LibWIRIS
 
httpBuildQuery(Properties) - Static method in class com.wiris.plugin.LibWIRIS
 

I

imageConfigProperties - Static variable in class com.wiris.plugin.LibWIRIS
 
inArray(String, String[]) - Static method in class com.wiris.plugin.LibWIRIS
 
init() - Method in interface com.wiris.plugin.configuration.ConfigurationUpdater
Initializes the configuration udpater system.
init(ServletContext) - Method in interface com.wiris.plugin.configuration.ConfigurationUpdater2
 
init(ServletContext) - Method in class com.wiris.plugin.configuration.ParameterServletConfigurationUpdater
 
init() - Method in class com.wiris.plugin.configuration.ParameterServletConfigurationUpdater
 
init() - Method in class com.wiris.plugin.configuration.TestConfigurationUpdater
 
init(ServletConfig) - Method in class com.wiris.plugin.Main
 
init(HttpServletRequest, Properties) - Method in class com.wiris.plugin.storage.CompressedStorageAndCache
 
init(HttpServletRequest, Properties) - Method in class com.wiris.plugin.storage.ContainerStorageAndCache
 
init(HttpServletRequest, Properties) - Method in class com.wiris.plugin.storage.FileStorageAndCache
 
init(HttpServletRequest, Properties) - Method in interface com.wiris.plugin.storage.StorageAndCache
Initializes the storage and cache system.

L

LibWIRIS - Class in com.wiris.plugin
 
LibWIRIS() - Constructor for class com.wiris.plugin.LibWIRIS
 

M

Main - Class in com.wiris.plugin
 
Main() - Constructor for class com.wiris.plugin.Main
 
md5(byte[]) - Static method in class com.wiris.plugin.LibWIRIS
 

N

NO_OPTIONS - Static variable in class com.wiris.plugin.Base64
No options specified.

O

ORDERED - Static variable in class com.wiris.plugin.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.

P

ParameterServletConfigurationUpdater - Class in com.wiris.plugin.configuration
This class overrides the configuration collecting the values from the servlet context.
ParameterServletConfigurationUpdater() - Constructor for class com.wiris.plugin.configuration.ParameterServletConfigurationUpdater
 

R

read() - Method in class com.wiris.plugin.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.wiris.plugin.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
replaceVariable(String, String, String) - Static method in class com.wiris.plugin.LibWIRIS
 
resumeEncoding() - Method in class com.wiris.plugin.Base64.OutputStream
Resumes encoding of the stream.
retreiveData(String) - Method in class com.wiris.plugin.storage.CompressedStorageAndCache
 
retreiveData(String) - Method in class com.wiris.plugin.storage.ContainerStorageAndCache
 
retreiveData(String) - Method in class com.wiris.plugin.storage.FileStorageAndCache
 
retreiveData(String) - Method in interface com.wiris.plugin.storage.StorageAndCache
Given a computed digest, returns the stored data associated with it.

S

ServiceDispatcher - Class in com.wiris.plugin.dispatchers
 
ServiceDispatcher() - Constructor for class com.wiris.plugin.dispatchers.ServiceDispatcher
 
ShowCASImageDispatcher - Class in com.wiris.plugin.dispatchers
 
ShowCASImageDispatcher() - Constructor for class com.wiris.plugin.dispatchers.ShowCASImageDispatcher
 
ShowImageDispatcher - Class in com.wiris.plugin.dispatchers
 
ShowImageDispatcher() - Constructor for class com.wiris.plugin.dispatchers.ShowImageDispatcher
 
StorageAndCache - Interface in com.wiris.plugin.storage
 
storeData(String, byte[]) - Method in class com.wiris.plugin.storage.CompressedStorageAndCache
 
storeData(String, byte[]) - Method in class com.wiris.plugin.storage.ContainerStorageAndCache
 
storeData(String, byte[]) - Method in class com.wiris.plugin.storage.FileStorageAndCache
 
storeData(String, byte[]) - Method in interface com.wiris.plugin.storage.StorageAndCache
Associates a data stream with a computed digest.
suspendEncoding() - Method in class com.wiris.plugin.Base64.OutputStream
Suspends encoding of the stream.

T

TestConfigurationUpdater - Class in com.wiris.plugin.configuration
 
TestConfigurationUpdater() - Constructor for class com.wiris.plugin.configuration.TestConfigurationUpdater
 
TestDispatcher - Class in com.wiris.plugin.dispatchers
 
TestDispatcher() - Constructor for class com.wiris.plugin.dispatchers.TestDispatcher
 

U

updateConfiguration(Properties) - Method in interface com.wiris.plugin.configuration.ConfigurationUpdater
Updates the configuration table with the desired values.
updateConfiguration(Properties) - Method in class com.wiris.plugin.configuration.ParameterServletConfigurationUpdater
 
updateConfiguration(Properties) - Method in class com.wiris.plugin.configuration.TestConfigurationUpdater
 
URL_SAFE - Static variable in class com.wiris.plugin.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.

W

write(int) - Method in class com.wiris.plugin.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class com.wiris.plugin.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.

X

xmlFileAttributes - Static variable in class com.wiris.plugin.LibWIRIS
 

B C D E F G H I L M N O P R S T U W X