Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.JiveContext

Packages that use JiveContext
com.jivesoftware.base.plugin Plugin API for extending the core API with custom functionality. 
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. 
 

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.
 

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.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()
          Returns the raw jive context (spring context).
static JiveContext JiveApplication.getEffectiveContext()
          Returns a jive context with the appropriate permissions of the effective user (which is not necessarily the same as the authenticated user.
 

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.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.