package-summary.html

来自「基于mondrian 开源框架进行OLAP多维分析」· HTML 代码 · 共 269 行

HTML
269
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.5.0_15) on Thu Jul 31 17:20:38 EDT 2008 --><TITLE>mondrian.web.taglib (Mondrian OLAP Server, version 3.0.4.11371)</TITLE><META NAME="keywords" CONTENT="mondrian.web.taglib package"><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle(){    parent.document.title="mondrian.web.taglib (Mondrian OLAP Server, version 3.0.4.11371)";}</SCRIPT><NOSCRIPT></NOSCRIPT></HEAD><BODY BGCOLOR="white" onload="windowTitle();"><!-- ========= START OF TOP NAVBAR ======= --><A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../mondrian/web/servlet/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;&nbsp;<A HREF="../../../mondrian/xmla/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../index.html?mondrian/web/taglib/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= --><HR><H2>Package mondrian.web.taglib</H2>Provides a tag library for embedding MDX queries in JSP pages.<P><B>See:</B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A><P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Interface Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../mondrian/web/taglib/Listener.ApplicationContext.html" title="interface in mondrian.web.taglib">Listener.ApplicationContext</A></B></TD><TD>&nbsp;</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Class Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../mondrian/web/taglib/ApplResources.html" title="class in mondrian.web.taglib">ApplResources</A></B></TD><TD>holds compiled stylesheets</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../mondrian/web/taglib/DOMBuilder.html" title="class in mondrian.web.taglib">DOMBuilder</A></B></TD><TD>transforms a mondrian result into a DOM</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../mondrian/web/taglib/Listener.html" title="class in mondrian.web.taglib">Listener</A></B></TD><TD><code>Listener</code> creates and destroys a <A HREF="../../../mondrian/web/taglib/ApplResources.html" title="class in mondrian.web.taglib"><CODE>ApplResources</CODE></A> at the appropriate times in the servlet's life-cycle.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../mondrian/web/taglib/QueryTag.html" title="class in mondrian.web.taglib">QueryTag</A></B></TD><TD>A <code>QueryTag</code> creates a <A HREF="../../../mondrian/web/taglib/ResultCache.html" title="class in mondrian.web.taglib"><CODE>ResultCache</CODE></A> object and initializes it with the MDX query.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../mondrian/web/taglib/ResultCache.html" title="class in mondrian.web.taglib">ResultCache</A></B></TD><TD>holds a query/result pair in the users session</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../mondrian/web/taglib/TransformTag.html" title="class in mondrian.web.taglib">TransformTag</A></B></TD><TD>A <code>TransformTag</code> renders the result of a <A HREF="../../../mondrian/web/taglib/ResultCache.html" title="class in mondrian.web.taglib"><CODE>ResultCache</CODE></A> object.</TD></TR></TABLE>&nbsp;<P><A NAME="package_description"><!-- --></A><H2>Package mondrian.web.taglib Description</H2><P>Provides a tag library for embedding MDX queries in JSP pages.<p>&nbsp;</p><table border="1" width="100%">  <tr>    <th>Revision</th>    <td>$Id: //open/mondrian-release/3.0/src/main/mondrian/web/taglib/package.html#2 $</td>  </tr>  <tr>    <th>Copyright</th>    <td>Copyright (C) 2002-2002 Kana Software, Inc.<br/>        Copyright (C) 2002-2007 Julian Hyde and others</td>  </tr>  <tr>    <th>Author</th>    <td>Julian Hyde</td>  </tr></table><h2>Tags</h2><p><A HREF="../../../mondrian/web/taglib/QueryTag.html" title="class in mondrian.web.taglib"><CODE>QueryTag</CODE></A> and <A HREF="../../../mondrian/web/taglib/TransformTag.html" title="class in mondrian.web.taglib"><CODE>TransformTag</CODE></A>.</p><h2>Example</h2><blockquote><pre>&lt;%@ page language="java" %&gt;&lt;%@ taglib uri="/WEB-INF/mdxtable.tld" prefix="mdx" %&gt;&lt;mdx:query name="query1" resultCache="true"&gt;select  {[Measures].[Unit Sales], [Measures].[Store Cost]} on columns,  CrossJoin(    { [Promotion Media].[All Promotion Media].[Radio],      [Promotion Media].[All Promotion Media].[TV],      [Promotion Media].[All Promotion Media].[Sunday Paper],      [Promotion Media].[All Promotion Media].[Street Handout] },    [Product].[All Products].[Drink].children) on rowsfrom Saleswhere ([Time].[1997])&lt;/mdx:query&gt;The current slicer is &lt;strong&gt;  &lt;mdx:transform query="query1"     xsltURI="/WEB-INF/mdxslicer.xsl"     xsltCache="true"/&gt;&lt;/strong&gt;.&lt;p&gt;  &lt;mdx:transform query="query1"     xsltURI="/WEB-INF/mdxtable.xsl"     xsltCache="false"/&gt;&lt;/p&gt;</pre></blockquote><h2>Known Issues</h2><h2>Dependencies</h2><p>This package is dependent upon the following other packages:</p><ul>  <li><CODE>mondrian.olap</CODE>, but NOT <CODE>mondrian.rolap</CODE></li>  <li><A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/package-summary.html"><CODE>javax.servlet</CODE></A>, <A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/jsp/package-summary.html"><CODE>javax.servlet.jsp</CODE></A></li>  <li><A HREF="http://java.sun.com/javase/6/docs/api/javax/xml/parsers/package-summary.html"><CODE>javax.xml.parsers</CODE></A></li>  <li><A HREF="http://java.sun.com/javase/6/docs/api/javax/xml/transform/package-summary.html"><CODE>javax.xml.transform</CODE></A></li>  <li><A HREF="http://java.sun.com/javase/6/docs/api/org/w3c/dom/package-summary.html"><CODE>org.w3c.dom</CODE></A></li>  <li><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/package-summary.html"><CODE>java.lang</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/io/package-summary.html"><CODE>java.io</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/package-summary.html"><CODE>java.util</CODE></A></li></ul><P><P><DL></DL><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><a href="http://sourceforge.net/projects/mondrian"><img src="http://sourceforge.net/sflogo.php?group_id=35302&type=1" width="88" height="31" border="0" alt="SourceForge.net_Logo"></a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../mondrian/web/servlet/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;&nbsp;<A HREF="../../../mondrian/xmla/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../index.html?mondrian/web/taglib/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?