Package | Description |
---|---|
org.apache.myfaces.application |
Modifier and Type | Method and Description |
---|---|
static FacesServletMapping |
FacesServletMappingUtils.calculateFacesServletMapping(FacesContext facesContext,
String servletPath,
String pathInfo,
boolean allowExactMapping) |
static FacesServletMapping |
FacesServletMapping.createExactMapping(String exact) |
static FacesServletMapping |
FacesServletMapping.createExtensionMapping(String extension)
Creates a new FacesServletMapping object using extension mapping.
|
static FacesServletMapping |
FacesServletMapping.createPrefixMapping(String path)
Creates a new FacesServletMapping object using prefix mapping.
|
static FacesServletMapping |
FacesServletMappingUtils.getCurrentRequestFacesServletMapping(FacesContext context) |
static FacesServletMapping |
FacesServletMappingUtils.getExactMapping(FacesContext facesContext,
String prefixedExactMappingViewId) |
static FacesServletMapping |
FacesServletMappingUtils.getGenericPrefixOrSuffixMapping(FacesContext facesContext) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.