|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextTag | |
---|---|
net.ontopia.infoset.fulltext.topicmaps.nav.plugins | |
net.ontopia.topicmaps.nav2.core | Provides interfaces for the Navigator Tag Libraries and Framework. |
net.ontopia.topicmaps.nav2.impl.basic | The basic implementation of the Navigator core interfaces. |
net.ontopia.topicmaps.nav2.impl.framework | The implementation of the Navigator Framework related interfaces. |
net.ontopia.topicmaps.nav2.plugins | Contains the interface which all plugins must implement, as well as some reusable implementations of that interface. |
net.ontopia.topicmaps.nav2.taglibs.output | Output-producing tags, which extract information from the provided collection (mostly topic map related information), and write it to the document output. |
net.ontopia.topicmaps.nav2.taglibs.tolog | |
net.ontopia.topicmaps.nav2.taglibs.value | General (Topic Map independent) value-producing tags, which provide mainly set manipulation operations on collections. |
net.ontopia.topicmaps.nav2.utils | Provides utility classes for the Navigator Tag Libraries and Framework. |
net.ontopia.topicmaps.schema.impl.osl.nav.plugins | |
net.ontopia.topicmaps.webed.impl.utils | |
net.ontopia.topicmaps.webed.utils | Utility classes for the Web Editor Framework; useful for writing Web Editor applications. |
Uses of ContextTag in net.ontopia.infoset.fulltext.topicmaps.nav.plugins |
---|
Methods in net.ontopia.infoset.fulltext.topicmaps.nav.plugins with parameters of type ContextTag | |
---|---|
String |
FulltextPlugin.generateHTML(ContextTag context)
|
Uses of ContextTag in net.ontopia.topicmaps.nav2.core |
---|
Methods in net.ontopia.topicmaps.nav2.core with parameters of type ContextTag | |
---|---|
String |
LinkGeneratorIF.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template)
INTERNAL: create a String which contains link information for a Topic Map Object. |
String |
LinkGeneratorIF.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template)
INTERNAL: create a String which contains link information to a Topicmap retrieved with the help of an TopicMapReferenceIF object. |
Uses of ContextTag in net.ontopia.topicmaps.nav2.impl.basic |
---|
Methods in net.ontopia.topicmaps.nav2.impl.basic with parameters of type ContextTag | |
---|---|
String |
DefaultUniversalLinkGenerator.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template)
|
String |
DefaultUniversalLinkGenerator.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template)
|
Uses of ContextTag in net.ontopia.topicmaps.nav2.impl.framework |
---|
Methods in net.ontopia.topicmaps.nav2.impl.framework with parameters of type ContextTag | |
---|---|
String |
ModelLinkGenerator.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template)
|
String |
ModelLinkGenerator.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template)
|
Uses of ContextTag in net.ontopia.topicmaps.nav2.plugins |
---|
Methods in net.ontopia.topicmaps.nav2.plugins with parameters of type ContextTag | |
---|---|
String |
VizPlugin.generateHTML(ContextTag context)
|
String |
TopicMapLinkPlugin.generateHTML(ContextTag contextTag)
|
String |
TextPlugin.generateHTML(ContextTag context)
|
String |
ReloadPlugin.generateHTML(ContextTag context)
|
String |
RDF2TMPlugin.generateHTML(ContextTag context)
|
String |
PluginIF.generateHTML(ContextTag context)
INTERNAL: Called by the framework to make the plugin produce the HTML that is going to represent it on a web page in the web application. |
String |
GooglePlugin.generateHTML(ContextTag context)
|
String |
DefaultPlugin.generateHTML(ContextTag context)
|
Uses of ContextTag in net.ontopia.topicmaps.nav2.taglibs.output |
---|
Fields in net.ontopia.topicmaps.nav2.taglibs.output declared as ContextTag | |
---|---|
protected ContextTag |
DebugTag.contextTag
|
protected ContextTag |
BaseOutputProducingTag.contextTag
|
Uses of ContextTag in net.ontopia.topicmaps.nav2.taglibs.tolog |
---|
Constructors in net.ontopia.topicmaps.nav2.taglibs.tolog with parameters of type ContextTag | |
---|---|
Context(ContextTag contextTag)
|
Uses of ContextTag in net.ontopia.topicmaps.nav2.taglibs.value |
---|
Fields in net.ontopia.topicmaps.nav2.taglibs.value declared as ContextTag | |
---|---|
protected ContextTag |
BaseValueProducingAndAcceptingTag.contextTag
|
Uses of ContextTag in net.ontopia.topicmaps.nav2.utils |
---|
Methods in net.ontopia.topicmaps.nav2.utils that return ContextTag | |
---|---|
static ContextTag |
FrameworkUtils.getContextTag(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Gets the context tag from the request scope. |
static ContextTag |
FrameworkUtils.getContextTag(javax.servlet.ServletRequest request)
INTERNAL: Gets the context tag from the request. |
Methods in net.ontopia.topicmaps.nav2.utils with parameters of type ContextTag | |
---|---|
static DeciderIF |
ScopeUtils.getScopeDecider(javax.servlet.jsp.PageContext pageContext,
ContextTag contextTag,
int scopeType)
INTERNAL: Get FilterIF object which provides the possibility to decide if one topic map objects belongs to the wanted scope. |
Uses of ContextTag in net.ontopia.topicmaps.schema.impl.osl.nav.plugins |
---|
Methods in net.ontopia.topicmaps.schema.impl.osl.nav.plugins with parameters of type ContextTag | |
---|---|
String |
ValidationPlugin.generateHTML(ContextTag context)
|
Uses of ContextTag in net.ontopia.topicmaps.webed.impl.utils |
---|
Methods in net.ontopia.topicmaps.webed.impl.utils with parameters of type ContextTag | |
---|---|
String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template)
|
String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template)
|
Uses of ContextTag in net.ontopia.topicmaps.webed.utils |
---|
Methods in net.ontopia.topicmaps.webed.utils with parameters of type ContextTag | |
---|---|
String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template)
|
String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |