Uses of Class
eu.webtoolkit.jwt.WResource
Packages that use WResource
-
Uses of WResource in eu.webtoolkit.jwt
Subclasses of WResource in eu.webtoolkit.jwtModifier and TypeClassDescriptionclassAn object which can be rendered in the HTTP protocol.classA resource which streams data from a local file.classA resource which streams data from memory.classclassclassA resource which removes itself after being served.classA paint device for rendering using Scalable Vector Graphics (SVG).Methods in eu.webtoolkit.jwt that return WResourceModifier and TypeMethodDescriptionWRasterPaintDevice.getBotResource()Creates a new bot resource.WResource.getBotResource()Returns a WResource that will be made public for bot sessions.WSvgImage.getBotResource()Creates a new bot resource.WLink.getResource()Returns the link resource.WResourceFavicon.getResource()Returns the resource.protected WResourceWFileDropWidget.getUploadResource()Resource to upload data to.protected WResourceWVirtualImage.render(long x, long y, int width, int height) Render a grid image for the given rectangle.Methods in eu.webtoolkit.jwt with parameters of type WResourceModifier and TypeMethodDescriptionvoidWtServlet.addResource(WResource staticResource, String path) Binds a resource to a fixed path.voidWtServlet.removeResource(WResource staticResource) voidWLink.setResource(WResource resource) Sets the link resource.voidWResourceFavicon.setResource(WResource resource) Sets the default favicon.Constructors in eu.webtoolkit.jwt with parameters of type WResourceModifierConstructorDescriptionCreates a link to a resource.WResourceFavicon(WResource resource) Constructs aWResourceFavicon. -
Uses of WResource in eu.webtoolkit.jwt.auth
Subclasses of WResource in eu.webtoolkit.jwt.authModifier and TypeClassDescriptionclassEndpoint to retrieve an access token.classEndpoint at which user info can be requested.