Uses of Interface
org.rapidcontext.core.data.Binary
Packages that use Binary
Package
Description
Provides the application web request handlers.
Provides the basic data types and serializers.
Provides core web request (HTTP) helpers and handlers.
-
Uses of Binary in org.rapidcontext.app.web
Methods in org.rapidcontext.app.web with parameters of type BinaryModifier and TypeMethodDescriptionprotected String
AppWebService.processAppTemplate
(Binary template, String baseUrl, String appId) Processes an HTML template file for a app and returns the text. -
Uses of Binary in org.rapidcontext.core.data
Classes in org.rapidcontext.core.data that implement BinaryModifier and TypeClassDescriptionstatic class
A binary data object, encapsulating a file.static class
A binary data object, encapsulating an input stream.static class
A binary data object, encapsulating a string. -
Uses of Binary in org.rapidcontext.core.web
Methods in org.rapidcontext.core.web with parameters of type BinaryModifier and TypeMethodDescriptionvoid
Request.sendBinary
(Binary data) Sends the contents of a file as the request response.