org.jucas.xml |
This package gives the avalibity to interpret XML-Scripts as IJucasBeans.
|
Java Source File Name | Type | Comment |
JaulJucasContext.java | Class | The context used to setup a JaulPageBean. |
JaulPageBean.java | Class | The IJucasBean which is produced for any jaulscript. |
JaulPageBeanFactory.java | Class | The PageBeanFactory which produces Jaul IJucasBeans. |
JaulPageBeanJSComponents.java | Class | |
JaulPageBeanJSScopedVariables.java | Class | |
JaulPageBeanJSVariables.java | Class | |
JaulTagAction.java | Class | |
JaulTagEvent.java | Class | This tag has the form <event event="event name of the containing jucas-
bean" action="name of the method ">. |
JaulTagImport.java | Class | The Tag import <import name="the name to store in ctxt" uri="the uri of
the bean to import" scope="request|session|default(default)" pageScope="
request|session|not-specified(default)"/>
The tag is used to import into the
JaulPageBean a different PageBean
or one of it's child objects.
The name denotes the name under which the imported will be stored in
JaulPageBean. |
JaulTagJucas.java | Class | This tag defines a JaulBean the attribute scope defines the scope the bean wants to be in default
is NO_REQUESTED_SCOPE. |
JaulTagJucasBean.java | Class | Tag <jucas-bean name="name of bean" uri=" the uri from which the bean can
be instantiated" />
This tag is the one by which you can create child jucas-beans the name is the
name under which it will be in
org.jucas.jaulpagebean.JaulPageBean . |
JaulTagPageEvent.java | Class | This tag adds a pageevent to the JaulPageBean. |
JaulTagScript.java | Class | The content of this script is a initScript. |
JaulTagUseBean.java | Class | This tag will import an IJucasBean in the current context. |
JaulUtils.java | Class | |
JucasLib.java | Class | Used to load IJucasBeans from an xml file. |