Interface Summary | |
IApplicationLogger | Interface for Application Logger This interface aims to provide a way for the Telosys framework to call a specific application logger The application logger can be implemented with any kind of logger ( Log4J, JSR47, Monolog, ... ) |
IExternalMainFactory | Centralize the getters to obtain all the Factory providers needed by the framework This interface must be implemented by only one class of the application |
IRequestParameters | Generic abstract class for request parameters management. |
View | View interface, implemented by the "View" classes that are able to generate a view as an http response ( e.g. |
Class Summary | |
ApplicationLoggerFacade | ApplicationLogger wrapper to be secure when calling external log services ( just manage potential exceptions ) |
Console | |
JavaObjectWriter | Utility class to write standard Java objects as XML tag |
LogWriter | |
RequestParameters | Generic abstract class for request parameters management. |
ResourceView | Local resource implementation of the View interface To use the resource located at the given path as a standard "MVC view" |
ScreenView | ScreenMap implementation of the View interface To use a screenmap as a standard "MVC view" in a "navigation service" |
SymbolicConfigVar | Utility class for "symbolic variables" operations ( set of static methods ) Designed to apply the values of the Telosys "symbolic variables" : ${SCREENNAME}, ${SCREENNAME_LC} or ${SCREENNAME_UC} |
Telosys | General Telosys environment informations and utilities |
TelosysClassLogger | This class manages logging messages for the Java classes that are not TelosysObject descendent. |
TelosysConfigVar | Telosys configuration variable names Names of the variables like ${BEANNAME}, ${SCREENNAME}, etc |
TelosysConst | Global Telosys constants |
TelosysContextListener | |
TelosysFactory | Global TELOSYS factory. |
TelosysObject | Standard ancestor used by other classes. |
TelosysProperties | The Telosys properties container ( contains the propertie loaded from "telosys.properties" ) |
TelosysPropertiesLoader | Utility class to load the Telosys properties |
TelosysServlet | |
TelosysVersion | |
Tool | |
TraceConfig | Trace configuration holder. |
Exception Summary | |
TelosysException | The Telosys framework checked Exception |
TelosysRuntimeException | The Telosys framework unchecked Exception |