org.openi.xmla
Class XMLAQueryTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.tonbeller.jpivot.tags.OlapModelTag
com.tonbeller.jpivot.xmla.XMLA_OlapModelTag
org.openi.xmla.XMLAQueryTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class XMLAQueryTag
- extends com.tonbeller.jpivot.xmla.XMLA_OlapModelTag
JSP tag for XMLA Olap Model
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Method Summary |
void |
addClickable(com.tonbeller.jpivot.table.ClickableMember clickable)
|
java.lang.String |
getMdxQuery()
|
protected com.tonbeller.jpivot.olap.model.OlapModel |
getOlapModel(com.tonbeller.wcf.controller.RequestContext context)
|
java.lang.String |
getPassword()
|
java.lang.String |
getUser()
|
void |
init(com.tonbeller.wcf.controller.RequestContext context)
|
void |
setMdxQuery(java.lang.String mdxquery)
|
void |
setPassword(java.lang.String password)
|
void |
setQueryName(java.lang.String queryName)
|
void |
setStackMode(boolean stackMode)
|
void |
setUser(java.lang.String user)
|
Methods inherited from class com.tonbeller.jpivot.xmla.XMLA_OlapModelTag |
getCatalog, getConfig, getDataSource, getUri, setCatalog, setConfig, setDataSource, setUri |
Methods inherited from class com.tonbeller.jpivot.tags.OlapModelTag |
doEndTag, doStartTag |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
XMLAQueryTag
public XMLAQueryTag()
addClickable
public void addClickable(com.tonbeller.jpivot.table.ClickableMember clickable)
getOlapModel
protected com.tonbeller.jpivot.olap.model.OlapModel getOlapModel(com.tonbeller.wcf.controller.RequestContext context)
throws org.xml.sax.SAXException,
java.io.IOException,
com.tonbeller.jpivot.olap.model.OlapException
- Throws:
org.xml.sax.SAXException
java.io.IOException
com.tonbeller.jpivot.olap.model.OlapException
init
public void init(com.tonbeller.wcf.controller.RequestContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
getMdxQuery
public java.lang.String getMdxQuery()
setMdxQuery
public void setMdxQuery(java.lang.String mdxquery)
getUser
public java.lang.String getUser()
getPassword
public java.lang.String getPassword()
setUser
public void setUser(java.lang.String user)
setPassword
public void setPassword(java.lang.String password)
setQueryName
public void setQueryName(java.lang.String queryName)
setStackMode
public void setStackMode(boolean stackMode)