[% WRAPPER splash/tabbox
           title = 'Visitor'
%]

<h3>Intent</h3>
<ul>
    Represent an operation to be performed 
    on the elements of an object structure.
    Visitor lets you define a new operation
    without changing the classes of the 
    elements on which it operates.
</ul>

[% END %]