Class | Description |
---|---|
ByteArrayCache |
this is a cache to store java methods calls that return the binary content
from AngularBeans components as LobWrapper (@Model properties) or byte[]
(remote method invocation result in a stateless way)
|
Call |
Wrapper for a method invocation
stored in a cache
--> ByteArrayCache
--> FileUploadHandler
invoked when the DataServlet is requested.
|
DataServlet |
This servlet is the AngularBeans Binary end point
that let the usage of a byte[] resource as an angular
js model.
|
FileUploadHandler | |
LobWrapper |
wrap a byte array resource
|
Upload |
wrap a javax.servlet.http.Part in an upload action
|
UploadServlet |
This is the main uploadEndPoint for AngularBeans
|
Annotation Type | Description |
---|---|
FileUpload |
Copyright © 2015. All rights reserved.