org.velocityweb.context
Class WebAppContext.ResponseType

java.lang.Object
  extended byorg.velocityweb.context.WebAppContext.ResponseType
Enclosing class:
WebAppContext

public static class WebAppContext.ResponseType
extends java.lang.Object

response type, text(normal request) or binary(download)

Author:
Jacklondon Chen

Field Summary
static WebAppContext.ResponseType BINARY
          binary type for download page response
static WebAppContext.ResponseType TEXT
          text type for normal page response
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT

public static WebAppContext.ResponseType TEXT
text type for normal page response


BINARY

public static WebAppContext.ResponseType BINARY
binary type for download page response