package javax.servlet;
public interface ServletResponse // (>JSDK 1.0)
/* ACC_SUPER bit NOT set */
{
// Méthodes d'instance publiques
public java.lang.String getCharacterEncoding();
public ServletOutputStream getOutputStream()
throws java.io.IOException;
public java.io.PrintWriter getWriter()
throws java.io.IOException;
public void setContentLength(int length);
public void setContentType(java.lang.String type);
}
|
| Christophe Merlet redfox@redfoxcenter.org | ©Tous droits réservés
21 octobre 1999 |