Skip navigation links

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

E17273-03


oracle.stellent.wcm.client.generator.impl
Class PageGenerator

java.lang.Object
  extended by oracle.stellent.wcm.client.generator.impl.PageGenerator


public class PageGenerator
extends java.lang.Object

Render a page


Constructor Summary
PageGenerator(ScriptableClientApplication clientApplication, GeneratorOptions options)
           

 

Method Summary
 void generatePage(java.net.URI uri, GeneratorState state)
          Generate the page underneath the given section.
 ScriptableClientApplication getClientApplication()
           
 GeneratorOptions getOptions()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PageGenerator

public PageGenerator(ScriptableClientApplication clientApplication,
                     GeneratorOptions options)

Method Detail

getClientApplication

public ScriptableClientApplication getClientApplication()

getOptions

public GeneratorOptions getOptions()

generatePage

public void generatePage(java.net.URI uri,
                         GeneratorState state)
                  throws GeneratorException,
                         java.io.IOException
Generate the page underneath the given section.
Parameters:
state - the generator state
uri - the uri to render
Throws:
GeneratorException
java.io.IOException

Skip navigation links

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

E17273-03


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