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 UrlProcessor

All Known Implementing Classes:
CSSUrlProcessor

public interface UrlProcessor

Process a visited file and discover more urls


Method Summary
 void processDependentUrls(GeneratorState state)
          Called for each trip through the dependent url generation.

 

Method Detail

processDependentUrls

void processDependentUrls(GeneratorState state)
                          throws GeneratorException,
                                 java.io.IOException
Called for each trip through the dependent url generation. Allows implementation to modify generator state and add/remove urls to be processed.
Parameters:
state - the current 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.