Uses of Class
edu.cornell.mannlib.vitro.webapp.search.controller.PagedSearchController.Format
-
Packages that use PagedSearchController.Format Package Description edu.cornell.mannlib.vitro.webapp.search.controller -
-
Uses of PagedSearchController.Format in edu.cornell.mannlib.vitro.webapp.search.controller
Fields in edu.cornell.mannlib.vitro.webapp.search.controller with type parameters of type PagedSearchController.Format Modifier and Type Field Description protected static Map<PagedSearchController.Format,Map<PagedSearchController.Result,String>>PagedSearchController. templateTableMethods in edu.cornell.mannlib.vitro.webapp.search.controller that return PagedSearchController.Format Modifier and Type Method Description protected PagedSearchController.FormatPagedSearchController. getFormat(VitroRequest req)static PagedSearchController.FormatPagedSearchController.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static PagedSearchController.Format[]PagedSearchController.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.search.controller that return types with arguments of type PagedSearchController.Format Modifier and Type Method Description protected static Map<PagedSearchController.Format,Map<PagedSearchController.Result,String>>PagedSearchController. setupTemplateTable()Methods in edu.cornell.mannlib.vitro.webapp.search.controller with parameters of type PagedSearchController.Format Modifier and Type Method Description protected static StringPagedSearchController. getTemplate(PagedSearchController.Format format, PagedSearchController.Result result)
-