Uses of Interface
edu.cornell.mannlib.vitro.webapp.i18n.I18nBundle
-
-
Uses of I18nBundle in edu.cornell.mannlib.vitro.webapp.controller
Fields in edu.cornell.mannlib.vitro.webapp.controller declared as I18nBundle Modifier and Type Field Description protected I18nBundleAbstractPageHandler. i18n -
Uses of I18nBundle in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return I18nBundle Modifier and Type Method Description I18nBundleWebappDaoFactory. getI18nBundle() -
Uses of I18nBundle in edu.cornell.mannlib.vitro.webapp.dao.filtering
Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return I18nBundle Modifier and Type Method Description I18nBundleWebappDaoFactoryFiltering. getI18nBundle() -
Uses of I18nBundle in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return I18nBundle Modifier and Type Method Description I18nBundleWebappDaoFactoryJena. getI18nBundle() -
Uses of I18nBundle in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo
Constructors in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo with parameters of type I18nBundle Constructor Description BasicValidationVTwo(EditConfigurationVTwo editConfig, I18nBundle i18n)BasicValidationVTwo(Map<String,List<String>> varsToValidations, I18nBundle i18n) -
Uses of I18nBundle in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields with parameters of type I18nBundle Modifier and Type Method Description Map<String,String>ChildVClassesOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>ChildVClassesWithParent. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>ConstantFieldOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>FieldOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Any object that are needed to get the options should be passed in the constructor of the implementation.Map<String,String>IndividualsViaClassGroupOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>IndividualsViaObjectPropetyOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>IndividualsViaSearchQueryOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>IndividualsViaVClassOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>RdfTypeOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wdf, I18nBundle i18n)static Map<String,String>SelectListGeneratorVTwo. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n) -
Uses of I18nBundle in edu.cornell.mannlib.vitro.webapp.i18n
Classes in edu.cornell.mannlib.vitro.webapp.i18n that implement I18nBundle Modifier and Type Class Description classI18nSemanticBundleMethods in edu.cornell.mannlib.vitro.webapp.i18n that return I18nBundle Modifier and Type Method Description static I18nBundleI18n. bundle(List<Locale> preferredLocales)Get the default context I18nBundle for preferred locales.static I18nBundleI18n. bundle(javax.servlet.http.HttpServletRequest req)Get the default request I18nBundle.protected I18nBundleI18n. getBundle(List<Locale> preferredLocales)Get an I18nBundle by this name.protected I18nBundleI18n. getBundle(javax.servlet.http.HttpServletRequest req)Get an I18nBundle by this name. -
Uses of I18nBundle in edu.cornell.mannlib.vitro.webapp.i18n.freemarker
Constructors in edu.cornell.mannlib.vitro.webapp.i18n.freemarker with parameters of type I18nBundle Constructor Description I18nBundleTemplateModel(I18nBundle textBundle)
-