Class Routes
- java.lang.Object
 - 
- com.inductiveautomation.perspective.gateway.comm.Routes
 
 
- 
public class Routes extends java.lang.ObjectThe main data routes that supply data 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBEFORE_RENDER_COMMENT 
- 
Constructor Summary
Constructors Constructor Description Routes(GatewayHook.PerspectiveGatewayContext context, RouteGroup routes) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PerspectiveSessionCollectiongetOrCreateSession(PerspectiveContext context, javax.servlet.http.HttpSession webSession, SessionScope scope, java.lang.String remoteHost, java.lang.String remoteAddr, java.util.List<java.util.Locale> locales, com.google.common.collect.ImmutableCollection<java.lang.String> securityZones, NativeDevice device)voidmountRoutes() 
 - 
 
- 
- 
Field Detail
- 
BEFORE_RENDER_COMMENT
public static final java.lang.String BEFORE_RENDER_COMMENT
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
Routes
public Routes(GatewayHook.PerspectiveGatewayContext context, RouteGroup routes)
 
 - 
 
- 
Method Detail
- 
mountRoutes
public void mountRoutes()
 
- 
getOrCreateSession
@Nonnull public static PerspectiveSessionCollection getOrCreateSession(@Nonnull PerspectiveContext context, @Nonnull javax.servlet.http.HttpSession webSession, @Nonnull SessionScope scope, @Nullable java.lang.String remoteHost, @Nullable java.lang.String remoteAddr, @Nonnull java.util.List<java.util.Locale> locales, @Nonnull com.google.common.collect.ImmutableCollection<java.lang.String> securityZones, @Nonnull NativeDevice device)
 
 - 
 
 -