| java.lang.Object uk.org.ponder.rsf.viewstate.support.ViewParamsRegistryImpl
ViewParamsRegistryImpl | public class ViewParamsRegistryImpl implements ViewParamsReceiver,ViewParamsReporter,ViewParamsRegistry(Code) | | Receives and coordinates view parameters information from the ViewProducers,
as well as contributing the default view marked there.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
getDefaultView | public String getDefaultView()(Code) | | DO NOT call this method in application scope. Default view cannot be
guaranteed to be called until all views are read.
The default view to be redirected to in case of a Level-1exception. |
setDefaultView | public void setDefaultView(String viewid)(Code) | | |
setViewParametersMap | public void setViewParametersMap(Map exemplarmap)(Code) | | AT MOST ONE view parameters map may be set as "pending" during startup
(presumably through reading of a static file). It will be actioned on
initialisation of the bean, all further will be actioned immediately.
|
|
|