DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16742>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16742

Velocity-Tools / ErrorTools doc patch

           Summary: Velocity-Tools / ErrorTools doc patch
           Product: Velocity
           Version: 1.3-rc1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Source
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


// Document new error tools methods 

    <section name="getGlobal()">
        <method name="getGlobal()">
            <abstract>
                Returns the name of the global error property.
             </abstract>
             <signature>
                String getGlobal()
             </signature>
             <returns>
                The name of the global error property.
             </returns>
             <description>
                <p>This method can be used to retrieve whatever "global errors"
                that have been placed in the queue. This is especially useful 
                if other messasges are being placed next to their instant 
                properties, and you need to retrieve the rest for general
                display.</p>
              </description>
        </method>
    </section>

    <section name="getErrors()">
        <method name="getErrors()">
            <abstract>
                Returns the ActionErrors object.
             </abstract>
             <signature>
                ActionErrors getErrors()
             </signature>
             <returns>
                The ActionErrors object underlying this request.
             </returns>
             <description>
                <p>This method is mainly useful for "snooping" into a 
                request and listing all the properties contained within 
                the ActionError object.</p>
              </description>
        </method>
    </section>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to