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 themappingsrecord 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 aPluginServletMappingDescriptorrecord 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 thedescriptorrecord 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 aDescriptorTuplerecord class.