Skip navigation links

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

E17273-01


oracle.stellent.wcm.client.generator
Interface GeneratorCallback


public interface GeneratorCallback

Status callback for reporting during site generation


Nested Class Summary
static class GeneratorCallback.Action
           

 

Method Summary
 GeneratorCallback.Action afterProcessUrls(GeneratorState state)
          Called after processing the dependent urls in the state and invoking all associated UrlProcessor objects.
 GeneratorCallback.Action beforeProcessUrl(GeneratorState state, java.net.URI url)
          Called before processing an individual URL
 GeneratorCallback.Action beforeProcessUrls(GeneratorState state)
          Called before processing the dependent urls in the state
 GeneratorCallback.Action startSite(java.lang.String siteID)
          Start processing the given site

 

Method Detail

startSite

GeneratorCallback.Action startSite(java.lang.String siteID)
Start processing the given site
Parameters:
siteID - the site ID
Returns:
the action to take for this site

beforeProcessUrls

GeneratorCallback.Action beforeProcessUrls(GeneratorState state)
Called before processing the dependent urls in the state
Parameters:
state - the generator state
Returns:
the action to take

beforeProcessUrl

GeneratorCallback.Action beforeProcessUrl(GeneratorState state,
                                          java.net.URI url)
Called before processing an individual URL
Parameters:
state - the generator state
url - the url to generate
Returns:
the action to take

afterProcessUrls

GeneratorCallback.Action afterProcessUrls(GeneratorState state)
Called after processing the dependent urls in the state and invoking all associated UrlProcessor objects.
Parameters:
state - the generator state
Returns:
the action to take

Skip navigation links

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

E17273-01


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