Uses of Class
org.shredzone.commons.view.exception.ViewContextException
-
Packages that use ViewContextException Package Description org.shredzone.commons.view org.shredzone.commons.view.impl -
-
Uses of ViewContextException in org.shredzone.commons.view
Methods in org.shredzone.commons.view that throw ViewContextException Modifier and Type Method Description <T> TViewContext. getValueOfType(Class<T> type)Gets a value that matches the requested type. -
Uses of ViewContextException in org.shredzone.commons.view.impl
Methods in org.shredzone.commons.view.impl that throw ViewContextException Modifier and Type Method Description <T> TViewContextImpl. getValueOfType(Class<T> type)
-