Uses of Class
net.ontopia.topicmaps.rest.OntopiaRestApplication
-
Packages that use OntopiaRestApplication Package Description net.ontopia.topicmaps.rest.controller net.ontopia.topicmaps.rest.resources net.ontopia.topicmaps.rest.utils -
-
Uses of OntopiaRestApplication in net.ontopia.topicmaps.rest.controller
Fields in net.ontopia.topicmaps.rest.controller declared as OntopiaRestApplication Modifier and Type Field Description protected OntopiaRestApplicationAbstractController. ontopiaMethods in net.ontopia.topicmaps.rest.controller that return OntopiaRestApplication Modifier and Type Method Description OntopiaRestApplicationAbstractController. getOntopia()Methods in net.ontopia.topicmaps.rest.controller with parameters of type OntopiaRestApplication Modifier and Type Method Description voidAbstractController. setOntopia(OntopiaRestApplication ontopia) -
Uses of OntopiaRestApplication in net.ontopia.topicmaps.rest.resources
Methods in net.ontopia.topicmaps.rest.resources that return OntopiaRestApplication Modifier and Type Method Description protected OntopiaRestApplicationAbstractOntopiaResource. getOntopia() -
Uses of OntopiaRestApplication in net.ontopia.topicmaps.rest.utils
Fields in net.ontopia.topicmaps.rest.utils declared as OntopiaRestApplication Modifier and Type Field Description protected OntopiaRestApplicationDefaultParameterResolver. applicationConstructors in net.ontopia.topicmaps.rest.utils with parameters of type OntopiaRestApplication Constructor Description DefaultParameterResolver(OntopiaRestApplication application)
-