Class | Description |
---|---|
AngularBeans |
this class declare the angularBeans Module name that will be generated and used as an
AngularJs module dependency
(in this case : "angularBeans")
|
BeanRegistry |
used by:
-AngularBeansServletContextListenerAnnotated
-ModuleGenerator
-AngularBeansCDIExtention
The BeanRegistry is used to store CDI beans info detected at deployment
time to boost javascript generation performances later on the ModuleGenerator
(pre generated and compressed js)
it will store specific CDI beans definitions:
|
BootServlet |
This Servlet will return the "angularBeans" angularJS module as generated
javascript via the ModuleGenerator
|
ModuleGenerator |
The ModuleGenerator is the main component in the angularBean javaScript
generation used by BootServlet
|
ResourcesCache |
The ResourcesCache is a cache for already requested resources (any
properties files converted to JSON) to avoid redundant transformations.
|
ResourceServlet |
The ResourceServlet is the resources end point
by resources we mean properties files that will be served as JSON data
(translation files for example)
consumed by "bundleService.loadBundle(bundle_prefix,aleas)". |
Copyright © 2015. All rights reserved.