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> T
ViewContext. 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> T
ViewContextImpl. getValueOfType(Class<T> type)
-