|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ejie.r01f.io.filters.SSIProcessor
Clase que parsea un documento HTML y obtiene includes SSI embebidos en el propio documento. Ejemplo de HTML con SSI:
Aqui esto vuelve a ser html
Constructor Summary | |
SSIProcessor()
Constructor vacío |
|
SSIProcessor(int maxDirectiveChars)
Constructor estableciendo el número máximo de caracteres de la directiva, por defecto son 255 caracteres. |
Method Summary | |
static void |
main(java.lang.String[] args)
Main Method |
java.lang.String |
parseDocument(java.io.Reader r)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SSIProcessor()
public SSIProcessor(int maxDirectiveChars)
maxDirectiveChars
- número máximo de caracteres de la directiva.Method Detail |
public java.lang.String parseDocument(java.io.Reader r) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args)
args
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |