org.apache.myfaces.shared_tomahawk.webapp.webxml
Class WebXml

java.lang.Object
  extended by org.apache.myfaces.shared_tomahawk.webapp.webxml.WebXml

public class WebXml
extends java.lang.Object

Version:
$Revision: 472630 $ $Date: 2006-11-08 21:40:03 +0100 (Mi, 08 Nov 2006) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Constructor Summary
WebXml()
           
 
Method Summary
 java.util.List getFacesExtensionsFilterMappings()
          returns a list of #org.apache.myfaces.shared_tomahawk.webapp.webxml.FilterMappings representing a extensions filter entry
 java.util.List getFacesServletMappings()
           
static WebXml getWebXml(javax.faces.context.ExternalContext context)
           
static void init(javax.faces.context.ExternalContext context)
          should be called when initialising Servlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebXml

public WebXml()
Method Detail

getFacesServletMappings

public java.util.List getFacesServletMappings()

getFacesExtensionsFilterMappings

public java.util.List getFacesExtensionsFilterMappings()
returns a list of #org.apache.myfaces.shared_tomahawk.webapp.webxml.FilterMappings representing a extensions filter entry


getWebXml

public static WebXml getWebXml(javax.faces.context.ExternalContext context)

init

public static void init(javax.faces.context.ExternalContext context)
should be called when initialising Servlet

Parameters:
context -


Copyright © 2011. All Rights Reserved.