Uses of Class
edu.cornell.mannlib.vitro.webapp.beans.ApplicationBean
-
-
Uses of ApplicationBean in edu.cornell.mannlib.vitro.webapp.controller
Methods in edu.cornell.mannlib.vitro.webapp.controller that return ApplicationBean Modifier and Type Method Description ApplicationBeanVitroRequest. getAppBean() -
Uses of ApplicationBean in edu.cornell.mannlib.vitro.webapp.controller.freemarker
Methods in edu.cornell.mannlib.vitro.webapp.controller.freemarker with parameters of type ApplicationBean Modifier and Type Method Description StringFreemarkerHttpServlet. getThemeDir(ApplicationBean appBean) -
Uses of ApplicationBean in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return ApplicationBean Modifier and Type Method Description ApplicationBeanApplicationDao. getApplicationBean()Methods in edu.cornell.mannlib.vitro.webapp.dao with parameters of type ApplicationBean Modifier and Type Method Description voidApplicationDao. updateApplicationBean(ApplicationBean appBean) -
Uses of ApplicationBean in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return ApplicationBean Modifier and Type Method Description ApplicationBeanApplicationDaoJena. getApplicationBean()Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type ApplicationBean Modifier and Type Method Description voidApplicationDaoJena. updateApplicationBean(ApplicationBean application)
-