|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.ug2t.unifiedGui.UnXMLTAGapp
final class UnXMLTAGapp
| XML Attribute | Mandatory flag | Description |
| name | false | name of the application used as label in top level window |
| rootURL | false | overrides the web.xml setting for the application's root url |
| protocol | false | overrides the web.xml setting for the protocol (http or https) used in markup based channels |
| port | false | overrides the port setting in web.xml |
| domain | false | overrides the domain setting in web.xml |
| mdi | false | defines whether the application runs in multiple document mode or in single document mode |
| height | false | defines the height in pixel of the application's main window in pixel |
| width | false | defines the width of the application's main window in pixel |
| plaf | false | sets the PLAF class for java-swing based channels |
| extCss | false | sets an external css-file which is used for all pages in mdi-mode |
| genReshapeEvents | false | sets whether the application main window generates reshape and move events or not |
| autoShow | false | sets whether the application's main window shows automatically after xml parsing has been completed (half-object channels only) |
| submit | false | true|false, sets whether events emitted by the application's main window are submitted immediately or buffered until an other submit event occurs |
| bubble | false | true|false, sets whether events bubble through the component tree from root to leaf or generated directly on the emitting component |
| renderCache | false | enables or disable the render cache for markup based applications |
| scroll | false | sets whether the application's main windows scrolls or not |
| clientErrorListener | false | sets a client error listener class for halfobject based channels. The listener is called whenever an exception occurs on the thin-client's side |
| serviceClass | false | defines a background service class for the application which is able to push data to the client |
| serviceObject | false | defines a background service object for the application which is able to push data to the client |
| servicePoll | false | the interval in seconds when the background service is called to push data |
| prrl | false | the partial (ajax) render limit in dom-operations. beyond this limit the renderer switches to full page render |
| onResume | false | a handler class which is executed when the application is resumed (after failover or restart) |
| onAttach | false | a handler class which is executed when the application is attached by an other session (session takeover) |
| factoryDesc | false | the factory descriptor for the application's |
| eventLatency | false | --- 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()
| Method Detail |
|---|
public final java.lang.Object hdlSaxEvent(UnApplFactSAXHandler l_hdl,
java.lang.String qName,
org.xml.sax.Attributes attributes)
throws java.lang.Exception
hdlSaxEvent in interface IUnSAXAppFactHandlerjava.lang.Exception
|
WidgetServer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||