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
Interface URLOperator

All Known Implementing Classes:
BaseURLOperatorImpl, DefaultURLOperatorImpl, URLOperatorDecorator

public interface URLOperator

Used by navigation framework to resolve pretty URLs to canonical URL format and generate pretty URL from canonical URL format.


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

 

Method Detail

getGoLinkPrettyURL

java.lang.String getGoLinkPrettyURL(NavigationResource resource)
This method allows an URLOperator to manipuate the goLinkPrettyUrl.
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.