Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright 2002-2003
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
E
F
G
H
P
R
S
C
CHARACTERS
- Static variable in class de.jspdevelop.utils.
Password
Alphabet mit allen Buchstaben (gross und klein) und Zahlen
convertToHtml(String)
- Static method in class de.jspdevelop.utils.
StringFunc
Sonderzeichen in String in HTML umwandeln Ersetzt die Zeichen &, ß, <, >, "
D
DateFunc
- class de.jspdevelop.utils.
DateFunc
.
Allgemeine Stringfunktionen
DateFunc()
- Constructor for class de.jspdevelop.utils.
DateFunc
de.jspdevelop.http
- package de.jspdevelop.http
de.jspdevelop.utils
- package de.jspdevelop.utils
determineDate(String)
- Static method in class de.jspdevelop.utils.
DateFunc
Ermittelt ein
java.util.Date
aus einem uebergebenen String.
DigitFunc
- class de.jspdevelop.utils.
DigitFunc
.
Allgemeine Funktionen zur Verarbeitung von Zahlen
DigitFunc()
- Constructor for class de.jspdevelop.utils.
DigitFunc
E
explode(String, String)
- Static method in class de.jspdevelop.utils.
StringFunc
Zerteilt einen String anhand eines Trennzeichens
F
formatDouble(double, Locale, String)
- Static method in class de.jspdevelop.utils.
DigitFunc
Double formatieren
G
generate()
- Method in class de.jspdevelop.utils.
Password
Erzeugt ein 8-stelliges Passwort
generate(int)
- Method in class de.jspdevelop.utils.
Password
Erzeugt ein Passwort
getDoubleParameter(HttpServletRequest, String)
- Static method in class de.jspdevelop.http.
HttpFunc
double-Parameter auslesen Rueckgabewert in Form eines Double.
getDoubleParameter(HttpServletRequest, String, double)
- Static method in class de.jspdevelop.http.
HttpFunc
double-Parameter auslesen Rueckgabewert in Form eines Double.
getIntParameter(HttpServletRequest, String)
- Static method in class de.jspdevelop.http.
HttpFunc
integer-Parameter auslesen Rueckgabewert in Form eines Integer.
getIntParameter(HttpServletRequest, String, int)
- Static method in class de.jspdevelop.http.
HttpFunc
integer-Parameter auslesen Rueckgabewert in Form eines Integer.
getLongParameter(HttpServletRequest, String)
- Static method in class de.jspdevelop.http.
HttpFunc
long-Parameter auslesen Rueckgabewert in Form eines Long.
getLongParameter(HttpServletRequest, String, long)
- Static method in class de.jspdevelop.http.
HttpFunc
long-Parameter auslesen Rueckgabewert in Form eines Long.
getParameter(HttpServletRequest, String)
- Static method in class de.jspdevelop.http.
HttpFunc
Parameter auslesen Rueckgabewert in Form eines Strings.
getParameter(HttpServletRequest, String, String)
- Static method in class de.jspdevelop.http.
HttpFunc
Parameter auslesen Rueckgabewert in Form eines Strings.
H
HttpFunc
- class de.jspdevelop.http.
HttpFunc
.
Allgemeine Http-Funktionen
HttpFunc()
- Constructor for class de.jspdevelop.http.
HttpFunc
P
parseDouble(String)
- Static method in class de.jspdevelop.utils.
DigitFunc
String in double umwandeln.
parseDouble(String, double)
- Static method in class de.jspdevelop.utils.
DigitFunc
String in double umwandeln.
parseInt(String)
- Static method in class de.jspdevelop.utils.
DigitFunc
String in integer umwandeln.
parseInt(String, int)
- Static method in class de.jspdevelop.utils.
DigitFunc
String in integer umwandeln.
parseLong(String)
- Static method in class de.jspdevelop.utils.
DigitFunc
String in long umwandeln.
parseLong(String, long)
- Static method in class de.jspdevelop.utils.
DigitFunc
String in long umwandeln.
Password
- class de.jspdevelop.utils.
Password
.
Generierung von Passwoerten
Beispiel zum Erzeugen eines Passwortes:
Password pw = new Password(); String sPassword = pw.generate(); // Das Passwort sieht dann z.B. so aus : MyVu4fKa
Password()
- Constructor for class de.jspdevelop.utils.
Password
Passwort-Generator
R
rand
- Variable in class de.jspdevelop.utils.
Password
S
StringFunc
- class de.jspdevelop.utils.
StringFunc
.
Allgemeine Stringfunktionen
StringFunc()
- Constructor for class de.jspdevelop.utils.
StringFunc
strReplace(String, String, String)
- Static method in class de.jspdevelop.utils.
StringFunc
Zeichenketten ersetzen Bsp.: String sVorher = "@-develop.de"; String sNachher = strReplace(sVorher, "@", "jsp"); // sNachher = "jsp-develop.de"
strReplaceIgnoreCase(String, String, String)
- Static method in class de.jspdevelop.utils.
StringFunc
Zeichenketten ersetzen ohne Beachtung der Gross-Kleinschreibung Bsp.: String sVorher = "aBc-develop.de"; String sNachher = strReplace(sVorher, "abc", "jsp"); // sNachher = "jsp-develop.de"
C
D
E
F
G
H
P
R
S
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright 2002-2003
PREV NEXT
FRAMES
NO FRAMES
All Classes