Class FacesServletMappingUtils.ServletRegistrationInfo

java.lang.Object
org.apache.myfaces.application.FacesServletMappingUtils.ServletRegistrationInfo
Enclosing class:
FacesServletMappingUtils

public static class FacesServletMappingUtils.ServletRegistrationInfo extends Object
Wrapper for better performance
  • Constructor Details

    • ServletRegistrationInfo

      public ServletRegistrationInfo(jakarta.servlet.ServletRegistration registration, boolean facesServlet)
  • Method Details

    • getClassName

      public String getClassName()
    • getMappings

      public String[] getMappings()
    • isFacesServlet

      public boolean isFacesServlet()
    • getRegistration

      public jakarta.servlet.ServletRegistration getRegistration()