Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.tags
Class ProductCheck

java.lang.Object
  extended by com.opensymphony.webwork.components.Component
      extended by com.jivesoftware.base.tags.ProductCheck

public class ProductCheck
extends com.opensymphony.webwork.components.Component

Component that can be used to perform product and edition checks.

If only product is specified, the check will be to see if the product is installed and licensed.

If product and edition specified, we will check to see if you are licensed to use the specified edition of the project.

See Also:
Product, Edition, ProductManager

Field Summary
 
Fields inherited from class com.opensymphony.webwork.components.Component
COMPONENT_STACK, id, parameters, stack
 
Constructor Summary
ProductCheck(com.opensymphony.xwork.util.OgnlValueStack stack)
           
 
Method Summary
 void setEdition(java.lang.String edition)
          The edition name, this is the short edition name (ie ent)
 void setProduct(java.lang.String product)
          The product name, this is the short product name (ie forums)
 boolean start(java.io.Writer writer)
           
 
Methods inherited from class com.opensymphony.webwork.components.Component
addAllParameters, addParameter, altSyntax, copyParams, determineActionURL, determineNamespace, end, end, fieldError, findAncestor, findString, findString, findValue, findValue, findValue, getComponentStack, getId, getParameters, getStack, popComponentStack, setId, toString, usesBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductCheck

public ProductCheck(com.opensymphony.xwork.util.OgnlValueStack stack)
Method Detail

setProduct

public void setProduct(java.lang.String product)
The product name, this is the short product name (ie forums)

Parameters:
product - the product name

setEdition

public void setEdition(java.lang.String edition)
The edition name, this is the short edition name (ie ent)

Parameters:
edition - the edition name

start

public boolean start(java.io.Writer writer)
Overrides:
start in class com.opensymphony.webwork.components.Component

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.