Uses of Class
edu.cornell.mannlib.vitro.webapp.search.controller.PagedSearchController.Result
-
Packages that use PagedSearchController.Result Package Description edu.cornell.mannlib.vitro.webapp.search.controller -
-
Uses of PagedSearchController.Result in edu.cornell.mannlib.vitro.webapp.search.controller
Fields in edu.cornell.mannlib.vitro.webapp.search.controller with type parameters of type PagedSearchController.Result 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.Result Modifier and Type Method Description static PagedSearchController.ResultPagedSearchController.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static PagedSearchController.Result[]PagedSearchController.Result. 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.Result 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.Result Modifier and Type Method Description protected static StringPagedSearchController. getTemplate(PagedSearchController.Format format, PagedSearchController.Result result)
-