Package org.ametys.web.resources
Class FrontProxiedContextPathProvider
- java.lang.Object
-
- org.ametys.core.resources.ProxiedContextPathProvider
-
- org.ametys.web.resources.FrontProxiedContextPathProvider
-
- All Implemented Interfaces:
Component
,Contextualizable
,Serviceable
public class FrontProxiedContextPathProvider extends ProxiedContextPathProvider implements Serviceable
Proxied context path provider for the Front
-
-
Field Summary
-
Fields inherited from class org.ametys.core.resources.ProxiedContextPathProvider
_context, ROLE
-
-
Constructor Summary
Constructors Constructor Description FrontProxiedContextPathProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContextPath()
Get the context pathvoid
service(ServiceManager manager)
-
Methods inherited from class org.ametys.core.resources.ProxiedContextPathProvider
contextualize
-
-
-
-
Constructor Detail
-
FrontProxiedContextPathProvider
public FrontProxiedContextPathProvider()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getContextPath
public String getContextPath()
Description copied from class:ProxiedContextPathProvider
Get the context path- Overrides:
getContextPath
in classProxiedContextPathProvider
- Returns:
- The context path
-
-