Uses of Interface
com.liferay.faces.bridge.config.ServletMapping

Packages that use ServletMapping
com.liferay.faces.bridge.config   
 

Uses of ServletMapping in com.liferay.faces.bridge.config
 

Classes in com.liferay.faces.bridge.config that implement ServletMapping
 class ServletMappingImpl
          This class represents a servlet-mapping found in the WEB-INF/web.xml descriptor.
 

Methods in com.liferay.faces.bridge.config that return types with arguments of type ServletMapping
 List<ServletMapping> BridgeConfigImpl.getFacesServletMappings()
           
 List<ServletMapping> BridgeConfig.getFacesServletMappings()
          Returns a list of servlet-mapping entries from the WEB-INF/web.xml descriptor that are mapped to the Faces Servlet.
 

Constructor parameters in com.liferay.faces.bridge.config with type arguments of type ServletMapping
SAXHandlerWebConfigImpl(boolean resolveEntities, List<ServletMapping> facesServletMappings)
           
 



Copyright © 2014 Liferay, Inc.. All Rights Reserved.