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.resources
Methods in org.webswing.server.services.resources with parameters of type PrimaryUrlHandler Modifier and Type Method Description ResourceHandlerResourceHandlerService. create(PrimaryUrlHandler manager, org.webswing.server.services.security.api.SecurityContext context)ResourceHandlerResourceHandlerServiceImpl. create(PrimaryUrlHandler manager, org.webswing.server.services.security.api.SecurityContext context)Constructors in org.webswing.server.services.resources with parameters of type PrimaryUrlHandler Constructor Description ResourceHandlerImpl(PrimaryUrlHandler parent, org.webswing.server.services.security.api.SecurityContext context) -
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 with parameters of type PrimaryUrlHandler Modifier and Type Method Description protected static ApplicationInfoBaseRestUtil. getAppInfoImpl(PrimaryUrlHandler h)static MetaObjectBaseRestUtil. getConfig(PrimaryUrlHandler handler, ConfigurationService configService)static ManifestBaseRestUtil. getManifest(PrimaryUrlHandler handler)static MetaObjectBaseRestUtil. getMeta(Map<String,Object> json, PrimaryUrlHandler handler, ConfigurationService configService)static PermissionsBaseRestUtil. getPermissions(PrimaryUrlHandler handler)static booleanBaseRestUtil. isMasterPermited(PrimaryUrlHandler handler, org.webswing.server.services.security.api.WebswingAction... actions)static booleanBaseRestUtil. isPermited(PrimaryUrlHandler handler, org.webswing.server.services.security.api.WebswingAction... actions)static StringBaseRestUtil. resolve(String type, String stringToResolve, PrimaryUrlHandler handler)static Map<String,String>BaseRestUtil. searchVariables(String type, String searchSequence, PrimaryUrlHandler handler) -
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)
-