| Package | Description |
|---|---|
| org.ocpsoft.rewrite.faces.navigate |
| Modifier and Type | Method and Description |
|---|---|
static Navigate |
Navigate.to(Class<?> clazz)
|
static Navigate |
Navigate.to(String viewId)
Create a new
Navigate instance that will invoke navigation to the specified View ID. |
Navigate |
Navigate.with(CharSequence name,
Object value)
Set a query parameter to be passed to the specified View Id.
|
Navigate |
Navigate.withoutRedirect()
Specify that navigation should be performed using JavaServer Faces non-redirecting navigation.
|
Copyright © 2015 OCPsoft. All Rights Reserved.