Uses of Record Class
eu.rarogsoftware.rarog.platform.api.plugins.web.servlets.ServletMapping
Packages that use ServletMapping
Package
Description
-
Uses of ServletMapping in eu.rarogsoftware.rarog.platform.api.plugins.web.servlets
Methods in eu.rarogsoftware.rarog.platform.api.plugins.web.servlets that return types with arguments of type ServletMappingModifier and TypeMethodDescriptionPluginServletMappingDescriptor.mappings()
Returns the value of themappings
record component.Constructors in eu.rarogsoftware.rarog.platform.api.plugins.web.servlets with parameters of type ServletMappingConstructor parameters in eu.rarogsoftware.rarog.platform.api.plugins.web.servlets with type arguments of type ServletMappingModifierConstructorDescriptionPluginServletMappingDescriptor
(List<ServletMapping> mappings) Creates an instance of aPluginServletMappingDescriptor
record class. -
Uses of ServletMapping in eu.rarogsoftware.rarog.platform.core.plugins.web.servlets
Methods in eu.rarogsoftware.rarog.platform.core.plugins.web.servlets that return ServletMappingModifier and TypeMethodDescriptionSmartSwitchingServlet.DescriptorTuple.descriptor()
Returns the value of thedescriptor
record component.Constructors in eu.rarogsoftware.rarog.platform.core.plugins.web.servlets with parameters of type ServletMappingModifierConstructorDescription(package private)
DescriptorTuple
(String pluginKey, long sequence, ServletMapping descriptor) Creates an instance of aDescriptorTuple
record class.