Uses of Class
org.webswing.server.base.PrimaryUrlHandler
-
-
Uses of PrimaryUrlHandler in org.webswing.server
Subclasses of PrimaryUrlHandler in org.webswing.server Modifier and Type Class Description classGlobalUrlHandler -
Uses of PrimaryUrlHandler in org.webswing.server.extension
Methods in org.webswing.server.extension with parameters of type PrimaryUrlHandler Modifier and Type Method Description List<UrlHandler>DefaultExtensionProvider. createExtensionHandlers(PrimaryUrlHandler parent)List<UrlHandler>ExtensionProvider. createExtensionHandlers(PrimaryUrlHandler parent)List<UrlHandler>ExtensionService. createExtHandlers(PrimaryUrlHandler parent)List<UrlHandler>ExtensionServiceImpl. createExtHandlers(PrimaryUrlHandler parent) -
Uses of PrimaryUrlHandler in org.webswing.server.services.playback
Constructors in org.webswing.server.services.playback with parameters of type PrimaryUrlHandler Constructor Description RecordingPlaybackUrlHandlerImpl(PrimaryUrlHandler parent, String path, WebSocketService websocket, SwingInstanceManager instanceManager) -
Uses of PrimaryUrlHandler in org.webswing.server.services.rest
Methods in org.webswing.server.services.rest with parameters of type PrimaryUrlHandler Modifier and Type Method Description RestUrlHandlerRestService. createSwingAppRestHandler(PrimaryUrlHandler parent)RestUrlHandlerRestServiceImpl. createSwingAppRestHandler(PrimaryUrlHandler parent) -
Uses of PrimaryUrlHandler in org.webswing.server.services.rest.resources
Methods in org.webswing.server.services.rest.resources that return PrimaryUrlHandler Modifier and Type Method Description protected abstract PrimaryUrlHandlerBaseRestService. getHandler()protected PrimaryUrlHandlerGlobalRestService. getHandler()protected PrimaryUrlHandlerSwingAppRestService. getHandler() -
Uses of PrimaryUrlHandler in org.webswing.server.services.swingmanager
Subclasses of PrimaryUrlHandler in org.webswing.server.services.swingmanager Modifier and Type Class Description classSwingInstanceManagerImpl -
Uses of PrimaryUrlHandler in org.webswing.server.services.websocket
Constructors in org.webswing.server.services.websocket with parameters of type PrimaryUrlHandler Constructor Description WebSocketUrlHandlerImpl(PrimaryUrlHandler parent, String path, WebSocketService websocket, SwingInstanceManager instanceManager)
-