anvil.server
Class DefaultContentHandler

java.lang.Object
  |
  +--anvil.server.DefaultContentHandler
All Implemented Interfaces:
ContentHandler

public class DefaultContentHandler
extends java.lang.Object
implements ContentHandler

class DefaultContentHandler


Field Summary
static ContentHandler INSTANCE
           
 
Constructor Summary
DefaultContentHandler()
           
 
Method Summary
 boolean isSessionRequired()
           
 void service(Context context, Resource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ContentHandler INSTANCE
Constructor Detail

DefaultContentHandler

public DefaultContentHandler()
Method Detail

isSessionRequired

public boolean isSessionRequired()
Specified by:
isSessionRequired in interface ContentHandler

service

public void service(Context context,
                    Resource resource)
             throws java.lang.Exception
Specified by:
service in interface ContentHandler
java.lang.Exception