|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.context.UriManager
public abstract class UriManager
Provides abstraction for dealing with the browser's URI
| Constructor Summary | |
|---|---|
UriManager() |
|
| Method Summary | |
|---|---|
boolean |
addQueryParameters(javax.faces.context.FacesContext context, Map<String,String> params)Deprecated. |
abstract boolean |
addQueryParameters(javax.faces.context.FacesContext context, Map<String,String> params, boolean redirectIfNeeded)Adds query parameters to the current view's URL |
abstract boolean |
makeBookmarkable(javax.faces.context.FacesContext context, String viewId, Map<String,String> params)Navigates to a bookmarkable URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UriManager()
| Method Detail |
|---|
@Deprecated
public final boolean addQueryParameters(javax.faces.context.FacesContext context,
Map<String,String> params)
throws IOException
context - Faces contextparams - a map with name-value pairs, where keys represent parameter names. Existing query parameters on the URI will be preserved unless they are overridden with new values from the mapIOException
public abstract boolean addQueryParameters(javax.faces.context.FacesContext context,
Map<String,String> params,
boolean redirectIfNeeded)
throws IOException
context - Faces contextparams - a map with name-value pairs, where keys represent parameter names. Existing query parameters on the URI will be preserved unless they are overridden with new values from the mapredirectIfNeeded - true if a client-side redirect should be issued when the new query parameters cannot be added to the URI by other means, false otherwise. The consumer fo this interface will normally pass true for the GET requests. For the POST requests, the new query parameters will be reflected in the action URLIOException
public abstract boolean makeBookmarkable(javax.faces.context.FacesContext context,
String viewId,
Map<String,String> params)
throws IOException
context - Faces contextviewId - - View Id for the navigation targetparams - a map with name-value pairs, where keys represent parameter names. Existing query parameters on the URI will be preserved when no navigation is known to occurrIOException
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.