Clearspace API (1.7.0) Core Javadocs

Uses of Interface
com.jivesoftware.community.JiveContext

Packages that use JiveContext
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.plugin Plugin API for extending the core API with custom functionality. 
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.action Clearspace WebWork actions. 
com.jivesoftware.community.lifecycle Provides application lifecycle management for Clearspace. 
com.jivesoftware.community.renderer The renderer package provides a way for converting text in one format into another, typically from markup to html and vice versa. 
com.jivesoftware.community.widget   
com.jivesoftware.community.xmpp XMPP integration classes to integrate XMPP with Clearspace. 
 

Uses of JiveContext in com.jivesoftware.base
 

Methods in com.jivesoftware.base with parameters of type JiveContext
 void GroupManagerFactory.initialize(JiveContext jiveContext)
           
 

Uses of JiveContext in com.jivesoftware.base.plugin
 

Fields in com.jivesoftware.base.plugin declared as JiveContext
protected  JiveContext MacroContext.jiveContext
           
 

Methods in com.jivesoftware.base.plugin that return JiveContext
 JiveContext MacroContext.getJiveContext()
          Returns a JiveContext object providing access to the clearspace api.
 

Methods in com.jivesoftware.base.plugin with parameters of type JiveContext
 void PluginManager.initialize(JiveContext ctx)
          Starts plugins and the plugin monitoring service.
 

Constructors in com.jivesoftware.base.plugin with parameters of type JiveContext
MacroContext(JiveContext jiveContext, com.jivesoftware.base.plugin.PluginMetaData pluginMetaData, JiveContentObject contentObject, User user)
           
 

Uses of JiveContext in com.jivesoftware.community
 

Methods in com.jivesoftware.community with parameters of type JiveContext
static TrackbackManager TrackbackManagerFactory.getInstance(int objectType, long objectID, JiveContext jiveContext)
          Returns a concrete instance of the trackback manager interface.
static JiveObject JiveGlobals.getJiveObjectFromURL(JiveContext jiveContext, java.lang.String url)
          Returns a JiveObject that matches the specified url or null if no object matches the specified url.
 void AvatarManagerFactory.initialize(JiveContext jiveContext)
           
 void JiveManager.initialize(JiveContext jiveContext)
          Initialize the manager.
 void PollManagerFactory.initialize(JiveContext jiveContext)
           
 void StatusLevelManagerFactory.initialize(JiveContext jiveContext)
           
 void TagManagerFactory.initialize(JiveContext jiveContext)
           
 void TrackbackManagerFactory.initialize(JiveContext jiveContext)
           
 

Uses of JiveContext in com.jivesoftware.community.action
 

Methods in com.jivesoftware.community.action that return JiveContext
 JiveContext JiveActionSupport.getJiveContext()
           
 

Methods in com.jivesoftware.community.action with parameters of type JiveContext
 void JiveActionSupport.setJiveContext(JiveContext jiveContext)
           
 

Uses of JiveContext in com.jivesoftware.community.lifecycle
 

Methods in com.jivesoftware.community.lifecycle that return JiveContext
static JiveContext JiveApplication.getContext(AuthToken authToken)
          Returns a concrete JiveContext instance.
 

Methods in com.jivesoftware.community.lifecycle with parameters of type JiveContext
protected static void JiveApplication.setTestContext(JiveContext context)
          For testing purposes only.
 

Uses of JiveContext in com.jivesoftware.community.renderer
 

Methods in com.jivesoftware.community.renderer that return JiveContext
 JiveContext RenderContext.getJiveContext()
          Returns the jive context under which the filter is executing.
 

Uses of JiveContext in com.jivesoftware.community.widget
 

Methods in com.jivesoftware.community.widget that return JiveContext
 JiveContext WidgetContext.getJiveContext()
          Gets the jive context for the current page user
 

Constructors in com.jivesoftware.community.widget with parameters of type JiveContext
WidgetContext(JiveContext jiveContext, User user, AuthToken authToken, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Creates a WidgetContext with all the necessary information for a widget author to render their widget.
WidgetContext(JiveContext jiveContext, User user, AuthToken authToken, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Community community)
          Creates a WidgetContext with all the necessary information for a widget author to render their widget, as well as the parent community of the widget.
 

Uses of JiveContext in com.jivesoftware.community.xmpp
 

Methods in com.jivesoftware.community.xmpp with parameters of type JiveContext
 void IMManager.initialize(JiveContext jiveContext)
           
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.