Package org.cxbox.core.service.impl
Class RouterServiceImpl
- java.lang.Object
-
- org.cxbox.core.service.impl.RouterServiceImpl
-
- All Implemented Interfaces:
RouterService
@Transactional @Service("entityRouterService") public class RouterServiceImpl extends Object implements RouterService
-
-
Field Summary
-
Fields inherited from interface org.cxbox.core.service.RouterService
SERVICE_NAME
-
-
Constructor Summary
Constructors Constructor Description RouterServiceImpl(Optional<List<EntityUrlBuilder>> builders)
-
-
-
Constructor Detail
-
RouterServiceImpl
public RouterServiceImpl(Optional<List<EntityUrlBuilder>> builders)
-
-
Method Detail
-
getLocation
public String getLocation(String type, Long id, String bcName)
- Specified by:
getLocationin interfaceRouterService
-
-