de.ug2t.unifiedGui
Class UnXMLTAGapp

java.lang.Object
  extended by de.ug2t.unifiedGui.UnXMLTAGapp
All Implemented Interfaces:
IUnSAXAppFactHandler

final class UnXMLTAGapp
extends java.lang.Object
implements IUnSAXAppFactHandler

XML TAG=  application

WIDGET SERVER GROUP TYPE:  Component


XML AttributeMandatory flagDescription
namefalse name of the application used as label in top level window
rootURLfalse overrides the web.xml setting for the application's root url
protocolfalse overrides the web.xml setting for the protocol (http or https) used in markup based channels
portfalse overrides the port setting in web.xml
domainfalse overrides the domain setting in web.xml
mdifalse defines whether the application runs in multiple document mode or in single document mode
heightfalse defines the height in pixel of the application's main window in pixel
widthfalse defines the width of the application's main window in pixel
plaffalse sets the PLAF class for java-swing based channels
extCssfalse sets an external css-file which is used for all pages in mdi-mode
genReshapeEventsfalse sets whether the application main window generates reshape and move events or not
autoShowfalse sets whether the application's main window shows automatically after xml parsing has been completed (half-object channels only)
submitfalse true|false, sets whether events emitted by the application's main window are submitted immediately or buffered until an other submit event occurs
bubblefalse true|false, sets whether events bubble through the component tree from root to leaf or generated directly on the emitting component
renderCachefalse enables or disable the render cache for markup based applications
scrollfalse sets whether the application's main windows scrolls or not
clientErrorListenerfalse sets a client error listener class for halfobject based channels. The listener is called whenever an exception occurs on the thin-client's side
serviceClassfalse defines a background service class for the application which is able to push data to the client
serviceObjectfalse defines a background service object for the application which is able to push data to the client
servicePollfalse the interval in seconds when the background service is called to push data
prrlfalse the partial (ajax) render limit in dom-operations. beyond this limit the renderer switches to full page render
onResumefalse a handler class which is executed when the application is resumed (after failover or restart)
onAttachfalse a handler class which is executed when the application is attached by an other session (session takeover)
factoryDescfalse the factory descriptor for the application's
eventLatencyfalse--- object which defines the classes per channel

Constructor Summary
UnXMLTAGapp()
           
 
Method Summary
 java.lang.Object hdlSaxEvent(UnApplFactSAXHandler l_hdl, java.lang.String qName, org.xml.sax.Attributes attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnXMLTAGapp

UnXMLTAGapp()
Method Detail

hdlSaxEvent

public final java.lang.Object hdlSaxEvent(UnApplFactSAXHandler l_hdl,
                                          java.lang.String qName,
                                          org.xml.sax.Attributes attributes)
                                   throws java.lang.Exception
Specified by:
hdlSaxEvent in interface IUnSAXAppFactHandler
Throws:
java.lang.Exception

WidgetServer