Uses of Class
edu.cornell.mannlib.vitro.webapp.services.shortview.ShortViewService.ShortViewContext
-
Packages that use ShortViewService.ShortViewContext Package Description edu.cornell.mannlib.vitro.webapp.services.shortview -
-
Uses of ShortViewService.ShortViewContext in edu.cornell.mannlib.vitro.webapp.services.shortview
Methods in edu.cornell.mannlib.vitro.webapp.services.shortview that return ShortViewService.ShortViewContext Modifier and Type Method Description static ShortViewService.ShortViewContextShortViewService.ShortViewContext. fromString(String string)static ShortViewService.ShortViewContextShortViewService.ShortViewContext. valueOf(String name)Returns the enum constant of this type with the specified name.static ShortViewService.ShortViewContext[]ShortViewService.ShortViewContext. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.services.shortview with parameters of type ShortViewService.ShortViewContext Modifier and Type Method Description ShortViewService.TemplateAndSupplementalDataShortViewService. getShortViewInfo(Individual individual, ShortViewService.ShortViewContext svContext, VitroRequest vreq)What template should be used to render the short view of this individual in this context? What data is available from custom data getters? Ask the Application Ontology for short view specifications on each of the most specific classes for this individual.ShortViewService.TemplateAndSupplementalDataShortViewServiceImpl. getShortViewInfo(Individual individual, ShortViewService.ShortViewContext svContext, VitroRequest vreq)StringShortViewService. renderShortView(Individual individual, ShortViewService.ShortViewContext context, Map<String,Object> modelMap, VitroRequest vreq)Render the short view template that applies to this individual in this context.StringShortViewServiceImpl. renderShortView(Individual individual, ShortViewService.ShortViewContext context, Map<String,Object> modelMap, VitroRequest vreq)
-