public class SpringEventToViewLookupFunction extends Object implements com.google.common.base.Function<org.springframework.webflow.execution.Event,String>
Event.| Modifier and Type | Field and Description |
|---|---|
private String |
defaultView
Default view name to return.
|
private Map<String,String> |
eventMap
Map of event ID to view name.
|
| Constructor and Description |
|---|
SpringEventToViewLookupFunction()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
apply(org.springframework.webflow.execution.Event input) |
void |
setDefaultView(String view)
Set the default view name.
|
void |
setEventMap(Map<String,String> map)
Set the map of event IDs to view names.
|
public SpringEventToViewLookupFunction()
Copyright © 1999–2014. All rights reserved.