Package org.ametys.core.resources
Class ProxiedContextPathProvider
- java.lang.Object
-
- org.ametys.core.resources.ProxiedContextPathProvider
-
- All Implemented Interfaces:
Component
,Contextualizable
- Direct Known Subclasses:
FrontProxiedContextPathProvider
public class ProxiedContextPathProvider extends Object implements Component, Contextualizable
Provider for the proxied context path
-
-
Constructor Summary
Constructors Constructor Description ProxiedContextPathProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contextualize(Context context)
String
getContextPath()
Get the context path
-
-
-
Constructor Detail
-
ProxiedContextPathProvider
public ProxiedContextPathProvider()
-
-
Method Detail
-
contextualize
public void contextualize(Context context) throws ContextException
- Specified by:
contextualize
in interfaceContextualizable
- Throws:
ContextException
-
getContextPath
public String getContextPath()
Get the context path- Returns:
- The context path
-
-