anvil.server
Class ScriptContentHandler

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

public class ScriptContentHandler
extends java.lang.Object
implements ContentHandler

class ScriptContentHandler


Field Summary
static ContentHandler INSTANCE
           
 
Constructor Summary
ScriptContentHandler()
           
 
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

ScriptContentHandler

public ScriptContentHandler()
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