Package io.datarouter.secretweb.config
Class DatarouterSecretRouteSet
java.lang.Object
io.datarouter.web.dispatcher.BaseRouteSet
io.datarouter.secretweb.config.DatarouterSecretRouteSet
- All Implemented Interfaces:
io.datarouter.web.dispatcher.RouteSet
@Singleton
public class DatarouterSecretRouteSet
extends io.datarouter.web.dispatcher.BaseRouteSet
-
Field Summary
Fields inherited from class io.datarouter.web.dispatcher.BaseRouteSet
MATCHING_ANY, MATCHING_CHILD_PATHS_AND_QUERY_PARAMS, REGEX_ONE_DIRECTORY, REGEX_TWO_DIRECTORY_PLUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.datarouter.web.dispatcher.DispatchRuleapplyDefault(io.datarouter.web.dispatcher.DispatchRule rule) Methods inherited from class io.datarouter.web.dispatcher.BaseRouteSet
applyDefaultAndAdd, getDispatchRules, handle, handle, handle, handleAnyPrefix, handleAnyStringAfterPath, handleDir, handleDir, handleExternalEndpoint, handleLink, redirect, redirect, registerHandlerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.datarouter.web.dispatcher.RouteSet
getDispatchRulesNoRedirects
-
Constructor Details
-
DatarouterSecretRouteSet
-
-
Method Details
-
applyDefault
protected io.datarouter.web.dispatcher.DispatchRule applyDefault(io.datarouter.web.dispatcher.DispatchRule rule) - Overrides:
applyDefaultin classio.datarouter.web.dispatcher.BaseRouteSet
-