A C G M R

A

add(String, String) - Method in class mixer.Mixer
Adds a marker that should be substituted by a value.
add(String, String, String) - Method in class mixer.Mixer
Adds a marker that should be substituted by a value.
addHTML(String, String) - Method in class mixer.Mixer
Adds HTML-code to a context.

C

clear() - Method in class mixer.Mixer
Clears all entries associated with no specific context of the HTML-document.
clearAll() - Method in class mixer.Mixer
Clears all enries associated with no and all HTML-document contexts Example: mixer.clearAll();
clearContext(String) - Method in class mixer.Mixer
Clears all entries associated with a specific context of the HTML-document.

G

getContent(File) - Static method in class mixer.Mixer
Loads a HTML-file and returns the content as a string.
getContent(File, String) - Static method in class mixer.Mixer
Loads a HTML-file and returns a specific context of this HTML-file as a string.
getMix() - Method in class mixer.Mixer
Mixes the template HTML-document with the added marker-value pairs and returns the result.

M

Mixer - class mixer.Mixer.
Title: Mixer Description: Mixer is a simple helper-class (that is easy to use) for Servlet programmers that enable a complete separation of Servlet- and HTML-code.
Mixer(String) - Constructor for class mixer.Mixer
Constructor for the Mixer object.
mixer - package mixer
 

R

remove(String, String) - Method in class mixer.Mixer
Removes a marker-value pair associated with no specific context of the HTML-document.
remove(String, String, String) - Method in class mixer.Mixer
Removes a marker-value pair associated with a specific context of the HTML-document.
removeContext(String) - Method in class mixer.Mixer
Removes all HTML-code from a context including the context markers.
removeHTML(String) - Method in class mixer.Mixer
Removes all HTML-code from a context excluding the context markers.

A C G M R