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

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

All Implemented Interfaces:
RequestListener

public class UrlListener
extends java.lang.Object
implements RequestListener

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 postExecuteRequest(SiteRequest request, SiteResponse response)
          Called after the command is executed
 void preExecuteRequest(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()

preExecuteRequest

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

postExecuteRequest

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

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.