|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutilities.Index
public class Index
Esta clase contiene el método estático me permite obtener el código HTML de la página de inicio, que se devuelve como un objeto de tipo String.
Constructor Summary | |
---|---|
Index()
|
Method Summary | |
---|---|
static java.lang.String |
getCodHTML(java.io.File dir)
Método que devuelve un String con el código HTML que forma el menú de la página index.jsp a partir de la dirección absoluta del directorio donde se encuentran las carpetas de las asignaturas. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Index()
Method Detail |
---|
public static java.lang.String getCodHTML(java.io.File dir)
dir
- dirección absoluta del directorio que contiene las asignaturas.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |