org.oXML.extras.http
Class ServletExtensions

java.lang.Object
  extended byorg.oXML.extras.http.ServletExtensions
All Implemented Interfaces:
LanguageExtension

public class ServletExtensions
extends java.lang.Object
implements LanguageExtension

self-configured one-stop-shop for servlet extensions


Field Summary
static java.lang.String SERVLET_NS
           
 
Constructor Summary
ServletExtensions(Node servlet)
           
 
Method Summary
 java.util.List getFunctions()
           
 java.util.Map getMappings()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SERVLET_NS

public static final java.lang.String SERVLET_NS
See Also:
Constant Field Values
Constructor Detail

ServletExtensions

public ServletExtensions(Node servlet)
                  throws ObjectBoxException
Method Detail

getMappings

public java.util.Map getMappings()
Specified by:
getMappings in interface LanguageExtension

getFunctions

public java.util.List getFunctions()
Specified by:
getFunctions in interface LanguageExtension

toString

public java.lang.String toString()