Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


oracle.adf.view.rich.context
Class UnassociatedPage

java.lang.Object
  extended by oracle.adf.view.rich.context.Page
      extended by oracle.adf.view.rich.context.UnassociatedPage


public abstract class UnassociatedPage
extends Page

Constructor Summary
UnassociatedPage()
           

 

Method Summary
abstract  String encodeURL(String url)
          Encodes URL to be associated with this UnassociatedPage object.

 

Methods inherited from class oracle.adf.view.rich.context.Page
getAttributes

 

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

 

Constructor Detail

UnassociatedPage

public UnassociatedPage()

Method Detail

encodeURL

public abstract String encodeURL(String url)
Encodes URL to be associated with this UnassociatedPage object. The original URL will be returned if the object does not contain any attributes.
Parameters:
url - - url to be encoded
Returns:
encoded URL string
See Also:
AdfFacesContext.createPage()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.