Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


oracle.webcenter.navigationframework
Class DefaultURLOperatorImpl

java.lang.Object
  extended by oracle.webcenter.navigationframework.BaseURLOperatorImpl
      extended by oracle.webcenter.navigationframework.URLOperatorDecorator
          extended by oracle.webcenter.navigationframework.DefaultURLOperatorImpl

All Implemented Interfaces:
URLOperator

public class DefaultURLOperatorImpl
extends URLOperatorDecorator

Field Summary

 

Fields inherited from class oracle.webcenter.navigationframework.URLOperatorDecorator
mBaseURLOperator

 

Constructor Summary
DefaultURLOperatorImpl(URLOperator operator)
           

 

Method Summary
 java.lang.String getGoLinkPrettyURL(NavigationResource resource)
          This method allows an URLOperator to manipuate the goLinkPrettyUrl.

 

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

 

Constructor Detail

DefaultURLOperatorImpl

public DefaultURLOperatorImpl(URLOperator operator)

Method Detail

getGoLinkPrettyURL

public java.lang.String getGoLinkPrettyURL(NavigationResource resource)
Description copied from interface: URLOperator
This method allows an URLOperator to manipuate the goLinkPrettyUrl.
Specified by:
getGoLinkPrettyURL in interface URLOperator
Overrides:
getGoLinkPrettyURL in class URLOperatorDecorator
Parameters:
resource - current navigation resource
Returns:
String representing the goLink Pretty URL after processing by the URLOperator(s)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


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