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 OntopiaRestApplication
AbstractController. ontopia
Methods in net.ontopia.topicmaps.rest.controller that return OntopiaRestApplication Modifier and Type Method Description OntopiaRestApplication
AbstractController. getOntopia()
Methods in net.ontopia.topicmaps.rest.controller with parameters of type OntopiaRestApplication Modifier and Type Method Description void
AbstractController. 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 OntopiaRestApplication
AbstractOntopiaResource. 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 OntopiaRestApplication
DefaultParameterResolver. application
Constructors in net.ontopia.topicmaps.rest.utils with parameters of type OntopiaRestApplication Constructor Description DefaultParameterResolver(OntopiaRestApplication application)
-