|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.webwork.components.Component
com.jivesoftware.base.tags.ProductCheck
public class ProductCheck
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.
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 |
---|
public ProductCheck(com.opensymphony.xwork.util.OgnlValueStack stack)
Method Detail |
---|
public void setProduct(java.lang.String product)
product
- the product namepublic void setEdition(java.lang.String edition)
edition
- the edition namepublic boolean start(java.io.Writer writer)
start
in class com.opensymphony.webwork.components.Component
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |