SMILA 1.0 API documentation

org.eclipse.smila.http.server.util
Class Constants

java.lang.Object
  extended by org.eclipse.smila.http.server.util.Constants

public final class Constants
extends java.lang.Object

Some often used constants.

Author:
jschumacher

Field Summary
static java.lang.String PROPERTY_ROOTCONTEXTPATH
          Constant for the ComponentContext property "rootContextPath".
static java.lang.String PROPERTY_URIPATTERN
          Constant for the ComponentContext property "uriPattern" of RequestHandlers.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_ROOTCONTEXTPATH

public static final java.lang.String PROPERTY_ROOTCONTEXTPATH
Constant for the ComponentContext property "rootContextPath".

See Also:
Constant Field Values

PROPERTY_URIPATTERN

public static final java.lang.String PROPERTY_URIPATTERN
Constant for the ComponentContext property "uriPattern" of RequestHandlers.

See Also:
Constant Field Values

SMILA 1.0 API documentation