Constant Field Values


Contents
org.apache.*

org.apache.jetspeed.tools.deploy.JetspeedWebApplicationRewriter
public static final String JETSPEED_CONTAINER "JetspeedContainer"
public static final String JETSPEED_SERVLET_CLASS "org.apache.jetspeed.container.JetspeedContainerServlet"
public static final String JETSPEED_SERVLET_DESCRIPTION "MVC Servlet for Jetspeed Portlet Applications"
public static final String JETSPEED_SERVLET_DISPLAY_NAME "Jetspeed Container"
public static final String NAMESPACE_PREFIX "js"
protected static final String WEB_XML_PATH "WEB-INF/web.xml"

org.apache.jetspeed.tools.deploy.org.apache.jetspeed.tools.deploy.JetspeedWebApplicationRewriter2_3
public static final String JETSPEED_SERVLET_MAPPING_XPATH "/js:web-app/js:servlet-mapping/js:servlet-name[contains(child::text(), \"JetspeedContainer\")]"
public static final String JETSPEED_SERVLET_XPATH "/js:web-app/js:servlet/js:servlet-name[contains(child::text(), \"JetspeedContainer\")]"
public static final String PORTLET_TAGLIB_XPATH "/js:web-app/js:taglib/js:taglib-uri[contains(child::text(), \"http://java.sun.com/portlet\")]"

org.apache.jetspeed.tools.deploy.org.apache.jetspeed.tools.deploy.JetspeedWebApplicationRewriter2_4
public static final String JETSPEED_SERVLET_MAPPING_XPATH "/js:web-app/js:servlet-mapping/js:servlet-name[contains(child::text(), \"JetspeedContainer\")]"
public static final String JETSPEED_SERVLET_XPATH "/js:web-app/js:servlet/js:servlet-name[contains(child::text(), \"JetspeedContainer\")]"
public static final String JSP_CONFIG_XPATH "/js:web-app/js:jsp-config"
public static final String PORTLET_TAGLIB_XPATH "/js:web-app/js:jsp-config/js:taglib/js:taglib-uri[contains(child::text(), \"http://java.sun.com/portlet\")]"



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.