public class OSGiWebappConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
DEFAULT_PROTECTED_OSGI_TARGETS
Set of extra dirs that must not be served by osgi webapps
|
static String |
JETTY_BUNDLE_INSTALL_LOCATION_OVERRIDE |
static String |
JETTY_BUNDLE_ROOT
installation path of webapp bundle
|
static String |
JETTY_CONTEXT_FILE_PATH
List of relative pathes within the bundle to the jetty context files.
|
static String |
JETTY_DEFAULT_WEB_XML_PATH |
static String |
JETTY_EXTRA_CLASSPATH |
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 |
JETTY_WAR_FRAGMENT_FOLDER_PATH
path within a fragment hosted by a web-bundle to a folder that contains basic resources.
|
static String |
JETTY_WAR_PATCH_FRAGMENT_FOLDER_PATH
path within a fragment hosted by a web-bundle to a folder that contains basic resources.
|
static String |
JETTY_WEB_XML_PATH |
static String |
OSGI_BUNDLECONTEXT
See OSGi r4 p.427
|
static String |
OSGI_WEB_CONTEXTPATH
service property osgi.web.contextpath.
|
static String |
OSGI_WEB_SYMBOLICNAME
service property osgi.web.symbolicname.
|
static String |
OSGI_WEB_VERSION
service property osgi.web.symbolicname.
|
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
Deprecated.
see JETTY_BUNDLE_INSTALL_LOCATION_OVERRIDE
|
static String |
SERVICE_PROP_CONTEXT_FILE_PATH
Deprecated.
see JETTY_CONTEXT_FILE_PATH
|
static String |
SERVICE_PROP_CONTEXT_PATH
Deprecated.
see RFC66_WEB_CONTEXTPATH
|
static String |
SERVICE_PROP_DEFAULT_WEB_XML_PATH
Deprecated.
see JETTY_DEFAULT_WEB_XML_PATH
|
static String |
SERVICE_PROP_EXTRA_CLASSPATH
Deprecated.
see JETTY_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
Deprecated.
see JETTY_WAR_FOLDER_PATH
|
static String |
SERVICE_PROP_WEB_XML_PATH
Deprecated.
see JETTY_WEB_XML_PATH
|
static String |
WATERMARK |
Constructor and Description |
---|
OSGiWebappConstants() |
public static final String OSGI_WEB_SYMBOLICNAME
public static final String OSGI_WEB_VERSION
public static final String OSGI_WEB_CONTEXTPATH
public static final String OSGI_BUNDLECONTEXT
public static final String RFC66_WAR_URL_SCHEME
public static final String RFC66_WEB_CONTEXTPATH
public static final String RFC66_JSP_EXTRACT_LOCATION
public static final String RFC66_OSGI_BUNDLE_CONTEXT
public static final String JETTY_OSGI_BUNDLE
public static final String JETTY_CONTEXT_FILE_PATH
public static final String JETTY_WAR_FOLDER_PATH
public static final String JETTY_WAR_FRAGMENT_FOLDER_PATH
public static final String JETTY_WAR_PATCH_FRAGMENT_FOLDER_PATH
public static final String JETTY_BUNDLE_ROOT
public static final String SERVICE_PROP_CONTEXT_PATH
public static final String SERVICE_PROP_WAR
public static final String SERVICE_PROP_EXTRA_CLASSPATH
public static final String JETTY_EXTRA_CLASSPATH
public static final String SERVICE_PROP_CONTEXT_FILE_PATH
public static final String SERVICE_PROP_WEB_XML_PATH
public static final String JETTY_WEB_XML_PATH
public static final String SERVICE_PROP_DEFAULT_WEB_XML_PATH
public static final String JETTY_DEFAULT_WEB_XML_PATH
public static final String SERVICE_PROP_BUNDLE_INSTALL_LOCATION_OVERRIDE
public static final String JETTY_BUNDLE_INSTALL_LOCATION_OVERRIDE
public static final String REQUIRE_TLD_BUNDLE
public static final String SERVICE_PROP_REQUIRE_TLD_BUNDLE
public static final String WATERMARK
public static final String[] DEFAULT_PROTECTED_OSGI_TARGETS
Copyright © 1995-2015 Webtide. All Rights Reserved.