The Validator Page Component

Registered by Wilson

The validator page component provides input validation against recognition results.

Blueprint information

Status:
Not started
Approver:
Wilson
Priority:
Undefined
Drafter:
Wilson
Direction:
Needs approval
Assignee:
Wilson
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

<filled>
<script>

<script>
<validate type="value" format-expr="">
    <constraint-validation type="value,property,model">
        <violation name="javax.validation.Size.min">
           <prompt-set name="size-too-small"/>
        </violation>
        <violation name="">
    </constraint-validation/>
    <action-validation bean-name="myvalidator" method-name="somemethod">
    </action-validation>
</validate>
<filled>

<data -- do data lookup>
<script -- parse result message, find result with highest severity>
<if message id != undefined/null>
<throw eventexpr="message id">
<catch name="violation name">
<catch name="violation name">
etc....
<end if>
<other filled processing>

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.