|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ejie.r01f.taglibs.util.ResponseUtils
Utilidades para los TagLibs
Constructor Summary | |
ResponseUtils()
Constructor vacio |
Method Summary | |
static void |
write(javax.servlet.jsp.PageContext pageContext,
java.lang.String text)
Escribe en el churro de salida |
static void |
write(javax.servlet.jsp.PageContext pageContext,
java.lang.StringBuffer text)
Escribe en el churro de salida |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResponseUtils()
Method Detail |
public static void write(javax.servlet.jsp.PageContext pageContext, java.lang.String text) throws javax.servlet.jsp.JspException
pageContext
- el contexto de la página jsptext
- el texto a escribir
javax.servlet.jsp.JspException
public static void write(javax.servlet.jsp.PageContext pageContext, java.lang.StringBuffer text) throws javax.servlet.jsp.JspException
pageContext
- el contexto de la página jsptext
- el texto a escribir
javax.servlet.jsp.JspException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |