Interface IAnyUserPortalRoute

    • Method Detail

      • defaultStatusCode

        default int defaultStatusCode()
        The default HTTP status code to return. Defaults to 200.
        Returns:
        The default HTTP status code.
      • id

        String id()
        Gets the ID of this route.
        Returns:
        The ID.
      • rewriteConfigurator

        org.ocpsoft.rewrite.servlet.config.HttpConfigurationProvider rewriteConfigurator()
        Gets the configurator for the configuring rewrite rules for this route.
        Returns:
        The rewrite configurator.