Uses of Interface
com.aquima.web.util.PathHelper
Packages that use PathHelper
-
Uses of PathHelper in com.aquima.web.util
Subinterfaces of PathHelper in com.aquima.web.utilModifier and TypeInterfaceDescriptioninterface
A marker interface for link helpers.interface
A marker interface for redirect helpers.Classes in com.aquima.web.util that implement PathHelperModifier and TypeClassDescriptionclass
final class
A link helper for MVC UI.class
Base class for path helpers for MVC UI.final class
A redirect helper for MVC UI.class
A link helper for resourcesMethods in com.aquima.web.util with type parameters of type PathHelperModifier and TypeMethodDescription<T extends PathHelper>
TReturns the previously registered path helper of the specified concrete type.<T extends PathHelper>
voidPathManager.register
(T pathHelper) Register a path helper with this manager.Method parameters in com.aquima.web.util with type arguments of type PathHelperModifier and TypeMethodDescriptionvoid
PathManager.registerRootContextHelpers
(List<PathHelper> helpers)