|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ondelette.servlet.webannonces.AnnoncesLocale
Handles the printout (i18n support should go here)
| Field Summary |
| Fields inherited from interface com.ondelette.servlet.webannonces.ParameterNames |
ADDRESSPARAM, ADMINPARAM, ANNONCEFILEPARAM, ANNONCEPARAM, AUTHORPARAM, DELETE, EMAILPARAM, PHONENUMBERPARAM, SUBJECTPARAM, URLPARAM |
| Constructor Summary | |
AnnoncesLocale(java.io.File AnnoncesLocaleFile)
Constructor for the AnnoncesLocale object |
|
| Method Summary | |
void |
print(Annonce a,
java.io.PrintWriter out)
Use this to print an ad to HTML |
void |
print(AnnoncesFolder af,
java.io.PrintWriter out)
Print an entire folder of ads to HTML |
void |
printAdmin(AnnoncesFolder af,
java.io.PrintWriter out)
Print admin page to HTML |
void |
printDeleteForm(AnnoncesFolder af,
Annonce a,
java.io.PrintWriter out)
Print the delete form in HTML |
void |
printForm(AnnoncesFolder af,
java.io.PrintWriter out)
Print a "post an ad" form |
void |
printHeader(java.io.PrintWriter out)
Print HTML header |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AnnoncesLocale(java.io.File AnnoncesLocaleFile)
AnnoncesLocaleFile - | Method Detail |
public void print(Annonce a,
java.io.PrintWriter out)
a - out -
public void printHeader(java.io.PrintWriter out)
throws java.io.IOException
out -
java.io.IOException
public void print(AnnoncesFolder af,
java.io.PrintWriter out)
af - out -
public void printAdmin(AnnoncesFolder af,
java.io.PrintWriter out)
af - out -
public void printDeleteForm(AnnoncesFolder af,
Annonce a,
java.io.PrintWriter out)
af - a - out -
public void printForm(AnnoncesFolder af,
java.io.PrintWriter out)
throws java.io.IOException
af - out -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||