|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.TagSupport javax.servlet.jsp.tagext.BodyTagSupport com.tonbeller.jpivot.tags.OlapModelTag com.tonbeller.jpivot.xmla.XMLA_OlapModelTag
public class XMLA_OlapModelTag
JSP tag for XMLA Olap Model
Field Summary |
---|
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 |
Constructor Summary | |
---|---|
XMLA_OlapModelTag()
|
Method Summary | |
---|---|
java.lang.String |
getCatalog()
Returns the catalog. |
java.lang.String |
getConfig()
Returns the config. |
java.lang.String |
getDataSource()
Returns the dataSource. |
protected OlapModel |
getOlapModel(com.tonbeller.wcf.controller.RequestContext context)
|
java.lang.String |
getUri()
Returns the uri. |
void |
setCatalog(java.lang.String catalog)
Sets the catalog. |
void |
setConfig(java.lang.String config)
Sets the config. |
void |
setDataSource(java.lang.String dataSource)
Sets the dataSource. |
void |
setUri(java.lang.String uri)
Sets the uri. |
Methods inherited from class com.tonbeller.jpivot.tags.OlapModelTag |
---|
addClickable, doEndTag, doStartTag, release, setQueryName, setStackMode |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, 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 |
Constructor Detail |
---|
public XMLA_OlapModelTag()
Method Detail |
---|
protected OlapModel getOlapModel(com.tonbeller.wcf.controller.RequestContext context) throws org.xml.sax.SAXException, java.io.IOException, OlapException
getOlapModel
in class OlapModelTag
org.xml.sax.SAXException
java.io.IOException
OlapException
public java.lang.String getConfig()
public void setConfig(java.lang.String config)
config
- The config to setpublic java.lang.String getCatalog()
public java.lang.String getDataSource()
public java.lang.String getUri()
public void setCatalog(java.lang.String catalog)
catalog
- The catalog to setpublic void setDataSource(java.lang.String dataSource)
dataSource
- The dataSource to setpublic void setUri(java.lang.String uri)
uri
- The uri to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |