JeeWiz Home  
The Model-Driven System Builder

JeeWiz Architect's Guide
 
Contents  >   15.  'Screen' Reference
 


15.2 Application Object

SuperclassbusinessObject:application
DescriptionThe application object holds a list of screens (pages) and their related furniture.
Contained
Lists
1
Name  jarBase
Type  businessObject:jarBase
Inherited from  businessObject:application
 
2
Name  style
Type  String
Inherited from  businessObject:application
 
3
Name  uiJar
Type  uiJar
Description  The 'UI Jar' for an application. For J2EE, this becomes a war. For .NET, this becomes the default assembly for the ASP code-behind classes.

Currently only one UI Jar per application is supported.
Indexed property  name
Inherited
properties
name from businessObject:application.name

description (base property)

template (base property)

text (base property)

jwpattern (base property)

package from businessObject:application.package

headerComment from businessObject:application.headerComment

customerHeaderComment from businessObject:application.customerHeaderComment

constraintExceptionType from businessObject:application.constraintExceptionType

generateLogLevel from businessObject:application.generateLogLevel

generateMaintenanceSession from businessObject:application.generateMaintenanceSession

generateDataViewForEntity from businessObject:application.generateDataViewForEntity

generatePagesForBusinessMethods from businessObject:application.generatePagesForBusinessMethods

convertEmptyStringsToNull from businessObject:application.convertEmptyStringsToNull

generateDataviewImplClass from businessObject:application.generateDataviewImplClass

uid from businessObject:application.uid

 15.2.1  Property 'failureForwardPage'
 15.2.2  Property 'failureForwardRequestString'
 15.2.3  Property 'eventRequestParameter'

15.2.1  Property 'failureForwardPage'
DescriptionDefines the default page to go to in a failure situation (e.g. constraint failure). This must be the name of a page in the current application.
TypeString
Delegatestrue

15.2.2  Property 'failureForwardRequestString'
DescriptionDefines the additional request action to execute in a failure situation. Default is just to display the page. If this value is specified, it results in the default event for the forwarded page being set to this value.
TypeString
Delegatestrue

15.2.3  Property 'eventRequestParameter'
DescriptionDefines the name of the request parameter that determines which event needs to be handled. This is delegated from the page to the application and then the external configuration, so it can be set in any of these places.
TypeString
Defaultaction
Delegatestrue
 


Copyright (c) 2001-2008 New Technology/enterprise Ltd.