| |
|
| java.lang.Object org.apache.jetspeed.tools.deploy.JetspeedWebApplicationRewriter org.apache.jetspeed.tools.deploy.JetspeedWebApplicationRewriter2_3
ELEMENTS_BEFORE_SERVLET | final protected static String[] ELEMENTS_BEFORE_SERVLET(Code) | | |
ELEMENTS_BEFORE_SERVLET_MAPPING | final protected static String[] ELEMENTS_BEFORE_SERVLET_MAPPING(Code) | | |
ELEMENTS_BEFORE_TAGLIB_MAPPING | final protected static String[] ELEMENTS_BEFORE_TAGLIB_MAPPING(Code) | | |
JETSPEED_SERVLET_MAPPING_XPATH | final public static String JETSPEED_SERVLET_MAPPING_XPATH(Code) | | |
JETSPEED_SERVLET_XPATH | final public static String JETSPEED_SERVLET_XPATH(Code) | | |
PORTLET_TAGLIB_XPATH | final public static String PORTLET_TAGLIB_XPATH(Code) | | |
JetspeedWebApplicationRewriter2_3 | public JetspeedWebApplicationRewriter2_3(Document doc, String portletApplication)(Code) | | |
JetspeedWebApplicationRewriter2_3 | public JetspeedWebApplicationRewriter2_3(Document doc)(Code) | | |
getJetspeedServletMappingXPath | protected String getJetspeedServletMappingXPath()(Code) | | Returns the jetspeed servlet mapping xpath.
jetspeed servlet mapping xpath |
getJetspeedServletXPath | protected String getJetspeedServletXPath()(Code) | | Returns the jetspeed servlet xpath.
jetspeed servlet xpath |
getPortletTagLibXPath | protected String getPortletTagLibXPath()(Code) | | Returns the portlet taglib xpath.
portlet taglib xpath |
insertJetspeedServlet | protected void insertJetspeedServlet(Element root) throws Exception(Code) | | Inserts the jetspeed servlet into web.xml
Parameters: root - throws: Exception - |
insertJetspeedServletMapping | protected void insertJetspeedServletMapping(Element root) throws Exception(Code) | | Inserts the jetspeed servlet mapping into web.xml
Parameters: root - throws: Exception - |
insertPortletTagLib | protected void insertPortletTagLib(Element root) throws Exception(Code) | | Inserts the portlet taglib into web.xml
Parameters: root - throws: Exception - |
|
|
|