Class Routes
java.lang.Object
com.inductiveautomation.perspective.gateway.comm.Routes
The main data routes that supply data
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PerspectiveSessionCollection
getOrCreateSession
(PerspectiveContext context, javax.servlet.http.HttpSession webSession, SessionScope scope, String remoteHost, String remoteAddr, List<Locale> locales, com.google.common.collect.ImmutableCollection<String> securityZones, NativeDevice device) void
-
Field Details
-
BEFORE_RENDER_COMMENT
- See Also:
-
-
Constructor Details
-
Routes
-
-
Method Details
-
mountRoutes
public void mountRoutes() -
getOrCreateSession
@Nonnull public static PerspectiveSessionCollection getOrCreateSession(@Nonnull PerspectiveContext context, @Nonnull javax.servlet.http.HttpSession webSession, @Nonnull SessionScope scope, @Nullable String remoteHost, @Nullable String remoteAddr, @Nonnull List<Locale> locales, @Nonnull com.google.common.collect.ImmutableCollection<String> securityZones, @Nonnull NativeDevice device)
-