| Home >> All >> org >> jxbeans >> [ utilities Javadoc ] |
org.jxbeans.utilities: Javadoc index of package org.jxbeans.utilities.
Package Samples:
org.jxbeans.utilities: This package contains the core classes and interfaces of the JXBeans Framework.
Classes:
JXBeanModelRunner: The JXBeanModelRunner JXBean will execute another JXBeanModel . This JXBean provides the means of creating JXBean "sub-processes" or "sub-routines". This JXBean works this way: If the model's DocumentGenerator is the SimpleDocumentGenerator , this bean will use the incoming Document to set the document for the SimpleDocumentGenerator . Finally, if the model has a final DocumentReadyListener and is a SimpleDocumentListener , this bean will behave as follows: If the parentElementExpression property has been set, the resulting document will be inserted under the element referred to by the parentElementExpression ...
Logger: The Logger JXBean will log either a string message, the incoming document or a transformation of the incoming document to a specified log category at a specified log priority. However, currently, the entire document is only logged at the debug priority, if debugging is turned on. This bean uses the Log4J logging API. The order of precedence in logging is first the string message, second using the XSLT transformation sheet (if the string message is null ), and finally the entire document (if there is no XSLT transformation sheet set).
XbeansAdapter: The XbeansAdapter JXBean provides a bridge to the Xbeans framework. Xbeans from that framework can be integrated into JXBean models by placing them before or after an XbeansAdapter in the model.
JXBeanModelRunnerBeanInfo
LoggerBeanInfo
LogPriorityPropertyEditor
XbeansAdapterBeanInfo
| Home | Contact Us | Privacy Policy | Terms of Service |