Class ServletController

java.lang.Object
org.apache.cxf.transport.servlet.ServletController

public class ServletController extends Object
  • Field Details

    • AUTH_SERVICE_LIST

      public static final String AUTH_SERVICE_LIST
      See Also:
    • AUTH_SERVICE_LIST_REALM

      public static final String AUTH_SERVICE_LIST_REALM
      See Also:
    • DEFAULT_LISTINGS_CLASSIFIER

      protected static final String DEFAULT_LISTINGS_CLASSIFIER
      See Also:
    • isHideServiceList

      protected boolean isHideServiceList
    • isAuthServiceListPage

      protected boolean isAuthServiceListPage
    • disableAddressUpdates

      protected boolean disableAddressUpdates
    • authServiceListPageRealm

      protected String authServiceListPageRealm
    • forcedBaseAddress

      protected String forcedBaseAddress
    • serviceListRelativePath

      protected String serviceListRelativePath
    • servletConfig

      protected jakarta.servlet.ServletConfig servletConfig
    • destinationRegistry

      protected DestinationRegistry destinationRegistry
    • serviceListGenerator

      protected jakarta.servlet.http.HttpServlet serviceListGenerator
  • Constructor Details

    • ServletController

      public ServletController(DestinationRegistry destinationRegistry, jakarta.servlet.ServletConfig config, jakarta.servlet.http.HttpServlet serviceListGenerator)
  • Method Details

    • setServiceListRelativePath

      public void setServiceListRelativePath(String relativePath)
    • getBaseURL

      protected String getBaseURL(jakarta.servlet.http.HttpServletRequest request)
    • setBaseURLAttribute

      protected void setBaseURLAttribute(jakarta.servlet.http.HttpServletRequest request)
    • updateDestination

      protected void updateDestination(jakarta.servlet.http.HttpServletRequest request, AbstractHTTPDestination d)
    • updateDestination

      protected void updateDestination(jakarta.servlet.http.HttpServletRequest request, String base, AbstractHTTPDestination d)
    • filter

      public boolean filter(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse res) throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException
    • invoke

      public void invoke(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse res) throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException
    • invoke

      public boolean invoke(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse res, boolean returnErrors) throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException
    • invokeDestination

      public void invokeDestination(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AbstractHTTPDestination d) throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException
    • generateNotFound

      protected void generateNotFound(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse res) throws IOException
      Throws:
      IOException