Package com.aquima.web.util
Interface PathHelper
- All Known Subinterfaces:
LinkHelper
,RedirectHelper
- All Known Implementing Classes:
AbstractResourcesPathHelper
,MvcLinkHelper
,MvcPathHelper
,MvcRedirectHelper
,ResourcesLinkHelper
public interface PathHelper
A marker interface for path helpers. Path helpers can create absolute paths to various parts of the application, such
as paths to web resources or endpoints.
A path is considered absolute if it starts with a / (eg. /example-app/example-servlet/example-endpoint
)
There are two specializations of this interface which differ in terms of what the constructed paths are relative to.
- Since:
- 10.0
- Author:
- Petru Galanton