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.util
Class UrlListener

java.lang.Object
  extended by oracle.stellent.wcm.client.generator.util.UrlListener

All Implemented Interfaces:
SiteRequestListener

public class UrlListener
extends java.lang.Object
implements SiteRequestListener

Listen for all visited URLs during page render


Constructor Summary
UrlListener()
           
UrlListener(java.util.Set<java.net.URI> urls)
           

 

Method Summary
 java.util.Set<java.net.URI> getUrls()
           
 void postExecuteSiteRequest(SiteRequest request, SiteResponse response)
          Called after the command is executed
 void preExecuteSiteRequest(SiteRequest request)
          Called before command is executed

 

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

 

Constructor Detail

UrlListener

public UrlListener()

UrlListener

public UrlListener(java.util.Set<java.net.URI> urls)

Method Detail

getUrls

public java.util.Set<java.net.URI> getUrls()

preExecuteSiteRequest

public void preExecuteSiteRequest(SiteRequest request)
Called before command is executed
Specified by:
preExecuteSiteRequest in interface SiteRequestListener
Parameters:
request - the request

postExecuteSiteRequest

public void postExecuteSiteRequest(SiteRequest request,
                                   SiteResponse response)
Called after the command is executed
Specified by:
postExecuteSiteRequest in interface SiteRequestListener
Parameters:
request - the command
response - the response from the command

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.