Skip navigation links

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


oracle.webcenter.navigationframework
Class BaseURLOperatorImpl

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

All Implemented Interfaces:
URLOperator
Direct Known Subclasses:
URLOperatorDecorator

public class BaseURLOperatorImpl
extends java.lang.Object
implements URLOperator

Base implementation for URLOperator This class is used mainly to shield subclass from changes to the URLOperator interface.


Constructor Summary
BaseURLOperatorImpl()
           

 

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

BaseURLOperatorImpl

public BaseURLOperatorImpl()

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
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.8.0)
E15995-07


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