Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


oracle.stellent.wcm.client.generator
Interface SectionVisitor


public interface SectionVisitor

Follow the visitor pattern for each node in the project tree.


Method Summary
 void visit(SectionNode section, GeneratorState state)
          Visit the section and return a set of URLs generated from that section.

 

Method Detail

visit

void visit(SectionNode section,
           GeneratorState state)
           throws GeneratorException,
                  java.io.IOException
Visit the section and return a set of URLs generated from that section.
Parameters:
section - the section
state - the generator state
Throws:
GeneratorException
java.io.IOException

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.