Interface IAnyUserPortalRoute
- All Known Subinterfaces:
IUserPortalRoute<RoutingContext>
- All Known Implementing Classes:
EUserPortalGeneralView, EUserPortalPortalView
public interface IAnyUserPortalRoute
-
Method Summary
Modifier and TypeMethodDescriptiondefault intThe default HTTP status code to return.id()Gets the ID of this route.org.ocpsoft.rewrite.servlet.config.HttpConfigurationProviderGets the configurator for the configuring rewrite rules for this route.Gets the URL handler for this route.
-
Method Details
-
defaultStatusCode
default int defaultStatusCode()The default HTTP status code to return. Defaults to 200.- Returns:
- The default HTTP status code.
-
id
-
rewriteConfigurator
org.ocpsoft.rewrite.servlet.config.HttpConfigurationProvider rewriteConfigurator()Gets the configurator for the configuring rewrite rules for this route.- Returns:
- The rewrite configurator.
-
urlHandler
IUserPortalRouterUrlHandler<?> urlHandler()Gets the URL handler for this route.- Returns:
- The URL handler.
-