Uses of Class
com.foreach.across.modules.web.context.PrefixingPathContext
Packages that use PrefixingPathContext
Package
Description
-
Uses of PrefixingPathContext in com.foreach.across.modules.web.config.support
Subclasses of PrefixingPathContext in com.foreach.across.modules.web.config.support -
Uses of PrefixingPathContext in com.foreach.across.modules.web.context
Methods in com.foreach.across.modules.web.context that return PrefixingPathContextMethods in com.foreach.across.modules.web.context with parameters of type PrefixingPathContextModifier and TypeMethodDescriptionvoid
PrefixingPathRegistry.add
(@NonNull String name, @NonNull PrefixingPathContext context) Adds aPrefixingPathContext
to this registry.Method parameters in com.foreach.across.modules.web.context with type arguments of type PrefixingPathContextModifier and TypeMethodDescriptionvoid
PrefixingPathContext.setNamedPrefixMap
(@NonNull Map<String, PrefixingPathContext> namedPrefixers) Sets a collection of prefixing contexts with a name.