org.eclipse.jetty.osgi.boot
Class OSGiWebappConstants

java.lang.Object
  extended by org.eclipse.jetty.osgi.boot.OSGiWebappConstants

public class OSGiWebappConstants
extends Object

Name of the service properties for a ContextHandler that configure a webapp deployed on jetty OSGi.


Field Summary
static String JETTY_CONTEXT_FILE_PATH
          List of relative pathes within the bundle to the jetty context files.
static String JETTY_OSGI_BUNDLE
          Name of the servlet context attribute that points to the bundle object.
static String JETTY_WAR_FOLDER_PATH
          path within the bundle to the folder that contains the basic resources.
static String REQUIRE_TLD_BUNDLE
          Comma separated list of bundles that contain tld file used by the webapp.
static String RFC66_JSP_EXTRACT_LOCATION
          Name of the header that defines the path to the folder where the jsp files are extracted.
static String RFC66_OSGI_BUNDLE_CONTEXT
          Name of the servlet context attribute that points to the bundle context.
static String RFC66_WAR_URL_SCHEME
          url scheme to deploy war file as bundled webapp
static String RFC66_WEB_CONTEXTPATH
          Name of the header that defines the context path for the embedded webapp.
static String SERVICE_PROP_BUNDLE_INSTALL_LOCATION_OVERRIDE
          path to the base folder that overrides the computed bundle installation location if not null useful to install webapps or jetty context files that are in fact not embedded in a bundle
static String SERVICE_PROP_CONTEXT_FILE_PATH
          jetty context file path
static String SERVICE_PROP_CONTEXT_PATH
          web app context path
static String SERVICE_PROP_DEFAULT_WEB_XML_PATH
          defaultweb.xml file path
static String SERVICE_PROP_EXTRA_CLASSPATH
          Extra classpath
static String SERVICE_PROP_REQUIRE_TLD_BUNDLE
          Comma separated list of bundles that contain tld file used by the webapp.
static String SERVICE_PROP_WAR
          Path to the web application base folderr
static String SERVICE_PROP_WEB_XML_PATH
          web.xml file path
 
Constructor Summary
OSGiWebappConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RFC66_WAR_URL_SCHEME

public static final String RFC66_WAR_URL_SCHEME
url scheme to deploy war file as bundled webapp

See Also:
Constant Field Values

RFC66_WEB_CONTEXTPATH

public static final String RFC66_WEB_CONTEXTPATH
Name of the header that defines the context path for the embedded webapp.

See Also:
Constant Field Values

RFC66_JSP_EXTRACT_LOCATION

public static final String RFC66_JSP_EXTRACT_LOCATION
Name of the header that defines the path to the folder where the jsp files are extracted.

See Also:
Constant Field Values

RFC66_OSGI_BUNDLE_CONTEXT

public static final String RFC66_OSGI_BUNDLE_CONTEXT
Name of the servlet context attribute that points to the bundle context.

See Also:
Constant Field Values

JETTY_OSGI_BUNDLE

public static final String JETTY_OSGI_BUNDLE
Name of the servlet context attribute that points to the bundle object. We can't always rely on the bundle-context as there might be no such thing.

See Also:
Constant Field Values

JETTY_CONTEXT_FILE_PATH

public static final String JETTY_CONTEXT_FILE_PATH
List of relative pathes within the bundle to the jetty context files.

See Also:
Constant Field Values

JETTY_WAR_FOLDER_PATH

public static final String JETTY_WAR_FOLDER_PATH
path within the bundle to the folder that contains the basic resources.

See Also:
Constant Field Values

SERVICE_PROP_CONTEXT_PATH

public static final String SERVICE_PROP_CONTEXT_PATH
web app context path

See Also:
Constant Field Values

SERVICE_PROP_WAR

public static final String SERVICE_PROP_WAR
Path to the web application base folderr

See Also:
Constant Field Values

SERVICE_PROP_EXTRA_CLASSPATH

public static final String SERVICE_PROP_EXTRA_CLASSPATH
Extra classpath

See Also:
Constant Field Values

SERVICE_PROP_CONTEXT_FILE_PATH

public static final String SERVICE_PROP_CONTEXT_FILE_PATH
jetty context file path

See Also:
Constant Field Values

SERVICE_PROP_WEB_XML_PATH

public static final String SERVICE_PROP_WEB_XML_PATH
web.xml file path

See Also:
Constant Field Values

SERVICE_PROP_DEFAULT_WEB_XML_PATH

public static final String SERVICE_PROP_DEFAULT_WEB_XML_PATH
defaultweb.xml file path

See Also:
Constant Field Values

SERVICE_PROP_BUNDLE_INSTALL_LOCATION_OVERRIDE

public static final String SERVICE_PROP_BUNDLE_INSTALL_LOCATION_OVERRIDE
path to the base folder that overrides the computed bundle installation location if not null useful to install webapps or jetty context files that are in fact not embedded in a bundle

See Also:
Constant Field Values

REQUIRE_TLD_BUNDLE

public static final String REQUIRE_TLD_BUNDLE
Comma separated list of bundles that contain tld file used by the webapp.

See Also:
Constant Field Values

SERVICE_PROP_REQUIRE_TLD_BUNDLE

public static final String SERVICE_PROP_REQUIRE_TLD_BUNDLE
Comma separated list of bundles that contain tld file used by the webapp. Both the name of the manifest header and the name of the service property.

See Also:
Constant Field Values
Constructor Detail

OSGiWebappConstants

public OSGiWebappConstants()


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.