anvil.server
Class HtmlTemplates

java.lang.Object
  |
  +--anvil.server.HtmlTemplates

public class HtmlTemplates
extends java.lang.Object

class HtmlTemplates


Constructor Summary
HtmlTemplates()
           
 
Method Summary
static void exception(Context context, java.lang.Exception exception)
           
static void message(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, int errorCode, java.lang.String errorMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlTemplates

public HtmlTemplates()
Method Detail

message

public static final void message(javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response,
                                 int errorCode,
                                 java.lang.String errorMessage)
                          throws java.io.IOException
java.io.IOException

exception

public static final void exception(Context context,
                                   java.lang.Exception exception)
                            throws java.io.IOException
java.io.IOException