Uses of Interface
org.webswing.server.base.UrlHandler
-
-
Uses of UrlHandler in org.webswing.server
Classes in org.webswing.server that implement UrlHandler Modifier and Type Class Description classGlobalUrlHandlerMethods in org.webswing.server with parameters of type UrlHandler Modifier and Type Method Description voidGlobalUrlHandler. registerChildUrlHandler(UrlHandler handler)voidGlobalUrlHandler. registerFirstChildUrlHandler(UrlHandler handler)voidGlobalUrlHandler. removeChildUrlHandler(UrlHandler handler) -
Uses of UrlHandler in org.webswing.server.base
Classes in org.webswing.server.base that implement UrlHandler Modifier and Type Class Description classAbstractUrlHandlerclassPrimaryUrlHandlerMethods in org.webswing.server.base that return UrlHandler Modifier and Type Method Description UrlHandlerAbstractUrlHandler. getRootHandler()UrlHandlerUrlHandler. getRootHandler()Methods in org.webswing.server.base with parameters of type UrlHandler Modifier and Type Method Description voidAbstractUrlHandler. registerChildUrlHandler(UrlHandler handler)voidUrlHandler. registerChildUrlHandler(UrlHandler handler)voidAbstractUrlHandler. registerFirstChildUrlHandler(UrlHandler handler)voidUrlHandler. registerFirstChildUrlHandler(UrlHandler handler)voidAbstractUrlHandler. removeChildUrlHandler(UrlHandler handler)voidUrlHandler. removeChildUrlHandler(UrlHandler Handler)Constructors in org.webswing.server.base with parameters of type UrlHandler Constructor Description AbstractUrlHandler(UrlHandler parent)PrimaryUrlHandler(UrlHandler parent, SecurityModuleService securityModuleService, ConfigurationService configService) -
Uses of UrlHandler in org.webswing.server.extension
Methods in org.webswing.server.extension that return types with arguments of type UrlHandler 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)Methods in org.webswing.server.extension with parameters of type UrlHandler Modifier and Type Method Description RestUrlHandlerExtensionDependencies. createRestHandler(UrlHandler parent, Class... resources)RestUrlHandlerExtensionServiceImpl. createRestHandler(UrlHandler parent, Class... resources) -
Uses of UrlHandler in org.webswing.server.services.files
Subinterfaces of UrlHandler in org.webswing.server.services.files Modifier and Type Interface Description interfaceFileTransferHandlerClasses in org.webswing.server.services.files that implement UrlHandler Modifier and Type Class Description classFileTransferHandlerImpl -
Uses of UrlHandler in org.webswing.server.services.playback
Classes in org.webswing.server.services.playback that implement UrlHandler Modifier and Type Class Description classRecordingPlaybackUrlHandlerImplMethods in org.webswing.server.services.playback that return UrlHandler Modifier and Type Method Description UrlHandlerRecordingPlaybackUrlHandlerImpl. getOwner()UrlHandlerRecordingPlaybackUrlHandlerImpl. getRootHandler()Methods in org.webswing.server.services.playback with parameters of type UrlHandler Modifier and Type Method Description voidRecordingPlaybackUrlHandlerImpl. registerChildUrlHandler(UrlHandler handler)voidRecordingPlaybackUrlHandlerImpl. registerFirstChildUrlHandler(UrlHandler handler)voidRecordingPlaybackUrlHandlerImpl. removeChildUrlHandler(UrlHandler Handler) -
Uses of UrlHandler in org.webswing.server.services.resources
Subinterfaces of UrlHandler in org.webswing.server.services.resources Modifier and Type Interface Description interfaceResourceHandlerClasses in org.webswing.server.services.resources that implement UrlHandler Modifier and Type Class Description classResourceHandlerImpl -
Uses of UrlHandler in org.webswing.server.services.rest
Subinterfaces of UrlHandler in org.webswing.server.services.rest Modifier and Type Interface Description interfaceRestUrlHandlerClasses in org.webswing.server.services.rest that implement UrlHandler Modifier and Type Class Description classRestUrlHandlerImplMethods in org.webswing.server.services.rest with parameters of type UrlHandler Modifier and Type Method Description RestUrlHandlerRestService. createRestHandler(UrlHandler parent, Class... resources)RestUrlHandlerRestServiceImpl. createRestHandler(UrlHandler parent, Class... resources)protected org.glassfish.jersey.internal.inject.AbstractBinderRestServiceImpl. createRestInjectionBinder(UrlHandler parent)Constructors in org.webswing.server.services.rest with parameters of type UrlHandler Constructor Description RestUrlHandlerImpl(UrlHandler parent, org.glassfish.jersey.internal.inject.AbstractBinder binder, Class... resources) -
Uses of UrlHandler in org.webswing.server.services.security.login
Subinterfaces of UrlHandler in org.webswing.server.services.security.login Modifier and Type Interface Description interfaceLoginHandlerinterfaceLogoutHandlerClasses in org.webswing.server.services.security.login that implement UrlHandler Modifier and Type Class Description classLoginHandlerImplclassLogoutHandlerImplMethods in org.webswing.server.services.security.login with parameters of type UrlHandler Modifier and Type Method Description LoginHandlerLoginHandlerService. createLoginHandler(UrlHandler parent)LoginHandlerLoginHandlerServiceImpl. createLoginHandler(UrlHandler parent)LogoutHandlerLoginHandlerService. createLogoutHandler(UrlHandler parent)LogoutHandlerLoginHandlerServiceImpl. createLogoutHandler(UrlHandler parent)Constructors in org.webswing.server.services.security.login with parameters of type UrlHandler Constructor Description LoginHandlerImpl(UrlHandler parent)LogoutHandlerImpl(WebSocketService webSockets, UrlHandler parent) -
Uses of UrlHandler in org.webswing.server.services.swingmanager
Subinterfaces of UrlHandler in org.webswing.server.services.swingmanager Modifier and Type Interface Description interfaceSwingInstanceManagerClasses in org.webswing.server.services.swingmanager that implement UrlHandler Modifier and Type Class Description classSwingInstanceManagerImplMethods in org.webswing.server.services.swingmanager with parameters of type UrlHandler Modifier and Type Method Description SwingInstanceManagerSwingInstanceManagerService. createApp(UrlHandler parent, String config)SwingInstanceManagerSwingInstanceManagerServiceImpl. createApp(UrlHandler parent, String path)Constructors in org.webswing.server.services.swingmanager with parameters of type UrlHandler Constructor Description SwingInstanceManagerImpl(UrlHandler parent, String path, SwingInstanceService instanceFactory, WebSocketService websocket, FileTransferHandlerService fileService, LoginHandlerService loginService, ResourceHandlerService resourceService, SecurityModuleService securityModuleService, ConfigurationService configService, StatisticsLoggerService loggerService, ExtensionService extService, RestService restService, SwingInstanceHolder instanceHolder) -
Uses of UrlHandler in org.webswing.server.services.websocket
Subinterfaces of UrlHandler in org.webswing.server.services.websocket Modifier and Type Interface Description interfaceWebSocketUrlHandlerClasses in org.webswing.server.services.websocket that implement UrlHandler Modifier and Type Class Description classWebSocketUrlHandlerImplMethods in org.webswing.server.services.websocket that return UrlHandler Modifier and Type Method Description UrlHandlerWebSocketConnection. getHandler()UrlHandlerWebSocketMessageListener. getOwner()UrlHandlerWebSocketUrlHandlerImpl. getOwner()UrlHandlerWebSocketUrlHandlerImpl. getRootHandler()Methods in org.webswing.server.services.websocket with parameters of type UrlHandler Modifier and Type Method Description voidWebSocketUrlHandlerImpl. registerChildUrlHandler(UrlHandler handler)voidWebSocketUrlHandlerImpl. registerFirstChildUrlHandler(UrlHandler handler)voidWebSocketUrlHandlerImpl. removeChildUrlHandler(UrlHandler Handler)Constructors in org.webswing.server.services.websocket with parameters of type UrlHandler Constructor Description WebSocketConnection(org.atmosphere.cpr.AtmosphereResource resource, UrlHandler handler) -
Uses of UrlHandler in org.webswing.server.util
Methods in org.webswing.server.util with parameters of type UrlHandler Modifier and Type Method Description static org.webswing.server.services.security.api.AbstractWebswingUserSecurityUtil. getUser(UrlHandler urlHandler)
-