@jpf:view-properties Annotation

Describes layout information for your page flow's graphical Flow View. This content is generated automatically for you when you create or modify the page flow in the IDE. Do not edit this data.

By default the code that comprises the view properties is contained in a collapsed set of lines; in Source View, this looks similar to the following sample, where lines 21 through 88 are collapsed:

Syntax

@jpf:view-properties

Attributes

None.

Remarks

Do not edit the automatically generated values that appear in the @jpf:view-properties comments.

If you add one of the other @jpf annotations at the class level, such as @jpf:controller, @jpf:catch, or @jpf:forward, you should add the new annotation in the existing comment block. Do not start a new comment block, as this may result in an extra copy of commented-out (and safely ignored) view properties in the JPF file.

Related Topics

@jpf:action Annotation

@jpf:catch Annotation

@jpf:controller Annotation

@jpf:forward Annotation

@jpf:exception-handler Annotation

@jpf:message-resources Annotation

@jpf:validation-error-forward Annotation

Getting Started with Page Flows