diff options
Diffstat (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog')
78 files changed, 20393 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/BrowserWindow.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/BrowserWindow.html new file mode 100644 index 0000000..554cd21 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/BrowserWindow.html @@ -0,0 +1,713 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+BrowserWindow (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.BrowserWindow class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="BrowserWindow (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BrowserWindow.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV CLASS
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindow.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Class BrowserWindow</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.BrowserWindow</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>BrowserWindow</B><DT>extends java.lang.Object</DL>
+
+<P>
+<p> + This is the application side representation of the browser window. + </p> + <p> + The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> is responsible for managing shown or hidden + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentations</CODE></A>. + The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> of a dialog is + shown when the dialog is activated and it is hidden, when + the dialog is deactevated. To be informed about your visibility state + register a listener at your <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>. + </p> + <p> + Note: A deactivated but not closed dialog + is activated by user code only (i.e. a controlling dialog of the concerning dialog) + never by the framework. + </p> + <p> + The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> supports to show modal and non modal dialogs + and hide dialogs with four different strategies concerning backnavigation + to the corresponding page: + <ul> + <li>hide and reopen: a new dialog instance of the same dialog is shown instead. + Note: This strategy is not adequate for sub dialogs!</li> + <li>hide an and do not show again: a privious dialog is shown instead.</li> + <li>hide and replace by an other dialog: an new dialog of the given dialog id + will be created and shown instead</li> + <li>hide and replace by an other page: the given URL will be shown instead</li> + </ul> + Default is hide and reopen. Be carefull using modal dialogs and other than the default hide + strategy: The browser navigation will not always match the users expection. If you use + modal dialogs, make them singletons to get less problems with multi windows! + </p> + <p> + Note: Up to now there will be only one instance of this at all, because we can't + control new browser windows sufficiently. This has shortcomming for correct + information about visibility of <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> and + modal dialogs that are no singletons when more than one browser windows are opend. + </p>
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#BrowserWindow(java.lang.String)">BrowserWindow</A></B>(java.lang.String browserWindowId)</CODE>
+
+<BR>
+ A <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> with no history is constructed</TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#buildActionURL(java.lang.String)">buildActionURL</A></B>(java.lang.String requestContextPath)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#buildIdFromPostParameters()">buildIdFromPostParameters</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#checkSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.Integer)">checkSequenceNumber</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId, + java.lang.Integer sequenceNumber)</CODE>
+
+<BR>
+ Check correct sequece number to detect double submit</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#determineVisualRepresentation(HttpServletRequest, com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack)">determineVisualRepresentation</A></B>(HttpServletRequest request, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog">BrowserWindowCallBack</A> callBack)</CODE>
+
+<BR>
+ Analyses the request parameters and determines the page to be shown. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#findPredecessor(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">findPredecessor</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> from)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#getBrowserWindowId()">getBrowserWindowId</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#getPredecessor(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">getPredecessor</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.util.Set</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#getRegisteredVisualRepresentations()">getRegisteredVisualRepresentations</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#getVisualRepresentation()">getVisualRepresentation</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationInfo</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#getVisualRepresentationInfo(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">getVisualRepresentationInfo</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#handleDoubleSubmit(HttpServletRequest, com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack, com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">handleDoubleSubmit</A></B>(HttpServletRequest request, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog">BrowserWindowCallBack</A> callBack, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ Checks if this is a request to a previous state of the dialog. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#hasCurrentPage()">hasCurrentPage</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean, java.lang.String, java.lang.String, java.lang.Object)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + boolean recreate, + java.lang.String redirectUrl, + java.lang.String replacingDialogId, + java.lang.Object context)</CODE>
+
+<BR>
+ Marks the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to be not shown any more. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#setPredecessor(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">setPredecessor</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> predecessor)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#setVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">setVisualRepresentation</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> newVisRep)</CODE>
+
+<BR>
+ Sets a new <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to be shown in the current request.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#showRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">showRepresentation</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ A <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> - corresponding to a dialog - + will be shown in the browser.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)">showVisualRepresentation</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + boolean modal)</CODE>
+
+<BR>
+ A <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> - corresponding to a dialog - + will be shown in the browser. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#toString()">toString</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#writePostParameters(UIComponent, ResponseWriter)">writePostParameters</A></B>(UIComponent component, + ResponseWriter writer)</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="BrowserWindow(java.lang.String)"><!-- --></A><H3>
+BrowserWindow</H3>
+<PRE>
+public <B>BrowserWindow</B>(java.lang.String browserWindowId)</PRE>
+<DL>
+<DD>A <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> with no history is constructed
+<P>
+<DT><B>Parameters:</B><DD><CODE>browserWindowId</CODE> - the id of this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A></DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getBrowserWindowId()"><!-- --></A><H3>
+getBrowserWindowId</H3>
+<PRE>
+public java.lang.String <B>getBrowserWindowId</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the id of this browser window</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)"><!-- --></A><H3>
+showVisualRepresentation</H3>
+<PRE>
+public void <B>showVisualRepresentation</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + boolean modal)</PRE>
+<DL>
+<DD>A <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> - corresponding to a dialog - + will be shown in the browser. You can set it modal: the page + could not be exited by browser navigation until it is hidden again. + Be careful with modal dialogs!
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>visRep</CODE> - The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to be shown in the browser<DD><CODE>modal</CODE> - true if ths <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> will be shown modal</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="showRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)"><!-- --></A><H3>
+showRepresentation</H3>
+<PRE>
+public void <B>showRepresentation</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</PRE>
+<DL>
+<DD>A <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> - corresponding to a dialog - + will be shown in the browser.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>visRep</CODE> - The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to be shown in the browser</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="hasCurrentPage()"><!-- --></A><H3>
+hasCurrentPage</H3>
+<PRE>
+public boolean <B>hasCurrentPage</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getVisualRepresentation()"><!-- --></A><H3>
+getVisualRepresentation</H3>
+<PRE>
+public <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> <B>getVisualRepresentation</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to be shown in the actual request.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="determineVisualRepresentation(HttpServletRequest, com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack)"><!-- --></A><H3>
+determineVisualRepresentation</H3>
+<PRE>
+public boolean <B>determineVisualRepresentation</B>(HttpServletRequest request, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog">BrowserWindowCallBack</A> callBack)</PRE>
+<DL>
+<DD>Analyses the request parameters and determines the page to be shown. + TODO: Interface for the framework only
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>request</CODE> - The current request containing the id to identify the requested page<DD><CODE>callBack</CODE> - CallBack with exits when no page could be reconstructed or + other than the requested page will be shown. +<DT><B>Returns:</B><DD>true if response is completed due to redirect to other than requested dialog</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="handleDoubleSubmit(HttpServletRequest, com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack, com.sdm.quasar.client.jsf.dialog.VisualRepresentation)"><!-- --></A><H3>
+handleDoubleSubmit</H3>
+<PRE>
+protected boolean <B>handleDoubleSubmit</B>(HttpServletRequest request, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog">BrowserWindowCallBack</A> callBack, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</PRE>
+<DL>
+<DD>Checks if this is a request to a previous state of the dialog. + If so, the handling per <CODE>ReactivationCallback</CODE> is invoked.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>request</CODE> - the actual request<DD><CODE>callBack</CODE> - a callback to handel other than the normal action<DD><CODE>visRep</CODE> - the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> connected to the request +<DT><B>Returns:</B><DD>true when request is completed e.g. due to redirect</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="checkSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.Integer)"><!-- --></A><H3>
+checkSequenceNumber</H3>
+<PRE>
+protected boolean <B>checkSequenceNumber</B>(<A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId, + java.lang.Integer sequenceNumber)</PRE>
+<DL>
+<DD>Check correct sequece number to detect double submit
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true if sequence number is correct</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)"><!-- --></A><H3>
+setVisualRepresentation</H3>
+<PRE>
+public void <B>setVisualRepresentation</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> newVisRep)</PRE>
+<DL>
+<DD>Sets a new <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to be shown in the current request.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>newVisRep</CODE> - the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to be shown in the request.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean, java.lang.String, java.lang.String, java.lang.Object)"><!-- --></A><H3>
+hideVisualRepresentation</H3>
+<PRE>
+public void <B>hideVisualRepresentation</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + boolean recreate, + java.lang.String redirectUrl, + java.lang.String replacingDialogId, + java.lang.Object context)</PRE>
+<DL>
+<DD>Marks the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to be not shown any more. If there + is a request to this hidden <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> you can define + which of the following strategies shold be perfomed: + <ul> + <li>hide and reopen: a new dialog instance of the same dialog is shown + instead. Note: This strategy is not adequate for sub dialogs!</li> + <li>hide an and do not show again: a privious dialog is shown instead.</li> + <li>hide and replace by an other dialog: an new dialog of the given + dialog id will be created and shown instead</li> + <li>hide and replace by an other page: the given URL will be shown + instead</li> + </ul> + If the hidden page is the currently shown page, + the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> privious shown is now the current <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + for the request.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>visRep</CODE> - the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to be hidden<DD><CODE>recreate</CODE> - if true: Hide and recreate; false: redirect when redirect url or dialog is set + else hied and do not show again<DD><CODE>redirectUrl</CODE> - if != null (and recreate == false): perform redrect to this url<DD><CODE>replacingDialogId</CODE> - if != null (and recreate == false): perform redrect to this dialog</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getVisualRepresentationInfo(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)"><!-- --></A><H3>
+getVisualRepresentationInfo</H3>
+<PRE>
+protected <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationInfo</A> <B>getVisualRepresentationInfo</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>visRep</CODE> - a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> +<DT><B>Returns:</B><DD>an object with additional informations of the given <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="buildActionURL(java.lang.String)"><!-- --></A><H3>
+buildActionURL</H3>
+<PRE>
+public java.lang.String <B>buildActionURL</B>(java.lang.String requestContextPath)</PRE>
+<DL>
+<DD><DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#buildActionURL(java.lang.String)"><CODE>ResponseParameterService.buildActionURL(java.lang.String)</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="buildIdFromPostParameters()"><!-- --></A><H3>
+buildIdFromPostParameters</H3>
+<PRE>
+public java.lang.String <B>buildIdFromPostParameters</B>()</PRE>
+<DL>
+<DD><DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#buildIdFromPostParameters()"><CODE>ResponseParameterService.buildIdFromPostParameters()</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="writePostParameters(UIComponent, ResponseWriter)"><!-- --></A><H3>
+writePostParameters</H3>
+<PRE>
+public void <B>writePostParameters</B>(UIComponent component, + ResponseWriter writer) + throws java.io.IOException</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><CODE>com.sdm.quasar.client.jsf.dialog.services.ResponseParameterService#writePostParameters(javax.faces.component.UIComponent, javax.faces.context.ResponseWriter)</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="toString()"><!-- --></A><H3>
+toString</H3>
+<PRE>
+public java.lang.String <B>toString</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getRegisteredVisualRepresentations()"><!-- --></A><H3>
+getRegisteredVisualRepresentations</H3>
+<PRE>
+public java.util.Set <B>getRegisteredVisualRepresentations</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD><CODE>List</CODE> of <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>WebPages</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="findPredecessor(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)"><!-- --></A><H3>
+findPredecessor</H3>
+<PRE>
+protected <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> <B>findPredecessor</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> from)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setPredecessor(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, com.sdm.quasar.client.jsf.dialog.VisualRepresentation)"><!-- --></A><H3>
+setPredecessor</H3>
+<PRE>
+protected void <B>setPredecessor</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> predecessor)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getPredecessor(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)"><!-- --></A><H3>
+getPredecessor</H3>
+<PRE>
+protected <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> <B>getPredecessor</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BrowserWindow.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV CLASS
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindow.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html new file mode 100644 index 0000000..5342b1b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html @@ -0,0 +1,346 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+BrowserWindowCallBack (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="BrowserWindowCallBack (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BrowserWindowCallBack.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV CLASS
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowCallBack.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Interface BrowserWindowCallBack</H2>
+<HR>
+<DL>
+<DT>public interface <B>BrowserWindowCallBack</B></DL>
+
+<P>
+Callback for the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> if the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + requested by the actual request could not or shall not be shown. + The callback provides some exit methods to determine what to do next.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html#handleInvalidSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.String)">handleInvalidSequenceNumber</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId, + java.lang.String url)</CODE>
+
+<BR>
+ A double submit is dedected by an invalid sequence number. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html#handleNoVisualRepresentationAssigned()">handleNoVisualRepresentationAssigned</A></B>()</CODE>
+
+<BR>
+ No <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> could be assigned with this request. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html#performRedirectToCurrent()">performRedirectToCurrent</A></B>()</CODE>
+
+<BR>
+ An other than the requested <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is the + currently shown <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> and shall stay. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html#performRedirectToDialog(java.lang.String, java.lang.Object)">performRedirectToDialog</A></B>(java.lang.String dialogId, + java.lang.Object context)</CODE>
+
+<BR>
+ Instead of the requested <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> the + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> of another dialog shall be shown. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html#performRedirectToUrl(java.lang.String)">performRedirectToUrl</A></B>(java.lang.String url)</CODE>
+
+<BR>
+ Instead of the requested <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> an other page + shall be shown. + </TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="performRedirectToCurrent()"><!-- --></A><H3>
+performRedirectToCurrent</H3>
+<PRE>
+public boolean <B>performRedirectToCurrent</B>()</PRE>
+<DL>
+<DD>An other than the requested <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is the + currently shown <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> and shall stay. + Thus perform a redirect to the current shown <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="performRedirectToUrl(java.lang.String)"><!-- --></A><H3>
+performRedirectToUrl</H3>
+<PRE>
+public boolean <B>performRedirectToUrl</B>(java.lang.String url)</PRE>
+<DL>
+<DD>Instead of the requested <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> an other page + shall be shown. + Thus perform a redirect to this page.
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="performRedirectToDialog(java.lang.String, java.lang.Object)"><!-- --></A><H3>
+performRedirectToDialog</H3>
+<PRE>
+public boolean <B>performRedirectToDialog</B>(java.lang.String dialogId, + java.lang.Object context)</PRE>
+<DL>
+<DD>Instead of the requested <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> the + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> of another dialog shall be shown. + Thus create the dialog and perform a redirect to the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + of this dialog.
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="handleNoVisualRepresentationAssigned()"><!-- --></A><H3>
+handleNoVisualRepresentationAssigned</H3>
+<PRE>
+public boolean <B>handleNoVisualRepresentationAssigned</B>()</PRE>
+<DL>
+<DD>No <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> could be assigned with this request. + The request is probably a new entry at the application, a bookmark + or some other reason an existing <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> could not + be determined. The application has to determine what to do next.
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="handleInvalidSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.String)"><!-- --></A><H3>
+handleInvalidSequenceNumber</H3>
+<PRE>
+public boolean <B>handleInvalidSequenceNumber</B>(<A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId, + java.lang.String url)</PRE>
+<DL>
+<DD>A double submit is dedected by an invalid sequence number. + The application has to determine what to do next.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>dialogInstanceId</CODE> - <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog"><CODE>DialogInstanceId</CODE></A> of the dialog that is out of sequence<DD><CODE>url</CODE> - an URL for the corresponding dialog in its actual state +<DT><B>Returns:</B><DD>true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BrowserWindowCallBack.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV CLASS
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowCallBack.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html new file mode 100644 index 0000000..2b0fc49 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html @@ -0,0 +1,392 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+DefaultDialogParameterHandler (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="DefaultDialogParameterHandler (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DefaultDialogParameterHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DefaultDialogParameterHandler.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Class DefaultDialogParameterHandler</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></DD>
+</DL>
+<DL>
+<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../../com/sdm/quasar/client/showcase/jsf/application/ShowcaseDialogParameterHandler.html" title="class in com.sdm.quasar.client.showcase.jsf.application">ShowcaseDialogParameterHandler</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>DefaultDialogParameterHandler</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></DL>
+
+<P>
+Default implementation of the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> interface
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de>, sd&m AG, Carsten Lucke <clucke@sdm.de>, sd&m AG</DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TD>
+</TR>
+</TABLE>
+ <A NAME="fields_inherited_from_class_com.sdm.quasar.client.jsf.dialog.DialogParameterHandler"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Fields inherited from interface com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html#DIALOG_PARAMETER_HANDLER_CONFIG_KEY">DIALOG_PARAMETER_HANDLER_CONFIG_KEY</A></CODE></TD>
+</TR>
+</TABLE>
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html#DefaultDialogParameterHandler()">DefaultDialogParameterHandler</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html#checkIsAjaxRequest(HttpServletRequest, ServletResponse)">checkIsAjaxRequest</A></B>(HttpServletRequest request, + ServletResponse response)</CODE>
+
+<BR>
+ The indication of an AJAX request depends on the concrete ajax framework. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html#handleInvalidSequenceNumber(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.String, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)">handleInvalidSequenceNumber</A></B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId, + java.lang.String webPageUrl, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</CODE>
+
+<BR>
+ The sequence number is invalid: the request was from a dialog in an old state + or a double submit of the same request. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html#handleMissingDialogParameters(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)">handleMissingDialogParameters</A></B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</CODE>
+
+<BR>
+ This method is called when the dialog parameters, + i.e. the dialog id or the dialog instance id, are incomplete. + This may be a request to enter the application, + a request from a bookmark or a request from a dialog + that is closed and should not be recreated automatically.</TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="DefaultDialogParameterHandler()"><!-- --></A><H3>
+DefaultDialogParameterHandler</H3>
+<PRE>
+public <B>DefaultDialogParameterHandler</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="handleMissingDialogParameters(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)"><!-- --></A><H3>
+handleMissingDialogParameters</H3>
+<PRE>
+public boolean <B>handleMissingDialogParameters</B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</PRE>
+<DL>
+<DD>This method is called when the dialog parameters, + i.e. the dialog id or the dialog instance id, are incomplete. + This may be a request to enter the application, + a request from a bookmark or a request from a dialog + that is closed and should not be recreated automatically.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html#handleMissingDialogParameters(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)">handleMissingDialogParameters</A></CODE> in interface <CODE><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.<DT><B>See Also:</B><DD><CODE>When no dialog context could be reconstructed we bypass as default. + Overwrite this method for three cases + <ul> + <li>direct entry: define the URLs your application will be entered + and create corresponding dialog</li> + <li>bookmarkable dialogs: reconize bookmarked urls, + if this is an url of an bookmarkable dialog, + create this dialog and pass parameters. + Caution: If bookmarked dialog is a subdialog you have to reconstruct + all super dialogs as well! Or redirect to an entry page.</li> + <li>back navigation to a closed dialog: if the url is from the browser history + and the corresponding dialog is closed you may create a new instance of this dialog + or show an error dialog instead.</li> + </ul></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="handleInvalidSequenceNumber(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.String, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)"><!-- --></A><H3>
+handleInvalidSequenceNumber</H3>
+<PRE>
+public boolean <B>handleInvalidSequenceNumber</B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId, + java.lang.String webPageUrl, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</PRE>
+<DL>
+<DD>The sequence number is invalid: the request was from a dialog in an old state + or a double submit of the same request. + Thus we throw an Exception to avoid double submit or request based on old data. + You can override this to display your own dialog. + For example see the implementation of this method in the showcase. + If you do not use sequence numbers, just return.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html#handleInvalidSequenceNumber(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.String, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)">handleInvalidSequenceNumber</A></CODE> in interface <CODE><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>dialogInstanceId</CODE> - <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog"><CODE>DialogInstanceId</CODE></A> of the dialog that is out of sequence<DD><CODE>webPageUrl</CODE> - an URL for the corresponding dialog in its actual state +<DT><B>Returns:</B><DD>true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.<DT><B>See Also:</B><DD><CODE>com.sdm.quasar.client.jsf.dialog.DialogParameterHandler#handleInvalidSequenceNumber(ServiceProvider, DialogRequestParameters)</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="checkIsAjaxRequest(HttpServletRequest, ServletResponse)"><!-- --></A><H3>
+checkIsAjaxRequest</H3>
+<PRE>
+public boolean <B>checkIsAjaxRequest</B>(HttpServletRequest request, + ServletResponse response)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></CODE></B></DD>
+<DD>The indication of an AJAX request depends on the concrete ajax framework. + Please take a look at the request parameters + to tell us if we are dealing with an AJAX request.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html#checkIsAjaxRequest(HttpServletRequest, ServletResponse)">checkIsAjaxRequest</A></CODE> in interface <CODE><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true, if the given request is an AJAX request.</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DefaultDialogParameterHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DefaultDialogParameterHandler.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html new file mode 100644 index 0000000..2ae4d78 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html @@ -0,0 +1,343 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+DialogParameterHandler (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.DialogParameterHandler interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="DialogParameterHandler (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DialogParameterHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogParameterHandler.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Interface DialogParameterHandler</H2>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog">DefaultDialogParameterHandler</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public interface <B>DialogParameterHandler</B></DL>
+
+<P>
+Requests with incomplete, outdated or unknown request parameters are passed to this. + Concrete <CODE>DialogRequestParameters</CODE> implement the strategy how to handle these + requests. An implementation has to be registrated at the <A HREF="../../../../../../com/sdm/quasar/client/core/common/config/ConfigManager.html" title="interface in com.sdm.quasar.client.core.common.config"><CODE>ConfigManager</CODE></A> + with the key <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html#DIALOG_PARAMETER_HANDLER_CONFIG_KEY"><CODE>DIALOG_PARAMETER_HANDLER_CONFIG_KEY</CODE></A>.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html#DIALOG_PARAMETER_HANDLER_CONFIG_KEY">DIALOG_PARAMETER_HANDLER_CONFIG_KEY</A></B></CODE>
+
+<BR>
+ The key that is used for retrieving the name of the implementation of + this interface to be used.</TD>
+</TR>
+</TABLE>
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html#checkIsAjaxRequest(HttpServletRequest, ServletResponse)">checkIsAjaxRequest</A></B>(HttpServletRequest request, + ServletResponse response)</CODE>
+
+<BR>
+ The indication of an AJAX request depends on the concrete ajax framework. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html#handleInvalidSequenceNumber(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.String, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)">handleInvalidSequenceNumber</A></B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId, + java.lang.String url, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</CODE>
+
+<BR>
+ This method is called when the sequence number is invalid. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html#handleMissingDialogParameters(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)">handleMissingDialogParameters</A></B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</CODE>
+
+<BR>
+ This method is called when the dialog parameters, + i.e. the dialog id or the dialog instance id, are incomplete. + </TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="DIALOG_PARAMETER_HANDLER_CONFIG_KEY"><!-- --></A><H3>
+DIALOG_PARAMETER_HANDLER_CONFIG_KEY</H3>
+<PRE>
+public static final java.lang.String <B>DIALOG_PARAMETER_HANDLER_CONFIG_KEY</B></PRE>
+<DL>
+<DD>The key that is used for retrieving the name of the implementation of + this interface to be used.
+<P>
+<DL>
+</DL>
+</DL>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="handleMissingDialogParameters(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)"><!-- --></A><H3>
+handleMissingDialogParameters</H3>
+<PRE>
+public boolean <B>handleMissingDialogParameters</B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</PRE>
+<DL>
+<DD>This method is called when the dialog parameters, + i.e. the dialog id or the dialog instance id, are incomplete. + This may be a request to enter the application, + a request from a bookmark or a request from a dialog + that is closed and should not be recreated automatically.
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="handleInvalidSequenceNumber(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.String, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)"><!-- --></A><H3>
+handleInvalidSequenceNumber</H3>
+<PRE>
+public boolean <B>handleInvalidSequenceNumber</B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId, + java.lang.String url, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</PRE>
+<DL>
+<DD>This method is called when the sequence number is invalid. + This may indicate a double submit or a requset from an old page. + This can happen when the same dialog instance (e.g. a singleton instance) + is open in two browsers or two tabs of one browser or from a double submit.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>dialogInstanceId</CODE> - <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog"><CODE>DialogInstanceId</CODE></A> of the dialog that is out of sequence<DD><CODE>url</CODE> - an URL for the corresponding dialog in its actual state +<DT><B>Returns:</B><DD>true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="checkIsAjaxRequest(HttpServletRequest, ServletResponse)"><!-- --></A><H3>
+checkIsAjaxRequest</H3>
+<PRE>
+public boolean <B>checkIsAjaxRequest</B>(HttpServletRequest request, + ServletResponse response)</PRE>
+<DL>
+<DD>The indication of an AJAX request depends on the concrete ajax framework. + Please take a look at the request parameters + to tell us if we are dealing with an AJAX request.
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true, if the given request is an AJAX request.</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DialogParameterHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogParameterHandler.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html new file mode 100644 index 0000000..05208f2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html @@ -0,0 +1,264 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+DialogParameterHandlerCallback (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="DialogParameterHandlerCallback (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DialogParameterHandlerCallback.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogParameterHandlerCallback.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Interface DialogParameterHandlerCallback</H2>
+<HR>
+<DL>
+<DT>public interface <B>DialogParameterHandlerCallback</B></DL>
+
+<P>
+Callback for the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> to tell + the caller ofe a concrete <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> + how to process further. This callback provides two possibilities: + <ul> + <li> + Handle the request as a bypass for the quasar client: the request + will be handled like a normal JSF request, no quasar specific processing will be done + </li> + <li> + Perform a redirect to the currently activated dialog. E.g. use this if you created + and activated a new dialog. + </li> + </ul>
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html#performBypass()">performBypass</A></B>()</CODE>
+
+<BR>
+ Handle the request as a bypass for the quasar client: the request + will be handled like a normal JSF request, no quasar specific processing will be done.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html#performRedirect()">performRedirect</A></B>()</CODE>
+
+<BR>
+ Perform a redirect to the currently activated dialog. </TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="performBypass()"><!-- --></A><H3>
+performBypass</H3>
+<PRE>
+public boolean <B>performBypass</B>()</PRE>
+<DL>
+<DD>Handle the request as a bypass for the quasar client: the request + will be handled like a normal JSF request, no quasar specific processing will be done.
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="performRedirect()"><!-- --></A><H3>
+performRedirect</H3>
+<PRE>
+public boolean <B>performRedirect</B>()</PRE>
+<DL>
+<DD>Perform a redirect to the currently activated dialog. E.g. use this if you created + and activated a new dialog.
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DialogParameterHandlerCallback.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogParameterHandlerCallback.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html new file mode 100644 index 0000000..b69b27a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html @@ -0,0 +1,327 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+DialogServletFilter (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.DialogServletFilter class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="DialogServletFilter (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DialogServletFilter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogServletFilter.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Class DialogServletFilter</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.DialogServletFilter</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>DialogServletFilter</B><DT>extends java.lang.Object</DL>
+
+<P>
+ServletFilter that is called before the JSF life cycle begins. + This Filter is to determine an existing dialog context, + build a new one or do normal jsf handling with respect to the + request parameters.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de>, clucke</DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html#DialogServletFilter()">DialogServletFilter</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html#destroy()">destroy</A></B>()</CODE>
+
+<BR>
+ The filter's destruction hook.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html#doFilter(ServletRequest, ServletResponse, FilterChain)">doFilter</A></B>(ServletRequest request, + ServletResponse response, + FilterChain chain)</CODE>
+
+<BR>
+ The actual filtering hook. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html#init(FilterConfig)">init</A></B>(FilterConfig conf)</CODE>
+
+<BR>
+ The filter's initialization hook.</TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="DialogServletFilter()"><!-- --></A><H3>
+DialogServletFilter</H3>
+<PRE>
+public <B>DialogServletFilter</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="init(FilterConfig)"><!-- --></A><H3>
+init</H3>
+<PRE>
+public void <B>init</B>(FilterConfig conf) + throws ServletException</PRE>
+<DL>
+<DD>The filter's initialization hook.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>conf</CODE> - the filter's configuration-data +<DT><B>Throws:</B> +<DD><CODE>ServletException</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="destroy()"><!-- --></A><H3>
+destroy</H3>
+<PRE>
+public void <B>destroy</B>()</PRE>
+<DL>
+<DD>The filter's destruction hook.
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="doFilter(ServletRequest, ServletResponse, FilterChain)"><!-- --></A><H3>
+doFilter</H3>
+<PRE>
+public void <B>doFilter</B>(ServletRequest request, + ServletResponse response, + FilterChain chain) + throws java.io.IOException, + ServletException</PRE>
+<DL>
+<DD>The actual filtering hook. The logic regarding Quasar-dialogs is located + here. + + <p> + This hook is used to connect the request to the dialog instance, + defined by the dialog parameters. This task is delegated to + the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><CODE>DialogContextService</CODE></A> registered at the session. + If response is not compleated the filter-chain processing will be continued. + </p>
+<P>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE> +<DD><CODE>ServletException</CODE></DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DialogServletFilter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogServletFilter.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html new file mode 100644 index 0000000..c268c4f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html @@ -0,0 +1,279 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+FacesContextProvider (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.FacesContextProvider class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="FacesContextProvider (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/FacesContextProvider.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="FacesContextProvider.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Class FacesContextProvider</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.FacesContextProvider</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>FacesContextProvider</B><DT>extends java.lang.Object</DL>
+
+<P>
+Convenience methods to access the <CODE>FacesContext</CODE>.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html#FacesContextProvider()">FacesContextProvider</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static FacesContext</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html#getCurrentFacesContext()">getCurrentFacesContext</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html#hasFacesContext()">hasFacesContext</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="FacesContextProvider()"><!-- --></A><H3>
+FacesContextProvider</H3>
+<PRE>
+public <B>FacesContextProvider</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="hasFacesContext()"><!-- --></A><H3>
+hasFacesContext</H3>
+<PRE>
+public static boolean <B>hasFacesContext</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getCurrentFacesContext()"><!-- --></A><H3>
+getCurrentFacesContext</H3>
+<PRE>
+public static FacesContext <B>getCurrentFacesContext</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/FacesContextProvider.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="FacesContextProvider.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/GetParameters.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/GetParameters.html new file mode 100644 index 0000000..c2c8fd0 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/GetParameters.html @@ -0,0 +1,356 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+GetParameters (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.GetParameters class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="GetParameters (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GetParameters.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="GetParameters.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Class GetParameters</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.GetParameters</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>GetParameters</B><DT>extends java.lang.Object</DL>
+
+<P>
+Simple helper class to collect get parameters for a request + and add them as parameters to a url. Here it is used to + add the dialog identifying parameters (dialog id and dialog instance id) + to the get parameters of a url as well as for bookmarking parameters.
+<P>
+
+<P>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected </CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html#GetParameters()">GetParameters</A></B>()</CODE>
+
+<BR>
+ Protected Constructor. + </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html#addGetParametersToURL(java.lang.String)">addGetParametersToURL</A></B>(java.lang.String url)</CODE>
+
+<BR>
+ Adds all get parameters of this to the given url</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.Object</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html#getGetParameter(java.lang.String)">getGetParameter</A></B>(java.lang.String key)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.util.Map</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html#getGetParameterMap()">getGetParameterMap</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html#putGetParameter(java.lang.String, java.lang.String)">putGetParameter</A></B>(java.lang.String key, + java.lang.String value)</CODE>
+
+<BR>
+ Add a new get parameter or change an existing.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html#putGetParameters(java.util.Properties)">putGetParameters</A></B>(java.util.Properties properties)</CODE>
+
+<BR>
+ The properties are added to the get parameters. + </TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="GetParameters()"><!-- --></A><H3>
+GetParameters</H3>
+<PRE>
+protected <B>GetParameters</B>()</PRE>
+<DL>
+<DD>Protected Constructor. + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>GetParameters</CODE></A> are added to every request and can be obtained + from a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><CODE>RequestDataService</CODE></A>.
+<P>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getGetParameterMap()"><!-- --></A><H3>
+getGetParameterMap</H3>
+<PRE>
+public java.util.Map <B>getGetParameterMap</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the <CODE>HashMap</CODE> with collected the get parameter</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getGetParameter(java.lang.String)"><!-- --></A><H3>
+getGetParameter</H3>
+<PRE>
+public java.lang.Object <B>getGetParameter</B>(java.lang.String key)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key for a get parameter +<DT><B>Returns:</B><DD>the value of the get parameter</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="putGetParameter(java.lang.String, java.lang.String)"><!-- --></A><H3>
+putGetParameter</H3>
+<PRE>
+public void <B>putGetParameter</B>(java.lang.String key, + java.lang.String value)</PRE>
+<DL>
+<DD>Add a new get parameter or change an existing.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key for a get parameter<DD><CODE>value</CODE> - the new value for the get parameter</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="putGetParameters(java.util.Properties)"><!-- --></A><H3>
+putGetParameters</H3>
+<PRE>
+public void <B>putGetParameters</B>(java.util.Properties properties)</PRE>
+<DL>
+<DD>The properties are added to the get parameters. + Note: if a property value is not a string we use the + toString method to determin the get parameter value.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>properties</CODE> - the <CODE>Properties</CODE> to be added</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="addGetParametersToURL(java.lang.String)"><!-- --></A><H3>
+addGetParametersToURL</H3>
+<PRE>
+public java.lang.String <B>addGetParametersToURL</B>(java.lang.String url)</PRE>
+<DL>
+<DD>Adds all get parameters of this to the given url
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>url</CODE> - the url to be supplemented by the get parameters +<DT><B>Returns:</B><DD>the supplemented url</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GetParameters.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="GetParameters.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html new file mode 100644 index 0000000..e609e33 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html @@ -0,0 +1,304 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+PRGNavigationHandler (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.PRGNavigationHandler class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="PRGNavigationHandler (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PRGNavigationHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="PRGNavigationHandler.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Class PRGNavigationHandler</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by">NavigationHandler
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.PRGNavigationHandler</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>PRGNavigationHandler</B><DT>extends NavigationHandler</DL>
+
+<P>
+Custom NavigationHandler for the Quasar Client. + + In case of a dialog request it performs a redirect + to the current dialog to implement the PRG pattern.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>clucke</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../../serialized-form.html#com.sdm.quasar.client.jsf.dialog.PRGNavigationHandler">Serialized Form</A></DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected NavigationHandler</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html#_base">_base</A></B></CODE>
+
+<BR>
+ JSF standard <code>NavigationHandler</code></TD>
+</TR>
+</TABLE>
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html#PRGNavigationHandler(NavigationHandler)">PRGNavigationHandler</A></B>(NavigationHandler navHdl)</CODE>
+
+<BR>
+ Constructor. </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html#handleNavigation(FacesContext, java.lang.String, java.lang.String)">handleNavigation</A></B>(FacesContext context, + java.lang.String actionMethod, + java.lang.String outcome)</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="_base"><!-- --></A><H3>
+_base</H3>
+<PRE>
+protected NavigationHandler <B>_base</B></PRE>
+<DL>
+<DD>JSF standard <code>NavigationHandler</code>
+<P>
+<DL>
+</DL>
+</DL>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="PRGNavigationHandler(NavigationHandler)"><!-- --></A><H3>
+PRGNavigationHandler</H3>
+<PRE>
+public <B>PRGNavigationHandler</B>(NavigationHandler navHdl)</PRE>
+<DL>
+<DD>Constructor. Takes the JSF standard <code>NavigationHandler</code> as + argument.
+<P>
+<DT><B>Parameters:</B><DD><CODE>navHdl</CODE> - JSF standard <code>NavigationHandler</code></DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="handleNavigation(FacesContext, java.lang.String, java.lang.String)"><!-- --></A><H3>
+handleNavigation</H3>
+<PRE>
+public void <B>handleNavigation</B>(FacesContext context, + java.lang.String actionMethod, + java.lang.String outcome)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PRGNavigationHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="PRGNavigationHandler.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/PostParameters.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/PostParameters.html new file mode 100644 index 0000000..48d213f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/PostParameters.html @@ -0,0 +1,366 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+PostParameters (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.PostParameters class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="PostParameters (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PostParameters.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="PostParameters.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Class PostParameters</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.PostParameters</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>PostParameters</B><DT>extends java.lang.Object</DL>
+
+<P>
+Simple helper class to collect post parameters for a request + and add them as hidden fields to a response or as token, thas my be added to a link or view id. + Here it is used to add the dialog identifying parameters (dialog id and dialog instance id) + or the sequence number to the hidden fields of a form.
+<P>
+
+<P>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected </CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html#PostParameters()">PostParameters</A></B>()</CODE>
+
+<BR>
+ Protected Constructor. + </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html#getPostParameters(java.lang.String)">getPostParameters</A></B>(java.lang.String key)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.util.Map</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html#getPostParametersMap()">getPostParametersMap</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html#putPostParameter(java.lang.String, java.lang.String)">putPostParameter</A></B>(java.lang.String key, + java.lang.String value)</CODE>
+
+<BR>
+ Add a new post parameter or change an existing.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html#writeHiddenField(UIComponent, ResponseWriter, java.lang.String, java.lang.String)">writeHiddenField</A></B>(UIComponent component, + ResponseWriter writer, + java.lang.String key, + java.lang.String value)</CODE>
+
+<BR>
+ Writes a key value pair to the given writer of a response as hidden field.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html#writePostParameters(UIComponent, ResponseWriter)">writePostParameters</A></B>(UIComponent component, + ResponseWriter writer)</CODE>
+
+<BR>
+ Writes all post parameters of this to the given writer of a response as hidden fields.</TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="PostParameters()"><!-- --></A><H3>
+PostParameters</H3>
+<PRE>
+protected <B>PostParameters</B>()</PRE>
+<DL>
+<DD>Protected Constructor. + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>PostParameters</CODE></A> are added to every request and can be obtained + from a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><CODE>RequestDataService</CODE></A>.
+<P>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getPostParametersMap()"><!-- --></A><H3>
+getPostParametersMap</H3>
+<PRE>
+public java.util.Map <B>getPostParametersMap</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the <CODE>HashMap</CODE> with collected the post parameter</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getPostParameters(java.lang.String)"><!-- --></A><H3>
+getPostParameters</H3>
+<PRE>
+public java.lang.String <B>getPostParameters</B>(java.lang.String key)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key for a post parameter +<DT><B>Returns:</B><DD>the value of the post parameter</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="putPostParameter(java.lang.String, java.lang.String)"><!-- --></A><H3>
+putPostParameter</H3>
+<PRE>
+public void <B>putPostParameter</B>(java.lang.String key, + java.lang.String value)</PRE>
+<DL>
+<DD>Add a new post parameter or change an existing.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key for a post parameter<DD><CODE>value</CODE> - the new value for the post parameter</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="writePostParameters(UIComponent, ResponseWriter)"><!-- --></A><H3>
+writePostParameters</H3>
+<PRE>
+public void <B>writePostParameters</B>(UIComponent component, + ResponseWriter writer) + throws java.io.IOException</PRE>
+<DL>
+<DD>Writes all post parameters of this to the given writer of a response as hidden fields.
+<P>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="writeHiddenField(UIComponent, ResponseWriter, java.lang.String, java.lang.String)"><!-- --></A><H3>
+writeHiddenField</H3>
+<PRE>
+public static void <B>writeHiddenField</B>(UIComponent component, + ResponseWriter writer, + java.lang.String key, + java.lang.String value) + throws java.io.IOException</PRE>
+<DL>
+<DD>Writes a key value pair to the given writer of a response as hidden field.
+<P>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PostParameters.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="PostParameters.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html new file mode 100644 index 0000000..5c69020 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html @@ -0,0 +1,491 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+RequestParameterManager (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.RequestParameterManager class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="RequestParameterManager (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RequestParameterManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="RequestParameterManager.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Class RequestParameterManager</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.RequestParameterManager</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>RequestParameterManager</B><DT>extends java.lang.Object</DL>
+
+<P>
+Helper class to handle attributes of the request scope. + Use the request scope for thread save (i.e. request save) parameter handling.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static java.util.Enumeration</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#getAttributeNames()">getAttributeNames</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static HttpServletRequest</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#getCurrentRequest()">getCurrentRequest</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#getGetParameters()">getGetParameters</A></B>()</CODE>
+
+<BR>
+ Provides the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>GetParameters</CODE></A> for the current request</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#getPostParameters()">getPostParameters</A></B>()</CODE>
+
+<BR>
+ Provides the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>PostParameters</CODE></A> for the current request</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static java.lang.Object</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#getRequestAttribute(java.lang.String)">getRequestAttribute</A></B>(java.lang.String key)</CODE>
+
+<BR>
+ Recieves objects from the current request. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#isAjaxRequest()">isAjaxRequest</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#isBypassRequest()">isBypassRequest</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#isGetRequest()">isGetRequest</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#isPostRequest()">isPostRequest</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#removeAttribute(java.lang.String)">removeAttribute</A></B>(java.lang.String key)</CODE>
+
+<BR>
+ Removes an attribute from the current request.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#setAjaxRequest()">setAjaxRequest</A></B>()</CODE>
+
+<BR>
+ marks the current request as ajax request</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#setBypassRequest()">setBypassRequest</A></B>()</CODE>
+
+<BR>
+ marks the current request as bypass</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#setRequestAttribute(java.lang.String, java.lang.Object)">setRequestAttribute</A></B>(java.lang.String key, + java.lang.Object object)</CODE>
+
+<BR>
+ Stores objects at the current request. + </TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="isPostRequest()"><!-- --></A><H3>
+isPostRequest</H3>
+<PRE>
+public static boolean <B>isPostRequest</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true if the current request is a post request</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="isGetRequest()"><!-- --></A><H3>
+isGetRequest</H3>
+<PRE>
+public static boolean <B>isGetRequest</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true if the current request is a get request</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setBypassRequest()"><!-- --></A><H3>
+setBypassRequest</H3>
+<PRE>
+public static void <B>setBypassRequest</B>()</PRE>
+<DL>
+<DD>marks the current request as bypass
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="isBypassRequest()"><!-- --></A><H3>
+isBypassRequest</H3>
+<PRE>
+public static boolean <B>isBypassRequest</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true, if the current request is marked as bypass</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="isAjaxRequest()"><!-- --></A><H3>
+isAjaxRequest</H3>
+<PRE>
+public static boolean <B>isAjaxRequest</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true, if the current request is marked as ajax request</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setAjaxRequest()"><!-- --></A><H3>
+setAjaxRequest</H3>
+<PRE>
+public static void <B>setAjaxRequest</B>()</PRE>
+<DL>
+<DD>marks the current request as ajax request
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getPostParameters()"><!-- --></A><H3>
+getPostParameters</H3>
+<PRE>
+public static <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A> <B>getPostParameters</B>()</PRE>
+<DL>
+<DD>Provides the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>PostParameters</CODE></A> for the current request
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>PostParameters</CODE></A> of the current request</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getGetParameters()"><!-- --></A><H3>
+getGetParameters</H3>
+<PRE>
+public static <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A> <B>getGetParameters</B>()</PRE>
+<DL>
+<DD>Provides the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>GetParameters</CODE></A> for the current request
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>GetParameters</CODE></A> of the current request</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setRequestAttribute(java.lang.String, java.lang.Object)"><!-- --></A><H3>
+setRequestAttribute</H3>
+<PRE>
+public static void <B>setRequestAttribute</B>(java.lang.String key, + java.lang.Object object)</PRE>
+<DL>
+<DD>Stores objects at the current request. + This is to support thread save (i.e. "request save") implementations + of the services.
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getRequestAttribute(java.lang.String)"><!-- --></A><H3>
+getRequestAttribute</H3>
+<PRE>
+public static java.lang.Object <B>getRequestAttribute</B>(java.lang.String key)</PRE>
+<DL>
+<DD>Recieves objects from the current request. + This is to support thread save (i.e. "request save") implementations of the services.
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="removeAttribute(java.lang.String)"><!-- --></A><H3>
+removeAttribute</H3>
+<PRE>
+public static void <B>removeAttribute</B>(java.lang.String key)</PRE>
+<DL>
+<DD>Removes an attribute from the current request.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute to remove</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getAttributeNames()"><!-- --></A><H3>
+getAttributeNames</H3>
+<PRE>
+public static java.util.Enumeration <B>getAttributeNames</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>all attribuet keys</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getCurrentRequest()"><!-- --></A><H3>
+getCurrentRequest</H3>
+<PRE>
+public static HttpServletRequest <B>getCurrentRequest</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the current request</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RequestParameterManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="RequestParameterManager.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html new file mode 100644 index 0000000..0aa67c0 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html @@ -0,0 +1,283 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+RootServiceProvider (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.RootServiceProvider class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="RootServiceProvider (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RootServiceProvider.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="RootServiceProvider.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Class RootServiceProvider</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.RootServiceProvider</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>RootServiceProvider</B><DT>extends java.lang.Object</DL>
+
+<P>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html#SERVICE_PROVIDER_SESSION_CONTEXT_KEY">SERVICE_PROVIDER_SESSION_CONTEXT_KEY</A></B></CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html#RootServiceProvider()">RootServiceProvider</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static <A HREF="../../../../../../com/sdm/quasar/client/core/common/services/ServiceProvider.html" title="interface in com.sdm.quasar.client.core.common.services">ServiceProvider</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html#getServiceProvider()">getServiceProvider</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="SERVICE_PROVIDER_SESSION_CONTEXT_KEY"><!-- --></A><H3>
+SERVICE_PROVIDER_SESSION_CONTEXT_KEY</H3>
+<PRE>
+public static final java.lang.String <B>SERVICE_PROVIDER_SESSION_CONTEXT_KEY</B></PRE>
+<DL>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#com.sdm.quasar.client.jsf.dialog.RootServiceProvider.SERVICE_PROVIDER_SESSION_CONTEXT_KEY">Constant Field Values</A></DL>
+</DL>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="RootServiceProvider()"><!-- --></A><H3>
+RootServiceProvider</H3>
+<PRE>
+public <B>RootServiceProvider</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getServiceProvider()"><!-- --></A><H3>
+getServiceProvider</H3>
+<PRE>
+public static <A HREF="../../../../../../com/sdm/quasar/client/core/common/services/ServiceProvider.html" title="interface in com.sdm.quasar.client.core.common.services">ServiceProvider</A> <B>getServiceProvider</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RootServiceProvider.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="RootServiceProvider.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html new file mode 100644 index 0000000..548b0fe --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html @@ -0,0 +1,261 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+VisualRepresentation.VisualRepresentationListener (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="VisualRepresentation.VisualRepresentationListener (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VisualRepresentation.VisualRepresentationListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentation.VisualRepresentationListener.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Interface VisualRepresentation.VisualRepresentationListener</H2>
+<DL>
+<DT><B>Enclosing interface:</B><DD><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public static interface <B>VisualRepresentation.VisualRepresentationListener</B></DL>
+
+<P>
+<p> + Register a <CODE>VisualRepresentationListener</CODE> at a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + if you want to be informed when the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is entered + or left by browser navigation or when an other dialog is shown (and this + dialog is left) or hidden (and this dialog is entered). + </p> + <p> + Use these callbacks if you want to free resources when not shown + and allocate when shown again. + </p>
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html#visualRepresentationEntered()">visualRepresentationEntered</A></B>()</CODE>
+
+<BR>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is entered by browser navigation + or because a dialog is hiden and this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is shown again.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html#visualRepresentationLeft()">visualRepresentationLeft</A></B>()</CODE>
+
+<BR>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is left by browser navigation + or because an other dialog is shown.</TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="visualRepresentationEntered()"><!-- --></A><H3>
+visualRepresentationEntered</H3>
+<PRE>
+public void <B>visualRepresentationEntered</B>()</PRE>
+<DL>
+<DD><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is entered by browser navigation + or because a dialog is hiden and this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is shown again.
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="visualRepresentationLeft()"><!-- --></A><H3>
+visualRepresentationLeft</H3>
+<PRE>
+public void <B>visualRepresentationLeft</B>()</PRE>
+<DL>
+<DD><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is left by browser navigation + or because an other dialog is shown.
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VisualRepresentation.VisualRepresentationListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentation.VisualRepresentationListener.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html new file mode 100644 index 0000000..aa849e9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html @@ -0,0 +1,770 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+VisualRepresentation (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.VisualRepresentation class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="VisualRepresentation (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VisualRepresentation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentation.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Class VisualRepresentation</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.VisualRepresentation</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>VisualRepresentation</B><DT>extends java.lang.Object</DL>
+
+<P>
+<p> + This represents a visual representation of a dialog, e.g. the displayed jsp, + facelet, .. . It is definde by the <CODE>#presentationURI</CODE> and is connected + to a dialog of the given <CODE>#dialogInstanceId</CODE>. In addition bookmarks + can be set at this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>. + </p> + <p> + The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is shown or hidden at a + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>. Normally show the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> when + the dialog is activated and hide it when deactivated. + </p> + <p> + Vice versa, you can register an <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation.VisualRepresentationListener</CODE></A> to be + informed when your <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is left or reentered at the + browser window due to activating an other dialog or due to browser navigation + </p>
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+<A NAME="nested_class_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Nested Class Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static interface</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog">VisualRepresentation.VisualRepresentationListener</A></B></CODE>
+
+<BR>
+ + Register a <CODE>VisualRepresentationListener</CODE> at a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + if you want to be informed when the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is entered + or left by browser navigation or when an other dialog is shown (and this + dialog is left) or hidden (and this dialog is entered). + </TD>
+</TR>
+</TABLE>
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#VisualRepresentation(java.lang.String, com.sdm.quasar.client.core.dialog.DialogInstanceId)">VisualRepresentation</A></B>(java.lang.String presentationURI, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId)</CODE>
+
+<BR>
+ Constructos a new <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.</TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#addedAt(com.sdm.quasar.client.jsf.dialog.BrowserWindow)">addedAt</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ Callback from the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> informing, that the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is added and normally shwon at the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#addVisualRepresentationListener(com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener)">addVisualRepresentationListener</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog">VisualRepresentation.VisualRepresentationListener</A> listener)</CODE>
+
+<BR>
+ Add a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation.VisualRepresentationListener</CODE></A> to this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#buildActionURL(java.lang.String)">buildActionURL</A></B>(java.lang.String requestContextPath)</CODE>
+
+<BR>
+ Build the action url based on the given requestContextPath. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#buildIdFromPostParameters()">buildIdFromPostParameters</A></B>()</CODE>
+
+<BR>
+ The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> is provided as token. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object obj)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.util.Properties</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#getBookmarkParameters()">getBookmarkParameters</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#getDialogInstanceId()">getDialogInstanceId</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#getPresentationURI()">getPresentationURI</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationId</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#getVisualRepresentationId()">getVisualRepresentationId</A></B>()</CODE>
+
+<BR>
+ The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> of the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is build and returned</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#hashCode()">hashCode</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#isShowing()">isShowing</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#isShowingElsewhere(com.sdm.quasar.client.jsf.dialog.BrowserWindow)">isShowingElsewhere</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#notifyPageUnvisible()">notifyPageUnvisible</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#notifyPageVisible()">notifyPageVisible</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#pageEnteredAt(com.sdm.quasar.client.jsf.dialog.BrowserWindow)">pageEnteredAt</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ Callback from the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> informing, that the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is visible again at the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> due to browser naivigation or + because a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is hidden and this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is the next to be shown.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#pageLeftAt(com.sdm.quasar.client.jsf.dialog.BrowserWindow)">pageLeftAt</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ Callback from the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> informing, that the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is left at the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> due to browser navigation or because an other + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is shwn.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#removeChangeListener(com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener)">removeChangeListener</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog">VisualRepresentation.VisualRepresentationListener</A> listener)</CODE>
+
+<BR>
+ Remove a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation.VisualRepresentationListener</CODE></A> from this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#removedAt(com.sdm.quasar.client.jsf.dialog.BrowserWindow)">removedAt</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ Callback from the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> informing, that the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is removed from the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#setBookmarkParameters(java.util.Properties)">setBookmarkParameters</A></B>(java.util.Properties bookmarkParameters)</CODE>
+
+<BR>
+ Sets the bookmark parameters: the aarameters will be addad as get + parameters to the url. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#setPresentationURI(java.lang.String)">setPresentationURI</A></B>(java.lang.String presentationURI)</CODE>
+
+<BR>
+ Sets the Url of the page, which is represented by this + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#toString()">toString</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#writePostParameters(UIComponent, ResponseWriter)">writePostParameters</A></B>(UIComponent component, + ResponseWriter writer)</CODE>
+
+<BR>
+ The post parameters are supplemented by the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> + and written to the request (normally as hidden fields).</TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="VisualRepresentation(java.lang.String, com.sdm.quasar.client.core.dialog.DialogInstanceId)"><!-- --></A><H3>
+VisualRepresentation</H3>
+<PRE>
+public <B>VisualRepresentation</B>(java.lang.String presentationURI, + <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId)</PRE>
+<DL>
+<DD>Constructos a new <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.
+<P>
+<DT><B>Parameters:</B><DD><CODE>presentationURI</CODE> - The Url of the page, which is represented by this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.<DD><CODE>dialogInstanceId</CODE> - The Id of the dialog connected to the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A></DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getDialogInstanceId()"><!-- --></A><H3>
+getDialogInstanceId</H3>
+<PRE>
+public <A HREF="../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> <B>getDialogInstanceId</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>The Id of the dialog connected to the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getPresentationURI()"><!-- --></A><H3>
+getPresentationURI</H3>
+<PRE>
+public java.lang.String <B>getPresentationURI</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>The Url of the page, which is represented by this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getBookmarkParameters()"><!-- --></A><H3>
+getBookmarkParameters</H3>
+<PRE>
+public java.util.Properties <B>getBookmarkParameters</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>Parameters that will be addad as get parameters to the url. + Use these parameters for bookmarking. Null, if no bookmarking + parameters are needed.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setBookmarkParameters(java.util.Properties)"><!-- --></A><H3>
+setBookmarkParameters</H3>
+<PRE>
+public void <B>setBookmarkParameters</B>(java.util.Properties bookmarkParameters)</PRE>
+<DL>
+<DD>Sets the bookmark parameters: the aarameters will be addad as get + parameters to the url. Use these parameters for bookmarking. Null, if no + bookmarking parameters are needed. + Note: If a value of a property is no string, the toString method + will be invoked to get the parameter value.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>bookmarkParameters</CODE> - the bookmark parameters</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="buildActionURL(java.lang.String)"><!-- --></A><H3>
+buildActionURL</H3>
+<PRE>
+public java.lang.String <B>buildActionURL</B>(java.lang.String requestContextPath)</PRE>
+<DL>
+<DD>Build the action url based on the given requestContextPath. + The url is supplemeted by the <CODE>#presentationURI</CODE> and by the get parameters + consistiong out of the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> and the <CODE>#bookmarkParameters</CODE>.
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the supplemented action url</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="writePostParameters(UIComponent, ResponseWriter)"><!-- --></A><H3>
+writePostParameters</H3>
+<PRE>
+public void <B>writePostParameters</B>(UIComponent component, + ResponseWriter writer) + throws java.io.IOException</PRE>
+<DL>
+<DD>The post parameters are supplemented by the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> + and written to the request (normally as hidden fields).
+<P>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getVisualRepresentationId()"><!-- --></A><H3>
+getVisualRepresentationId</H3>
+<PRE>
+protected <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationId</A> <B>getVisualRepresentationId</B>()</PRE>
+<DL>
+<DD>The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> of the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is build and returned
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> of the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="buildIdFromPostParameters()"><!-- --></A><H3>
+buildIdFromPostParameters</H3>
+<PRE>
+public java.lang.String <B>buildIdFromPostParameters</B>()</PRE>
+<DL>
+<DD>The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> is provided as token. This may be + added to the view or to links. Thus the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + may be reconstructed based on the view id or when a link pointing to + this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is fired. The former can be used when + no JacaScript is valid.
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> as token</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setPresentationURI(java.lang.String)"><!-- --></A><H3>
+setPresentationURI</H3>
+<PRE>
+public void <B>setPresentationURI</B>(java.lang.String presentationURI)</PRE>
+<DL>
+<DD>Sets the Url of the page, which is represented by this + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>presentationURI</CODE> - Url of the page, which is represented by this + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="addedAt(com.sdm.quasar.client.jsf.dialog.BrowserWindow)"><!-- --></A><H3>
+addedAt</H3>
+<PRE>
+protected void <B>addedAt</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</PRE>
+<DL>
+<DD>Callback from the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> informing, that the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is added and normally shwon at the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>browserWindow</CODE> - the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>, this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is addad at</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="removedAt(com.sdm.quasar.client.jsf.dialog.BrowserWindow)"><!-- --></A><H3>
+removedAt</H3>
+<PRE>
+protected void <B>removedAt</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</PRE>
+<DL>
+<DD>Callback from the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> informing, that the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is removed from the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>browserWindow</CODE> - the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>, this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is removed from</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="pageEnteredAt(com.sdm.quasar.client.jsf.dialog.BrowserWindow)"><!-- --></A><H3>
+pageEnteredAt</H3>
+<PRE>
+protected void <B>pageEnteredAt</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</PRE>
+<DL>
+<DD>Callback from the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> informing, that the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is visible again at the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> due to browser naivigation or + because a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is hidden and this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is the next to be shown.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>browserWindow</CODE> - the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>, this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> shown again</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="pageLeftAt(com.sdm.quasar.client.jsf.dialog.BrowserWindow)"><!-- --></A><H3>
+pageLeftAt</H3>
+<PRE>
+protected void <B>pageLeftAt</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</PRE>
+<DL>
+<DD>Callback from the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> informing, that the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is left at the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> due to browser navigation or because an other + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is shwn.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>browserWindow</CODE> - the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>, this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> shown again</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="isShowing()"><!-- --></A><H3>
+isShowing</H3>
+<PRE>
+public boolean <B>isShowing</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true if the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is currently shown at at + least one <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="isShowingElsewhere(com.sdm.quasar.client.jsf.dialog.BrowserWindow)"><!-- --></A><H3>
+isShowingElsewhere</H3>
+<PRE>
+protected boolean <B>isShowingElsewhere</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="notifyPageVisible()"><!-- --></A><H3>
+notifyPageVisible</H3>
+<PRE>
+protected void <B>notifyPageVisible</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="notifyPageUnvisible()"><!-- --></A><H3>
+notifyPageUnvisible</H3>
+<PRE>
+protected void <B>notifyPageUnvisible</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="addVisualRepresentationListener(com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener)"><!-- --></A><H3>
+addVisualRepresentationListener</H3>
+<PRE>
+public void <B>addVisualRepresentationListener</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog">VisualRepresentation.VisualRepresentationListener</A> listener)</PRE>
+<DL>
+<DD>Add a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation.VisualRepresentationListener</CODE></A> to this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>listener</CODE> - the Listener to add</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="removeChangeListener(com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener)"><!-- --></A><H3>
+removeChangeListener</H3>
+<PRE>
+public void <B>removeChangeListener</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog">VisualRepresentation.VisualRepresentationListener</A> listener)</PRE>
+<DL>
+<DD>Remove a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation.VisualRepresentationListener</CODE></A> from this <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>listener</CODE> - the Listener to remove</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="hashCode()"><!-- --></A><H3>
+hashCode</H3>
+<PRE>
+public int <B>hashCode</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
+equals</H3>
+<PRE>
+public boolean <B>equals</B>(java.lang.Object obj)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="toString()"><!-- --></A><H3>
+toString</H3>
+<PRE>
+public java.lang.String <B>toString</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VisualRepresentation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentation.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html new file mode 100644 index 0000000..dc8df90 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html @@ -0,0 +1,489 @@ +<!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.4.2_12) on Tue Jul 31 17:04:27 CEST 2007 -->
+<TITLE>
+VisualRepresentationId (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.VisualRepresentationId class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="VisualRepresentationId (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VisualRepresentationId.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentationId.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Class VisualRepresentationId</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.VisualRepresentationId</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>VisualRepresentationId</B><DT>extends java.lang.Object</DL>
+
+<P>
+<p> + The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> defines the parameters which identify a + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>. The parameters are added to a response as + hidden fiels (<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#addIdToPage(com.sdm.quasar.client.jsf.dialog.PostParameters)"><CODE>addIdToPage(PostParameters)</CODE></A> or as url parameters + (<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#addIdToRequestParameters(com.sdm.quasar.client.jsf.dialog.GetParameters)"><CODE>addIdToRequestParameters(GetParameters)</CODE></A>). + They could also be addad as token to the view id (<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#getIdAsToken()"><CODE>getIdAsToken()</CODE></A>). + Thus, in any case the corresponding <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> will be + identified at the next request from this page + (<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#identifyVisualRepresentation(HttpServletRequest, com.sdm.quasar.client.jsf.dialog.BrowserWindow)"><CODE>identifyVisualRepresentation(HttpServletRequest, BrowserWindow)</CODE></A>). + </p> + <p> + The Id of a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is build out of the dialog id and + the dialog instance id of the dialog of the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>. + </p>
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#DIALOGID_REQUEST_PARAMETER_NAME">DIALOGID_REQUEST_PARAMETER_NAME</A></B></CODE>
+
+<BR>
+ the tag identifying the dialog-id information</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#DIALOGINSTANCEID_REQUEST_PARAMETER_NAME">DIALOGINSTANCEID_REQUEST_PARAMETER_NAME</A></B></CODE>
+
+<BR>
+ the tag identifying the dialog-instance-id information</TD>
+</TR>
+</TABLE>
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected </CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#VisualRepresentationId(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">VisualRepresentationId</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visualRepresentation)</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#addIdToPage(com.sdm.quasar.client.jsf.dialog.PostParameters)">addIdToPage</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A> postParameters)</CODE>
+
+<BR>
+ Add the id parameters to the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>PostParameters</CODE></A>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#addIdToRequestParameters(com.sdm.quasar.client.jsf.dialog.GetParameters)">addIdToRequestParameters</A></B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A> parameters)</CODE>
+
+<BR>
+ Add the id parameters to the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>GetParameters</CODE></A>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected static boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#check(com.sdm.quasar.client.jsf.dialog.InternalId, com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">check</A></B>(com.sdm.quasar.client.jsf.dialog.InternalId internalId, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visualRepresentation)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected static java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#getDialogIdFromToken(java.lang.String)">getDialogIdFromToken</A></B>(java.lang.String token)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected static java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#getDialogInstanceIdFromToken(java.lang.String)">getDialogInstanceIdFromToken</A></B>(java.lang.String token)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#getIdAsToken()">getIdAsToken</A></B>()</CODE>
+
+<BR>
+ Returns a unique token for this dialog-instance id.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#identifyVisualRepresentation(HttpServletRequest, com.sdm.quasar.client.jsf.dialog.BrowserWindow)">identifyVisualRepresentation</A></B>(HttpServletRequest request, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ A <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> registered at a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> is ideentified + from the parameters of the request. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected static com.sdm.quasar.client.jsf.dialog.InternalId</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#readInternalId(HttpServletRequest)">readInternalId</A></B>(HttpServletRequest request)</CODE>
+
+<BR>
+ Reads the id parameters from the request and returns then. + </TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="DIALOGID_REQUEST_PARAMETER_NAME"><!-- --></A><H3>
+DIALOGID_REQUEST_PARAMETER_NAME</H3>
+<PRE>
+public static java.lang.String <B>DIALOGID_REQUEST_PARAMETER_NAME</B></PRE>
+<DL>
+<DD>the tag identifying the dialog-id information
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="DIALOGINSTANCEID_REQUEST_PARAMETER_NAME"><!-- --></A><H3>
+DIALOGINSTANCEID_REQUEST_PARAMETER_NAME</H3>
+<PRE>
+public static java.lang.String <B>DIALOGINSTANCEID_REQUEST_PARAMETER_NAME</B></PRE>
+<DL>
+<DD>the tag identifying the dialog-instance-id information
+<P>
+<DL>
+</DL>
+</DL>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="VisualRepresentationId(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)"><!-- --></A><H3>
+VisualRepresentationId</H3>
+<PRE>
+protected <B>VisualRepresentationId</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visualRepresentation)</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="addIdToRequestParameters(com.sdm.quasar.client.jsf.dialog.GetParameters)"><!-- --></A><H3>
+addIdToRequestParameters</H3>
+<PRE>
+public void <B>addIdToRequestParameters</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A> parameters)</PRE>
+<DL>
+<DD>Add the id parameters to the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>GetParameters</CODE></A>.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>parameters</CODE> - the get parameters the id is added to</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="addIdToPage(com.sdm.quasar.client.jsf.dialog.PostParameters)"><!-- --></A><H3>
+addIdToPage</H3>
+<PRE>
+public void <B>addIdToPage</B>(<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A> postParameters) + throws java.io.IOException</PRE>
+<DL>
+<DD>Add the id parameters to the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>PostParameters</CODE></A>.
+<P>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getIdAsToken()"><!-- --></A><H3>
+getIdAsToken</H3>
+<PRE>
+public java.lang.String <B>getIdAsToken</B>()</PRE>
+<DL>
+<DD>Returns a unique token for this dialog-instance id.
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the token representing the dialog-instance id</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="identifyVisualRepresentation(HttpServletRequest, com.sdm.quasar.client.jsf.dialog.BrowserWindow)"><!-- --></A><H3>
+identifyVisualRepresentation</H3>
+<PRE>
+public static <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> <B>identifyVisualRepresentation</B>(HttpServletRequest request, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</PRE>
+<DL>
+<DD>A <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> registered at a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> is ideentified + from the parameters of the request. If no <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> of the given + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> matches the id parameters of the request, null is returned
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>request</CODE> - the current request<DD><CODE>browserWindow</CODE> - the current <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> +<DT><B>Returns:</B><DD>the identified <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> or null if no <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is found.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="readInternalId(HttpServletRequest)"><!-- --></A><H3>
+readInternalId</H3>
+<PRE>
+protected static com.sdm.quasar.client.jsf.dialog.InternalId <B>readInternalId</B>(HttpServletRequest request)</PRE>
+<DL>
+<DD>Reads the id parameters from the request and returns then. + If id parameters are missing, null is returned.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>request</CODE> - the current request +<DT><B>Returns:</B><DD>the id parameters readed from the request or null if parameters are + missing or incomplete.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="check(com.sdm.quasar.client.jsf.dialog.InternalId, com.sdm.quasar.client.jsf.dialog.VisualRepresentation)"><!-- --></A><H3>
+check</H3>
+<PRE>
+protected static boolean <B>check</B>(com.sdm.quasar.client.jsf.dialog.InternalId internalId, + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visualRepresentation)</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true, if the given VisualRepresentation is identified by the given Id</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getDialogIdFromToken(java.lang.String)"><!-- --></A><H3>
+getDialogIdFromToken</H3>
+<PRE>
+protected static java.lang.String <B>getDialogIdFromToken</B>(java.lang.String token)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getDialogInstanceIdFromToken(java.lang.String)"><!-- --></A><H3>
+getDialogInstanceIdFromToken</H3>
+<PRE>
+protected static java.lang.String <B>getDialogInstanceIdFromToken</B>(java.lang.String token)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VisualRepresentationId.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentationId.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html new file mode 100644 index 0000000..68e8c9e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html @@ -0,0 +1,506 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+VisualRepresentationInfo (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="VisualRepresentationInfo (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VisualRepresentationInfo.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentationInfo.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog</FONT>
+<BR>
+Class VisualRepresentationInfo</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>VisualRepresentationInfo</B><DT>extends java.lang.Object</DL>
+
+<P>
+Container with additional information defining the showing and hiding strategy + of a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#isHidden">isHidden</A></B></CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#VisualRepresentationInfo()">VisualRepresentationInfo</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#getRedirectUrl()">getRedirectUrl</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#getReplacingDialog()">getReplacingDialog</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected java.lang.Object</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#getReplacingDialogContext()">getReplacingDialogContext</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#isHidden()">isHidden</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#isModal()">isModal</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#isRecreateDialog()">isRecreateDialog</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#setHidden(boolean)">setHidden</A></B>(boolean isHidden)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#setModal(boolean)">setModal</A></B>(boolean isModal)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#setRecreateDialog(boolean)">setRecreateDialog</A></B>(boolean recreateDialog)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#setRedirectUrl(java.lang.String)">setRedirectUrl</A></B>(java.lang.String redirectUrl)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#setReplacingDialog(java.lang.String)">setReplacingDialog</A></B>(java.lang.String replacingDialog)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html#setReplacingDialogContext(java.lang.Object)">setReplacingDialogContext</A></B>(java.lang.Object eclipsingDialogContext)</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="isHidden"><!-- --></A><H3>
+isHidden</H3>
+<PRE>
+protected boolean <B>isHidden</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="VisualRepresentationInfo()"><!-- --></A><H3>
+VisualRepresentationInfo</H3>
+<PRE>
+public <B>VisualRepresentationInfo</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="isHidden()"><!-- --></A><H3>
+isHidden</H3>
+<PRE>
+protected boolean <B>isHidden</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the isHidden</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setHidden(boolean)"><!-- --></A><H3>
+setHidden</H3>
+<PRE>
+protected void <B>setHidden</B>(boolean isHidden)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>isHidden</CODE> - the isHidden to set</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getRedirectUrl()"><!-- --></A><H3>
+getRedirectUrl</H3>
+<PRE>
+protected java.lang.String <B>getRedirectUrl</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the redirectUrl</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setRedirectUrl(java.lang.String)"><!-- --></A><H3>
+setRedirectUrl</H3>
+<PRE>
+protected void <B>setRedirectUrl</B>(java.lang.String redirectUrl)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>redirectUrl</CODE> - the redirectUrl to set</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="isRecreateDialog()"><!-- --></A><H3>
+isRecreateDialog</H3>
+<PRE>
+protected boolean <B>isRecreateDialog</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the recreateDialog</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setRecreateDialog(boolean)"><!-- --></A><H3>
+setRecreateDialog</H3>
+<PRE>
+protected void <B>setRecreateDialog</B>(boolean recreateDialog)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>recreateDialog</CODE> - the recreateDialog to set</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getReplacingDialog()"><!-- --></A><H3>
+getReplacingDialog</H3>
+<PRE>
+protected java.lang.String <B>getReplacingDialog</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the replacingDialog</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setReplacingDialog(java.lang.String)"><!-- --></A><H3>
+setReplacingDialog</H3>
+<PRE>
+protected void <B>setReplacingDialog</B>(java.lang.String replacingDialog)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>replacingDialog</CODE> - the replacingDialog to set</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getReplacingDialogContext()"><!-- --></A><H3>
+getReplacingDialogContext</H3>
+<PRE>
+protected java.lang.Object <B>getReplacingDialogContext</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the eclipsingDialogContext</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setReplacingDialogContext(java.lang.Object)"><!-- --></A><H3>
+setReplacingDialogContext</H3>
+<PRE>
+protected void <B>setReplacingDialogContext</B>(java.lang.Object eclipsingDialogContext)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>eclipsingDialogContext</CODE> - the eclipsingDialogContext to set</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="isModal()"><!-- --></A><H3>
+isModal</H3>
+<PRE>
+public boolean <B>isModal</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setModal(boolean)"><!-- --></A><H3>
+setModal</H3>
+<PRE>
+protected void <B>setModal</B>(boolean isModal)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VisualRepresentationInfo.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PREV CLASS</B></A>
+ NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentationInfo.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/BrowserWindow.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/BrowserWindow.html new file mode 100644 index 0000000..88cea90 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/BrowserWindow.html @@ -0,0 +1,287 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.BrowserWindow (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.BrowserWindow (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindow.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.BrowserWindow</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog"><B>com.sdm.quasar.client.jsf.dialog</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.services"><B>com.sdm.quasar.client.jsf.dialog.services</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> with parameters of type <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentationId.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#identifyVisualRepresentation(HttpServletRequest, com.sdm.quasar.client.jsf.dialog.BrowserWindow)">identifyVisualRepresentation</A></B>(HttpServletRequest request, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ A <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> registered at a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> is ideentified + from the parameters of the request. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentation.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#addedAt(com.sdm.quasar.client.jsf.dialog.BrowserWindow)">addedAt</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ Callback from the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> informing, that the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is added and normally shwon at the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentation.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#removedAt(com.sdm.quasar.client.jsf.dialog.BrowserWindow)">removedAt</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ Callback from the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> informing, that the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is removed from the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentation.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#pageEnteredAt(com.sdm.quasar.client.jsf.dialog.BrowserWindow)">pageEnteredAt</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ Callback from the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> informing, that the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is visible again at the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> due to browser naivigation or + because a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is hidden and this <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is the next to be shown.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentation.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#pageLeftAt(com.sdm.quasar.client.jsf.dialog.BrowserWindow)">pageLeftAt</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ Callback from the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> informing, that the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is left at the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> due to browser navigation or because an other + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is shwn.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected boolean</CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentation.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#isShowingElsewhere(com.sdm.quasar.client.jsf.dialog.BrowserWindow)">isShowingElsewhere</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#getCurrentBrowserWindow()">getCurrentBrowserWindow</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A>[]</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#getAllBrowserWindows()">getAllBrowserWindows</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.services"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html">com.sdm.quasar.client.jsf.dialog.services</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html">com.sdm.quasar.client.jsf.dialog.services</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowManagerService.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#getCurrentBrowserWindow()">getCurrentBrowserWindow</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindow.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/BrowserWindowCallBack.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/BrowserWindowCallBack.html new file mode 100644 index 0000000..ce359e5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/BrowserWindowCallBack.html @@ -0,0 +1,185 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Interface com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Interface com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowCallBack.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog">BrowserWindowCallBack</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog"><B>com.sdm.quasar.client.jsf.dialog</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog">BrowserWindowCallBack</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> with parameters of type <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog">BrowserWindowCallBack</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#determineVisualRepresentation(HttpServletRequest, com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack)">determineVisualRepresentation</A></B>(HttpServletRequest request, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog">BrowserWindowCallBack</A> callBack)</CODE>
+
+<BR>
+ Analyses the request parameters and determines the page to be shown. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected boolean</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#handleDoubleSubmit(HttpServletRequest, com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack, com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">handleDoubleSubmit</A></B>(HttpServletRequest request, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog">BrowserWindowCallBack</A> callBack, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ Checks if this is a request to a previous state of the dialog. + </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowCallBack.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/DefaultDialogParameterHandler.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/DefaultDialogParameterHandler.html new file mode 100644 index 0000000..619be3b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/DefaultDialogParameterHandler.html @@ -0,0 +1,172 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DefaultDialogParameterHandler.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog">DefaultDialogParameterHandler</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.showcase.jsf.application"><B>com.sdm.quasar.client.showcase.jsf.application</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.showcase.jsf.application"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog">DefaultDialogParameterHandler</A> in <A HREF="../../../../../../../com/sdm/quasar/client/showcase/jsf/application/package-summary.html">com.sdm.quasar.client.showcase.jsf.application</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Subclasses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog">DefaultDialogParameterHandler</A> in <A HREF="../../../../../../../com/sdm/quasar/client/showcase/jsf/application/package-summary.html">com.sdm.quasar.client.showcase.jsf.application</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/showcase/jsf/application/ShowcaseDialogParameterHandler.html" title="class in com.sdm.quasar.client.showcase.jsf.application">ShowcaseDialogParameterHandler</A></B></CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DefaultDialogParameterHandler.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/DialogParameterHandler.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/DialogParameterHandler.html new file mode 100644 index 0000000..5905f1d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/DialogParameterHandler.html @@ -0,0 +1,231 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandler (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandler (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogParameterHandler.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>com.sdm.quasar.client.jsf.dialog.DialogParameterHandler</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog"><B>com.sdm.quasar.client.jsf.dialog</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.showcase.jsf.application"><B>com.sdm.quasar.client.showcase.jsf.application</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Classes in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> that implement <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog">DefaultDialogParameterHandler</A></B></CODE>
+
+<BR>
+ Default implementation of the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> interface</TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></CODE></FONT></TD>
+<TD><CODE><B>DialogContextFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html#getDialogParameterHandler()">getDialogParameterHandler</A></B>()</CODE>
+
+<BR>
+ Returns an instance of the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> class + that has been defined in the application's configuration.</TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.showcase.jsf.application"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A> in <A HREF="../../../../../../../com/sdm/quasar/client/showcase/jsf/application/package-summary.html">com.sdm.quasar.client.showcase.jsf.application</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Classes in <A HREF="../../../../../../../com/sdm/quasar/client/showcase/jsf/application/package-summary.html">com.sdm.quasar.client.showcase.jsf.application</A> that implement <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/showcase/jsf/application/ShowcaseDialogParameterHandler.html" title="class in com.sdm.quasar.client.showcase.jsf.application">ShowcaseDialogParameterHandler</A></B></CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogParameterHandler.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/DialogParameterHandlerCallback.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/DialogParameterHandlerCallback.html new file mode 100644 index 0000000..7e6552b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/DialogParameterHandlerCallback.html @@ -0,0 +1,266 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogParameterHandlerCallback.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog"><B>com.sdm.quasar.client.jsf.dialog</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.showcase.jsf.application"><B>com.sdm.quasar.client.showcase.jsf.application</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> with parameters of type <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B>DialogParameterHandler.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html#handleMissingDialogParameters(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)">handleMissingDialogParameters</A></B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</CODE>
+
+<BR>
+ This method is called when the dialog parameters, + i.e. the dialog id or the dialog instance id, are incomplete. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B>DialogParameterHandler.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html#handleInvalidSequenceNumber(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.String, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)">handleInvalidSequenceNumber</A></B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId, + java.lang.String url, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</CODE>
+
+<BR>
+ This method is called when the sequence number is invalid. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B>DefaultDialogParameterHandler.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html#handleMissingDialogParameters(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)">handleMissingDialogParameters</A></B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</CODE>
+
+<BR>
+ This method is called when the dialog parameters, + i.e. the dialog id or the dialog instance id, are incomplete. + This may be a request to enter the application, + a request from a bookmark or a request from a dialog + that is closed and should not be recreated automatically.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B>DefaultDialogParameterHandler.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html#handleInvalidSequenceNumber(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.String, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)">handleInvalidSequenceNumber</A></B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId, + java.lang.String webPageUrl, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</CODE>
+
+<BR>
+ The sequence number is invalid: the request was from a dialog in an old state + or a double submit of the same request. + </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.showcase.jsf.application"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> in <A HREF="../../../../../../../com/sdm/quasar/client/showcase/jsf/application/package-summary.html">com.sdm.quasar.client.showcase.jsf.application</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/showcase/jsf/application/package-summary.html">com.sdm.quasar.client.showcase.jsf.application</A> with parameters of type <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B>ShowcaseDialogParameterHandler.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/showcase/jsf/application/ShowcaseDialogParameterHandler.html#handleMissingDialogParameters(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)">handleMissingDialogParameters</A></B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B>ShowcaseDialogParameterHandler.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/showcase/jsf/application/ShowcaseDialogParameterHandler.html#handleInvalidSequenceNumber(HttpServletRequest, ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.String, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)">handleInvalidSequenceNumber</A></B>(HttpServletRequest request, + ServletResponse response, + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog">DialogControl</A> sessionDialogControl, + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> dialogInstanceId, + java.lang.String webPageUrl, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A> callback)</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogParameterHandlerCallback.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/DialogServletFilter.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/DialogServletFilter.html new file mode 100644 index 0000000..ee9102f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/DialogServletFilter.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.DialogServletFilter (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.DialogServletFilter (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogServletFilter.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.DialogServletFilter</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.DialogServletFilter
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogServletFilter.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/FacesContextProvider.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/FacesContextProvider.html new file mode 100644 index 0000000..8431a8a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/FacesContextProvider.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.FacesContextProvider (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.FacesContextProvider (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="FacesContextProvider.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.FacesContextProvider</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.FacesContextProvider
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="FacesContextProvider.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/GetParameters.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/GetParameters.html new file mode 100644 index 0000000..6f9f341 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/GetParameters.html @@ -0,0 +1,246 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.GetParameters (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.GetParameters (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="GetParameters.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.GetParameters</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog"><B>com.sdm.quasar.client.jsf.dialog</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.services"><B>com.sdm.quasar.client.jsf.dialog.services</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A></CODE></FONT></TD>
+<TD><CODE><B>RequestParameterManager.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#getGetParameters()">getGetParameters</A></B>()</CODE>
+
+<BR>
+ Provides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>GetParameters</CODE></A> for the current request</TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> with parameters of type <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentationId.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#addIdToRequestParameters(com.sdm.quasar.client.jsf.dialog.GetParameters)">addIdToRequestParameters</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A> parameters)</CODE>
+
+<BR>
+ Add the id parameters to the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>GetParameters</CODE></A>.</TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#getGetParameters()">getGetParameters</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.services"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html">com.sdm.quasar.client.jsf.dialog.services</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html">com.sdm.quasar.client.jsf.dialog.services</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A></CODE></FONT></TD>
+<TD><CODE><B>ResponseParameterService.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#getGetParameters()">getGetParameters</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="GetParameters.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/PRGNavigationHandler.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/PRGNavigationHandler.html new file mode 100644 index 0000000..a7413b1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/PRGNavigationHandler.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.PRGNavigationHandler (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.PRGNavigationHandler (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="PRGNavigationHandler.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.PRGNavigationHandler</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.PRGNavigationHandler
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="PRGNavigationHandler.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/PostParameters.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/PostParameters.html new file mode 100644 index 0000000..7ad828d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/PostParameters.html @@ -0,0 +1,246 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.PostParameters (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.PostParameters (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="PostParameters.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.PostParameters</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog"><B>com.sdm.quasar.client.jsf.dialog</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.services"><B>com.sdm.quasar.client.jsf.dialog.services</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A></CODE></FONT></TD>
+<TD><CODE><B>RequestParameterManager.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html#getPostParameters()">getPostParameters</A></B>()</CODE>
+
+<BR>
+ Provides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>PostParameters</CODE></A> for the current request</TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> with parameters of type <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentationId.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#addIdToPage(com.sdm.quasar.client.jsf.dialog.PostParameters)">addIdToPage</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A> postParameters)</CODE>
+
+<BR>
+ Add the id parameters to the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>PostParameters</CODE></A>.</TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#getPostParameters()">getPostParameters</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.services"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html">com.sdm.quasar.client.jsf.dialog.services</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html">com.sdm.quasar.client.jsf.dialog.services</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A></CODE></FONT></TD>
+<TD><CODE><B>ResponseParameterService.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#getPostParameters()">getPostParameters</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="PostParameters.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/RequestParameterManager.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/RequestParameterManager.html new file mode 100644 index 0000000..049147e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/RequestParameterManager.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.RequestParameterManager (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.RequestParameterManager (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="RequestParameterManager.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.RequestParameterManager</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.RequestParameterManager
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="RequestParameterManager.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/RootServiceProvider.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/RootServiceProvider.html new file mode 100644 index 0000000..50a0f7d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/RootServiceProvider.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.RootServiceProvider (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.RootServiceProvider (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="RootServiceProvider.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.RootServiceProvider</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.RootServiceProvider
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="RootServiceProvider.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentation.VisualRepresentationListener.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentation.VisualRepresentationListener.html new file mode 100644 index 0000000..f8700fe --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentation.VisualRepresentationListener.html @@ -0,0 +1,180 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Interface com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Interface com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentation.VisualRepresentationListener.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog">VisualRepresentation.VisualRepresentationListener</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog"><B>com.sdm.quasar.client.jsf.dialog</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog">VisualRepresentation.VisualRepresentationListener</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> with parameters of type <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog">VisualRepresentation.VisualRepresentationListener</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentation.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#addVisualRepresentationListener(com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener)">addVisualRepresentationListener</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog">VisualRepresentation.VisualRepresentationListener</A> listener)</CODE>
+
+<BR>
+ Add a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation.VisualRepresentationListener</CODE></A> to this <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentation.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#removeChangeListener(com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener)">removeChangeListener</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog">VisualRepresentation.VisualRepresentationListener</A> listener)</CODE>
+
+<BR>
+ Remove a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation.VisualRepresentationListener</CODE></A> from this <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>.</TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentation.VisualRepresentationListener.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentation.html new file mode 100644 index 0000000..0ea747f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentation.html @@ -0,0 +1,484 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.VisualRepresentation (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.VisualRepresentation (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentation.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.VisualRepresentation</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog"><B>com.sdm.quasar.client.jsf.dialog</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.services"><B>com.sdm.quasar.client.jsf.dialog.services</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentationId.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#identifyVisualRepresentation(HttpServletRequest, com.sdm.quasar.client.jsf.dialog.BrowserWindow)">identifyVisualRepresentation</A></B>(HttpServletRequest request, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> browserWindow)</CODE>
+
+<BR>
+ A <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> registered at a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> is ideentified + from the parameters of the request. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#getVisualRepresentation()">getVisualRepresentation</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#findPredecessor(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">findPredecessor</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> from)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#getPredecessor(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">getPredecessor</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> with parameters of type <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected static boolean</CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentationId.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#check(com.sdm.quasar.client.jsf.dialog.InternalId, com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">check</A></B>(com.sdm.quasar.client.jsf.dialog.InternalId internalId, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visualRepresentation)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)">showVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + boolean modal)</CODE>
+
+<BR>
+ A <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> - corresponding to a dialog - + will be shown in the browser. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#showRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">showRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ A <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> - corresponding to a dialog - + will be shown in the browser.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected boolean</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#handleDoubleSubmit(HttpServletRequest, com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack, com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">handleDoubleSubmit</A></B>(HttpServletRequest request, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog">BrowserWindowCallBack</A> callBack, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ Checks if this is a request to a previous state of the dialog. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#setVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">setVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> newVisRep)</CODE>
+
+<BR>
+ Sets a new <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to be shown in the current request.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean, java.lang.String, java.lang.String, java.lang.Object)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + boolean recreate, + java.lang.String redirectUrl, + java.lang.String replacingDialogId, + java.lang.Object context)</CODE>
+
+<BR>
+ Marks the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to be not shown any more. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationInfo</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#getVisualRepresentationInfo(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">getVisualRepresentationInfo</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#findPredecessor(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">findPredecessor</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> from)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#setPredecessor(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">setPredecessor</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> predecessor)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#getPredecessor(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">getPredecessor</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Constructors in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> with parameters of type <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html#VisualRepresentationId(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">VisualRepresentationId</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visualRepresentation)</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowCompositeFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#getVisualRepresentation()">getVisualRepresentation</A></B>()</CODE>
+
+<BR>
+ If no <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is set, it is created with configured parameters.</TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> with parameters of type <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + boolean recreate)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + java.lang.String redirectUrl)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String, java.lang.Object)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + java.lang.String replacingDialogId, + java.lang.Object context)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean, java.lang.String, java.lang.String, java.lang.Object)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + boolean recreate, + java.lang.String redirectUrl, + java.lang.String replacingDialogId, + java.lang.Object context)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">showVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)">showVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + boolean modal)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowCompositeFeature.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#setVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">setVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ Set a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A></TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.services"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html">com.sdm.quasar.client.jsf.dialog.services</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html">com.sdm.quasar.client.jsf.dialog.services</A> with parameters of type <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowService.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">showVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ Show the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowService.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)">showVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + boolean modal)</CODE>
+
+<BR>
+ Show the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowService.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + boolean recreate)</CODE>
+
+<BR>
+ Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A> + with hide and reopen or hide an and do not show again strategy</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowService.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + java.lang.String redirectUrl)</CODE>
+
+<BR>
+ Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A>. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowService.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String, java.lang.Object)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + java.lang.String replacingDialogId, + java.lang.Object context)</CODE>
+
+<BR>
+ Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A>. with hide and replace by an other + dielog strategy</TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentation.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentationId.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentationId.html new file mode 100644 index 0000000..e4084fd --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentationId.html @@ -0,0 +1,173 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentationId.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.VisualRepresentationId</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationId</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog"><B>com.sdm.quasar.client.jsf.dialog</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationId</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationId</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationId</A></CODE></FONT></TD>
+<TD><CODE><B>VisualRepresentation.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html#getVisualRepresentationId()">getVisualRepresentationId</A></B>()</CODE>
+
+<BR>
+ The <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> of the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + is build and returned</TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentationId.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentationInfo.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentationInfo.html new file mode 100644 index 0000000..6e8f748 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentationInfo.html @@ -0,0 +1,172 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentationInfo.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationInfo</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog"><B>com.sdm.quasar.client.jsf.dialog</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationInfo</A> in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> that return <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationInfo</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationInfo</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindow.</B><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html#getVisualRepresentationInfo(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">getVisualRepresentationInfo</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="VisualRepresentationInfo.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html new file mode 100644 index 0000000..92ae57d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html @@ -0,0 +1,744 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+BrowserWindowCompositeFeature (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="BrowserWindowCompositeFeature (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BrowserWindowCompositeFeature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV CLASS
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowCompositeFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.features</FONT>
+<BR>
+Class BrowserWindowCompositeFeature</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">com.sdm.quasar.client.core.dialog.AbstractFeature</A>
+ <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/Feature.html" title="interface in com.sdm.quasar.client.core.dialog">Feature</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/common/sysinfo/SystemInfoProvider.html" title="interface in com.sdm.quasar.client.core.common.sysinfo">SystemInfoProvider</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>BrowserWindowCompositeFeature</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></DL>
+
+<P>
+The <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><CODE>BrowserWindowCompositeFeature</CODE></A> manages the visibility of the + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> in the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> using the + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><CODE>BrowserWindowService</CODE></A> as follows: The <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is + shown when the dialog is activated and it is hidden, when the dialog is + deactivated. If no <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is supported it is created + by the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><CODE>BrowserWindowCompositeFeature</CODE></A>. Here the strategy of showing and + hiding the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> can be configurated in the dialog + configuration file. The <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> provides two different showing + strategies and four hiding strategies concerning the browser navigation. + These are configurable for the dialog by dialog properties + <ul> + <li>A dialog instance is shown modal if the property {@value} + has value <CODE>Boolean.TRUE</CODE>. Default is not modal. Use modal with care!</li> + <li>A dialog instance is hidden an never shown again if the property {@value} + has value <CODE>Boolean.FALSE</CODE>. Else on backnavigation to this dialog a new instance + of the same dialog will be created and shown. That's the default.</li> + <li>A dialog instance is replaced by an other dialog if the property <CODE>#REPLACING_DIALOG_KEYWORD</CODE> + is set. The value defines the dialog id of the dialog to be created and shown instead.</li> + <li>A dialog instance is replaced by a page if the property <CODE>#REPLACING_URL_KEYWORD</CODE> + is set. The value defines url of the page to be shown instead.</li> + </ul> + Use other strategies except the default carefully.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#BrowserWindowCompositeFeature()">BrowserWindowCompositeFeature</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#activate()">activate</A></B>()</CODE>
+
+<BR>
+ Called when the dialog is activated. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#deactivate()">deactivate</A></B>()</CODE>
+
+<BR>
+ Called when the dialog is deactivated. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#dispose()">dispose</A></B>()</CODE>
+
+<BR>
+ Called when the feature or dialog is disposed. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.util.Properties</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#getBookmarks()">getBookmarks</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#getBrowserWindowService()">getBrowserWindowService</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#getReplacingDialog()">getReplacingDialog</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.Object</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#getReplacingDialogContext()">getReplacingDialogContext</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#getReplacingUrl()">getReplacingUrl</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#getVisualRepresentation()">getVisualRepresentation</A></B>()</CODE>
+
+<BR>
+ If no <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is set, it is created with configured parameters.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#init()">init</A></B>()</CODE>
+
+<BR>
+ Called when the feature is initializing. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#isModal()">isModal</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#isRecreate()">isRecreate</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#prepare()">prepare</A></B>()</CODE>
+
+<BR>
+ Called when the dialog is prepared. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#setBookmarks(java.util.Properties)">setBookmarks</A></B>(java.util.Properties parameters)</CODE>
+
+<BR>
+ Set the bookmark parameters.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#setModal(boolean)">setModal</A></B>(boolean isModal)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#setPresentationURI(java.lang.String)">setPresentationURI</A></B>(java.lang.String presentationURI)</CODE>
+
+<BR>
+ Set the url of the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#setRecreate(boolean)">setRecreate</A></B>(boolean recreate)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#setReplacingDialog(java.lang.String)">setReplacingDialog</A></B>(java.lang.String replacingDialog)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#setReplacingDialogContext(java.lang.Object)">setReplacingDialogContext</A></B>(java.lang.Object replacingDialogContext)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#setReplacingUrl(java.lang.String)">setReplacingUrl</A></B>(java.lang.String replacingUrl)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#setVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">setVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ Set a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A></TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_com.sdm.quasar.client.core.dialog.AbstractFeature"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class com.sdm.quasar.client.core.dialog.<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#attachDialogControl(com.sdm.quasar.client.core.dialog.DialogControl)">attachDialogControl</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#collectSystemInfo(com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode, com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions)">collectSystemInfo</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#disposeFeature()">disposeFeature</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#getDialogControl()">getDialogControl</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#isInitialized()">isInitialized</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#release()">release</A></CODE></TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="BrowserWindowCompositeFeature()"><!-- --></A><H3>
+BrowserWindowCompositeFeature</H3>
+<PRE>
+public <B>BrowserWindowCompositeFeature</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="dispose()"><!-- --></A><H3>
+dispose</H3>
+<PRE>
+protected void <B>dispose</B>() + throws <A HREF="../../../../../../../com/sdm/quasar/client/core/common/DisposeException.html" title="class in com.sdm.quasar.client.core.common">DisposeException</A></PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#dispose()">dispose</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/common/DisposeException.html" title="class in com.sdm.quasar.client.core.common">DisposeException</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="init()"><!-- --></A><H3>
+init</H3>
+<PRE>
+protected void <B>init</B>()</PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog"><CODE>DialogControl</CODE></A> installed to. To access the + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog"><CODE>DialogControl</CODE></A> use the <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#getDialogControl()"><CODE>AbstractFeature.getDialogControl()</CODE></A> method. + <p> + Override this method to perform some action on initialization + e.g. register public services.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#init()">init</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="prepare()"><!-- --></A><H3>
+prepare</H3>
+<PRE>
+protected void <B>prepare</B>()</PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the dialog is prepared. + Override this method if you want to perform some action on <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/lifecycle/LifeCycle.html#prepare()"><CODE>LifeCycle.prepare()</CODE></A>, + e.g. gain resource and provide services for childs. + <p> + The default implementation in <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog"><CODE>AbstractFeature</CODE></A> does nothing. + </p>
+<P>
+<DD><DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#prepare()">prepare</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="activate()"><!-- --></A><H3>
+activate</H3>
+<PRE>
+protected void <B>activate</B>()</PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the dialog is activated. + Override this method if you want to perform some action on <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/lifecycle/LifeCycle.html#activate()"><CODE>LifeCycle.activate()</CODE></A>. + <p> + The default implementation in <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog"><CODE>AbstractFeature</CODE></A> does nothing. + </p>
+<P>
+<DD><DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#activate()">activate</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="deactivate()"><!-- --></A><H3>
+deactivate</H3>
+<PRE>
+protected void <B>deactivate</B>()</PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the dialog is deactivated. + Override this method if you want to perform some action on <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/lifecycle/LifeCycle.html#deactivate()"><CODE>LifeCycle.deactivate()()</CODE></A>. + <p> + The default implementation in <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog"><CODE>AbstractFeature</CODE></A> does nothing. + </p>
+<P>
+<DD><DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#deactivate()">deactivate</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getBrowserWindowService()"><!-- --></A><H3>
+getBrowserWindowService</H3>
+<PRE>
+protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A> <B>getBrowserWindowService</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getVisualRepresentation()"><!-- --></A><H3>
+getVisualRepresentation</H3>
+<PRE>
+public <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> <B>getVisualRepresentation</B>()</PRE>
+<DL>
+<DD>If no <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is set, it is created with configured parameters.
+<P>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> of the dialog</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)"><!-- --></A><H3>
+setVisualRepresentation</H3>
+<PRE>
+public void <B>setVisualRepresentation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</PRE>
+<DL>
+<DD>Set a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>visRep</CODE> - the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to set</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setPresentationURI(java.lang.String)"><!-- --></A><H3>
+setPresentationURI</H3>
+<PRE>
+public void <B>setPresentationURI</B>(java.lang.String presentationURI)</PRE>
+<DL>
+<DD>Set the url of the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>presentationURI</CODE> - the url of the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getBookmarks()"><!-- --></A><H3>
+getBookmarks</H3>
+<PRE>
+public java.util.Properties <B>getBookmarks</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the set bookmark parameters or null</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setBookmarks(java.util.Properties)"><!-- --></A><H3>
+setBookmarks</H3>
+<PRE>
+public void <B>setBookmarks</B>(java.util.Properties parameters)</PRE>
+<DL>
+<DD>Set the bookmark parameters.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>parameters</CODE> - Bookmark parameters of the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="isModal()"><!-- --></A><H3>
+isModal</H3>
+<PRE>
+public boolean <B>isModal</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setModal(boolean)"><!-- --></A><H3>
+setModal</H3>
+<PRE>
+public void <B>setModal</B>(boolean isModal)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="isRecreate()"><!-- --></A><H3>
+isRecreate</H3>
+<PRE>
+public boolean <B>isRecreate</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the recreate</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setRecreate(boolean)"><!-- --></A><H3>
+setRecreate</H3>
+<PRE>
+public void <B>setRecreate</B>(boolean recreate)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>recreate</CODE> - the recreate to set</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getReplacingDialog()"><!-- --></A><H3>
+getReplacingDialog</H3>
+<PRE>
+public java.lang.String <B>getReplacingDialog</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the replacingDialog</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setReplacingDialog(java.lang.String)"><!-- --></A><H3>
+setReplacingDialog</H3>
+<PRE>
+public void <B>setReplacingDialog</B>(java.lang.String replacingDialog)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>replacingDialog</CODE> - the replacingDialog to set</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getReplacingUrl()"><!-- --></A><H3>
+getReplacingUrl</H3>
+<PRE>
+public java.lang.String <B>getReplacingUrl</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the replacingUrl</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setReplacingUrl(java.lang.String)"><!-- --></A><H3>
+setReplacingUrl</H3>
+<PRE>
+public void <B>setReplacingUrl</B>(java.lang.String replacingUrl)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>replacingUrl</CODE> - the replacingUrl to set</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getReplacingDialogContext()"><!-- --></A><H3>
+getReplacingDialogContext</H3>
+<PRE>
+public java.lang.Object <B>getReplacingDialogContext</B>()</PRE>
+<DL>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the replacingDialogContext</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setReplacingDialogContext(java.lang.Object)"><!-- --></A><H3>
+setReplacingDialogContext</H3>
+<PRE>
+public void <B>setReplacingDialogContext</B>(java.lang.Object replacingDialogContext)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>replacingDialogContext</CODE> - the replacingDialogContext to set</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BrowserWindowCompositeFeature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV CLASS
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowCompositeFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html new file mode 100644 index 0000000..7895a7b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html @@ -0,0 +1,796 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+BrowserWindowFeature (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="BrowserWindowFeature (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BrowserWindowFeature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.features</FONT>
+<BR>
+Class BrowserWindowFeature</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">com.sdm.quasar.client.core.dialog.AbstractFeature</A>
+ <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowManagerService</A>, <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/Feature.html" title="interface in com.sdm.quasar.client.core.dialog">Feature</A>, <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/common/sysinfo/SystemInfoProvider.html" title="interface in com.sdm.quasar.client.core.common.sysinfo">SystemInfoProvider</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>BrowserWindowFeature</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A><DT>implements <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A>, <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A>, <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowManagerService</A></DL>
+
+<P>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#DEFAULT_WINDOW_ID">DEFAULT_WINDOW_ID</A></B></CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#BrowserWindowFeature()">BrowserWindowFeature</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#buildActionURL(java.lang.String)">buildActionURL</A></B>(java.lang.String requestContextPath)</CODE>
+
+<BR>
+ Request to build the action url based upon the given path</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#buildIdFromPostParameters()">buildIdFromPostParameters</A></B>()</CODE>
+
+<BR>
+ Builds a token out of the post parameters. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#dispose()">dispose</A></B>()</CODE>
+
+<BR>
+ Called when the feature or dialog is disposed. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A>[]</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#getAllBrowserWindows()">getAllBrowserWindows</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#getCurrentBrowserWindow()">getCurrentBrowserWindow</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#getCurrentWindowId()">getCurrentWindowId</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#getGetParameters()">getGetParameters</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#getPostParameters()">getPostParameters</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#hasBrowserWindow(java.lang.String)">hasBrowserWindow</A></B>(java.lang.String browserWindowId)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + boolean recreate)</CODE>
+
+<BR>
+ Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A> + with hide and reopen or hide an and do not show again strategy</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean, java.lang.String, java.lang.String, java.lang.Object)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + boolean recreate, + java.lang.String redirectUrl, + java.lang.String replacingDialogId, + java.lang.Object context)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + java.lang.String redirectUrl)</CODE>
+
+<BR>
+ Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A>. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String, java.lang.Object)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + java.lang.String replacingDialogId, + java.lang.Object context)</CODE>
+
+<BR>
+ Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A>. with hide and replace by an other + dielog strategy</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#init()">init</A></B>()</CODE>
+
+<BR>
+ Called when the feature is initializing. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#registerNewBrowserWindow(java.lang.String)">registerNewBrowserWindow</A></B>(java.lang.String browserWiondowId)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#setCurrentBrowserWindow(java.lang.String)">setCurrentBrowserWindow</A></B>(java.lang.String browserWindowId)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#setCurrentWindowId(java.lang.String)">setCurrentWindowId</A></B>(java.lang.String currentWindowId)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">showVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation)</CODE>
+
+<BR>
+ Show the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)">showVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + boolean modal)</CODE>
+
+<BR>
+ Show the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html#writePostParameters(UIComponent, ResponseWriter)">writePostParameters</A></B>(UIComponent component, + ResponseWriter writer)</CODE>
+
+<BR>
+ wites the post parameters as hidden fields to the page</TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_com.sdm.quasar.client.core.dialog.AbstractFeature"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class com.sdm.quasar.client.core.dialog.<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#activate()">activate</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#attachDialogControl(com.sdm.quasar.client.core.dialog.DialogControl)">attachDialogControl</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#collectSystemInfo(com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode, com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions)">collectSystemInfo</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#deactivate()">deactivate</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#disposeFeature()">disposeFeature</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#getDialogControl()">getDialogControl</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#isInitialized()">isInitialized</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#prepare()">prepare</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#release()">release</A></CODE></TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="DEFAULT_WINDOW_ID"><!-- --></A><H3>
+DEFAULT_WINDOW_ID</H3>
+<PRE>
+public java.lang.String <B>DEFAULT_WINDOW_ID</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="BrowserWindowFeature()"><!-- --></A><H3>
+BrowserWindowFeature</H3>
+<PRE>
+public <B>BrowserWindowFeature</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="dispose()"><!-- --></A><H3>
+dispose</H3>
+<PRE>
+protected void <B>dispose</B>() + throws <A HREF="../../../../../../../com/sdm/quasar/client/core/common/DisposeException.html" title="class in com.sdm.quasar.client.core.common">DisposeException</A></PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#dispose()">dispose</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/common/DisposeException.html" title="class in com.sdm.quasar.client.core.common">DisposeException</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="init()"><!-- --></A><H3>
+init</H3>
+<PRE>
+protected void <B>init</B>()</PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog"><CODE>DialogControl</CODE></A> installed to. To access the + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog"><CODE>DialogControl</CODE></A> use the <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#getDialogControl()"><CODE>AbstractFeature.getDialogControl()</CODE></A> method. + <p> + Override this method to perform some action on initialization + e.g. register public services.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#init()">init</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)"><!-- --></A><H3>
+hideVisualRepresentation</H3>
+<PRE>
+public void <B>hideVisualRepresentation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + boolean recreate)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></CODE></B></DD>
+<DD>Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A> + with hide and reopen or hide an and do not show again strategy
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)">hideVisualRepresentation</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>representation</CODE> - the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to hide.<DD><CODE>recreate</CODE> - true: hide and reopen strategy; false: hide an and do not show again strategy<DT><B>See Also:</B><DD><CODE>com.sdm.quasar.client.jsf.dialog.services.BrowserWindowService#hideRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String)</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String)"><!-- --></A><H3>
+hideVisualRepresentation</H3>
+<PRE>
+public void <B>hideVisualRepresentation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + java.lang.String redirectUrl)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></CODE></B></DD>
+<DD>Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A>. + with hide and replace by an other page strategy
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String)">hideVisualRepresentation</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>representation</CODE> - the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to hide.<DD><CODE>redirectUrl</CODE> - the url used to redirect to the replacing page<DT><B>See Also:</B><DD><CODE>com.sdm.quasar.client.jsf.dialog.services.BrowserWindowService#hideRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String)</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String, java.lang.Object)"><!-- --></A><H3>
+hideVisualRepresentation</H3>
+<PRE>
+public void <B>hideVisualRepresentation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + java.lang.String replacingDialogId, + java.lang.Object context)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></CODE></B></DD>
+<DD>Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A>. with hide and replace by an other + dielog strategy
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String, java.lang.Object)">hideVisualRepresentation</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>representation</CODE> - the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to hide.<DD><CODE>replacingDialogId</CODE> - the dialog id of the dialog to be shown instead of this + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A><DD><CODE>context</CODE> - an optionally context to be used when creation the replacing + dialog, may be null<DT><B>See Also:</B><DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String, java.lang.Object)"><CODE>BrowserWindowService.hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String, java.lang.Object)</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean, java.lang.String, java.lang.String, java.lang.Object)"><!-- --></A><H3>
+hideVisualRepresentation</H3>
+<PRE>
+public void <B>hideVisualRepresentation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + boolean recreate, + java.lang.String redirectUrl, + java.lang.String replacingDialogId, + java.lang.Object context)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)"><!-- --></A><H3>
+showVisualRepresentation</H3>
+<PRE>
+public void <B>showVisualRepresentation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></CODE></B></DD>
+<DD>Show the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">showVisualRepresentation</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>representation</CODE> - the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> be shown.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)"><!-- --></A><H3>
+showVisualRepresentation</H3>
+<PRE>
+public void <B>showVisualRepresentation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> representation, + boolean modal)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></CODE></B></DD>
+<DD>Show the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)">showVisualRepresentation</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>representation</CODE> - the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> be shown.<DD><CODE>modal</CODE> - true if the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> will be modal.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getCurrentBrowserWindow()"><!-- --></A><H3>
+getCurrentBrowserWindow</H3>
+<PRE>
+public <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> <B>getCurrentBrowserWindow</B>()</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#getCurrentBrowserWindow()">getCurrentBrowserWindow</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowManagerService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#getCurrentBrowserWindow()"><CODE>BrowserWindowManagerService.getCurrentBrowserWindow()</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="hasBrowserWindow(java.lang.String)"><!-- --></A><H3>
+hasBrowserWindow</H3>
+<PRE>
+public boolean <B>hasBrowserWindow</B>(java.lang.String browserWindowId)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#hasBrowserWindow(java.lang.String)">hasBrowserWindow</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowManagerService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#hasBrowserWindow(java.lang.String)"><CODE>BrowserWindowManagerService.hasBrowserWindow(java.lang.String)</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="registerNewBrowserWindow(java.lang.String)"><!-- --></A><H3>
+registerNewBrowserWindow</H3>
+<PRE>
+public void <B>registerNewBrowserWindow</B>(java.lang.String browserWiondowId)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#registerNewBrowserWindow(java.lang.String)">registerNewBrowserWindow</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowManagerService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#registerNewBrowserWindow(java.lang.String)"><CODE>BrowserWindowManagerService.registerNewBrowserWindow(java.lang.String)</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setCurrentBrowserWindow(java.lang.String)"><!-- --></A><H3>
+setCurrentBrowserWindow</H3>
+<PRE>
+public java.lang.String <B>setCurrentBrowserWindow</B>(java.lang.String browserWindowId)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#setCurrentBrowserWindow(java.lang.String)">setCurrentBrowserWindow</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowManagerService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#setCurrentBrowserWindow(java.lang.String)"><CODE>BrowserWindowManagerService.setCurrentBrowserWindow(java.lang.String)</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getAllBrowserWindows()"><!-- --></A><H3>
+getAllBrowserWindows</H3>
+<PRE>
+protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A>[] <B>getAllBrowserWindows</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="buildActionURL(java.lang.String)"><!-- --></A><H3>
+buildActionURL</H3>
+<PRE>
+public java.lang.String <B>buildActionURL</B>(java.lang.String requestContextPath)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A></CODE></B></DD>
+<DD>Request to build the action url based upon the given path
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#buildActionURL(java.lang.String)">buildActionURL</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>requestContextPath</CODE> - the base path +<DT><B>Returns:</B><DD>the build action url<DT><B>See Also:</B><DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#buildActionURL(java.lang.String)"><CODE>ResponseParameterService.buildActionURL(java.lang.String)</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="buildIdFromPostParameters()"><!-- --></A><H3>
+buildIdFromPostParameters</H3>
+<PRE>
+public java.lang.String <B>buildIdFromPostParameters</B>()</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A></CODE></B></DD>
+<DD>Builds a token out of the post parameters. This is used as fall back when + the values of the hidden fields are not passed by every submit, e.g. when + no JavaScript is valid
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#buildIdFromPostParameters()">buildIdFromPostParameters</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the token<DT><B>See Also:</B><DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#buildIdFromPostParameters()"><CODE>ResponseParameterService.buildIdFromPostParameters()</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="writePostParameters(UIComponent, ResponseWriter)"><!-- --></A><H3>
+writePostParameters</H3>
+<PRE>
+public void <B>writePostParameters</B>(UIComponent component, + ResponseWriter writer) + throws java.io.IOException</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A></CODE></B></DD>
+<DD>wites the post parameters as hidden fields to the page
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#writePostParameters(UIComponent, ResponseWriter)">writePostParameters</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><CODE>com.sdm.quasar.client.jsf.dialog.services.ResponseParameterService#writePostParameters(javax.faces.component.UIComponent, javax.faces.context.ResponseWriter)</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getCurrentWindowId()"><!-- --></A><H3>
+getCurrentWindowId</H3>
+<PRE>
+protected java.lang.String <B>getCurrentWindowId</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setCurrentWindowId(java.lang.String)"><!-- --></A><H3>
+setCurrentWindowId</H3>
+<PRE>
+protected void <B>setCurrentWindowId</B>(java.lang.String currentWindowId)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getGetParameters()"><!-- --></A><H3>
+getGetParameters</H3>
+<PRE>
+public <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A> <B>getGetParameters</B>()</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#getGetParameters()">getGetParameters</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>GetParameters</CODE></A> for the response</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getPostParameters()"><!-- --></A><H3>
+getPostParameters</H3>
+<PRE>
+public <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A> <B>getPostParameters</B>()</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#getPostParameters()">getPostParameters</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>The <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>PostParameters</CODE></A> for the response</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BrowserWindowFeature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html new file mode 100644 index 0000000..110d049 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html @@ -0,0 +1,390 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+DialogContextFeature (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="DialogContextFeature (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DialogContextFeature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogContextFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.features</FONT>
+<BR>
+Class DialogContextFeature</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">com.sdm.quasar.client.core.dialog.AbstractFeature</A>
+ <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DialogContextService</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/Feature.html" title="interface in com.sdm.quasar.client.core.dialog">Feature</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/common/sysinfo/SystemInfoProvider.html" title="interface in com.sdm.quasar.client.core.common.sysinfo">SystemInfoProvider</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>DialogContextFeature</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A><DT>implements <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DialogContextService</A></DL>
+
+<P>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html#DialogContextFeature()">DialogContextFeature</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html#dispose()">dispose</A></B>()</CODE>
+
+<BR>
+ Called when the feature or dialog is disposed. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html#getDialogParameterHandler()">getDialogParameterHandler</A></B>()</CODE>
+
+<BR>
+ Returns an instance of the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> class + that has been defined in the application's configuration.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html#init()">init</A></B>()</CODE>
+
+<BR>
+ Called when the feature is initializing. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html#redirect(java.lang.String)">redirect</A></B>(java.lang.String url)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html#restoreDialogContext(HttpServletRequest, ServletResponse)">restoreDialogContext</A></B>(HttpServletRequest request, + ServletResponse response)</CODE>
+
+<BR>
+ This <CODE>Service</CODE> is used to connect the request to the dialog instance, + defined by the parameters in the request. </TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_com.sdm.quasar.client.core.dialog.AbstractFeature"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class com.sdm.quasar.client.core.dialog.<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#activate()">activate</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#attachDialogControl(com.sdm.quasar.client.core.dialog.DialogControl)">attachDialogControl</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#collectSystemInfo(com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode, com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions)">collectSystemInfo</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#deactivate()">deactivate</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#disposeFeature()">disposeFeature</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#getDialogControl()">getDialogControl</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#isInitialized()">isInitialized</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#prepare()">prepare</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#release()">release</A></CODE></TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="DialogContextFeature()"><!-- --></A><H3>
+DialogContextFeature</H3>
+<PRE>
+public <B>DialogContextFeature</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="dispose()"><!-- --></A><H3>
+dispose</H3>
+<PRE>
+protected void <B>dispose</B>() + throws <A HREF="../../../../../../../com/sdm/quasar/client/core/common/DisposeException.html" title="class in com.sdm.quasar.client.core.common">DisposeException</A></PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#dispose()">dispose</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/common/DisposeException.html" title="class in com.sdm.quasar.client.core.common">DisposeException</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="init()"><!-- --></A><H3>
+init</H3>
+<PRE>
+protected void <B>init</B>()</PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog"><CODE>DialogControl</CODE></A> installed to. To access the + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog"><CODE>DialogControl</CODE></A> use the <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#getDialogControl()"><CODE>AbstractFeature.getDialogControl()</CODE></A> method. + <p> + Override this method to perform some action on initialization + e.g. register public services.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#init()">init</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="restoreDialogContext(HttpServletRequest, ServletResponse)"><!-- --></A><H3>
+restoreDialogContext</H3>
+<PRE>
+public boolean <B>restoreDialogContext</B>(HttpServletRequest request, + ServletResponse response)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DialogContextService</A></CODE></B></DD>
+<DD>This <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><CODE>Service</CODE></A> is used to connect the request to the dialog instance, + defined by the parameters in the request. If parameters are missing or no valid + parameters the parameters are passed to a <CODE>DialogParameterHandlerService</CODE> + to define the further strategy for handling this request.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html#restoreDialogContext(HttpServletRequest, ServletResponse)">restoreDialogContext</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DialogContextService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>request</CODE> - the current reqest<DD><CODE>response</CODE> - the current response +<DT><B>Returns:</B><DD>true: response is already completed, e.g. due to a redirect; + the servlet filter chain has not to be processed further.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="redirect(java.lang.String)"><!-- --></A><H3>
+redirect</H3>
+<PRE>
+protected boolean <B>redirect</B>(java.lang.String url)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>url</CODE> - may be null +<DT><B>Returns:</B><DD></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getDialogParameterHandler()"><!-- --></A><H3>
+getDialogParameterHandler</H3>
+<PRE>
+protected <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A> <B>getDialogParameterHandler</B>()</PRE>
+<DL>
+<DD>Returns an instance of the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> class + that has been defined in the application's configuration.
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the <CODE>UnknownRequestHandler</CODE> instance to handle requests + without an <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog"><CODE>DialogInstanceId</CODE></A></DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DialogContextFeature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogContextFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html new file mode 100644 index 0000000..9c89f7a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html @@ -0,0 +1,442 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+DoubleSubmitCheckerFeature (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="DoubleSubmitCheckerFeature (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DoubleSubmitCheckerFeature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DoubleSubmitCheckerFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.features</FONT>
+<BR>
+Class DoubleSubmitCheckerFeature</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">com.sdm.quasar.client.core.dialog.AbstractFeature</A>
+ <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/Feature.html" title="interface in com.sdm.quasar.client.core.dialog">Feature</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/common/sysinfo/SystemInfoProvider.html" title="interface in com.sdm.quasar.client.core.common.sysinfo">SystemInfoProvider</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>DoubleSubmitCheckerFeature</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A><DT>implements <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A></DL>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>clucke + TODO register as service on dialog destruction, to remove the diid when being notified</DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html#DoubleSubmitCheckerFeature()">DoubleSubmitCheckerFeature</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html#dispose()">dispose</A></B>()</CODE>
+
+<BR>
+ Called when the feature or dialog is disposed. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.Integer</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html#getSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId)">getSequenceNumber</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid)</CODE>
+
+<BR>
+ Returns the sequence-number for a specific dialog-instance.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html#incrementSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId)">incrementSequenceNumber</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid)</CODE>
+
+<BR>
+ Increments the sequence-number for a specific dialog-instance.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html#init()">init</A></B>()</CODE>
+
+<BR>
+ Called when the feature is initializing. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html#isSequenceNumberValid(com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.Integer)">isSequenceNumberValid</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid, + java.lang.Integer requestSeqNbr)</CODE>
+
+<BR>
+ Check if a sequence-number is valid.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html#removeSequenceNumberInformation(com.sdm.quasar.client.core.dialog.DialogInstanceId)">removeSequenceNumberInformation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid)</CODE>
+
+<BR>
+ Removes the sequence number information for the given dialog-instance id.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html#setSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.Integer)">setSequenceNumber</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid, + java.lang.Integer requestSeqNbr)</CODE>
+
+<BR>
+ Sets the sequence number for the given dialog-instance in a map and + keeps track of this data during requests.</TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_com.sdm.quasar.client.core.dialog.AbstractFeature"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class com.sdm.quasar.client.core.dialog.<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#activate()">activate</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#attachDialogControl(com.sdm.quasar.client.core.dialog.DialogControl)">attachDialogControl</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#collectSystemInfo(com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode, com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions)">collectSystemInfo</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#deactivate()">deactivate</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#disposeFeature()">disposeFeature</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#getDialogControl()">getDialogControl</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#isInitialized()">isInitialized</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#prepare()">prepare</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#release()">release</A></CODE></TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="DoubleSubmitCheckerFeature()"><!-- --></A><H3>
+DoubleSubmitCheckerFeature</H3>
+<PRE>
+public <B>DoubleSubmitCheckerFeature</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="isSequenceNumberValid(com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.Integer)"><!-- --></A><H3>
+isSequenceNumberValid</H3>
+<PRE>
+public boolean <B>isSequenceNumberValid</B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid, + java.lang.Integer requestSeqNbr)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A></CODE></B></DD>
+<DD>Check if a sequence-number is valid.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html#isSequenceNumberValid(com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.Integer)">isSequenceNumberValid</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>diid</CODE> - the dialog-instance id<DD><CODE>requestSeqNbr</CODE> - the sequence-number +<DT><B>Returns:</B><DD>true if valid, false if outdated</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId)"><!-- --></A><H3>
+getSequenceNumber</H3>
+<PRE>
+public java.lang.Integer <B>getSequenceNumber</B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A></CODE></B></DD>
+<DD>Returns the sequence-number for a specific dialog-instance.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html#getSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId)">getSequenceNumber</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>diid</CODE> - the dialog-instance id +<DT><B>Returns:</B><DD>the current sequence-number</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="incrementSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId)"><!-- --></A><H3>
+incrementSequenceNumber</H3>
+<PRE>
+public void <B>incrementSequenceNumber</B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A></CODE></B></DD>
+<DD>Increments the sequence-number for a specific dialog-instance.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html#incrementSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId)">incrementSequenceNumber</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>diid</CODE> - the dialog-instance id</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.Integer)"><!-- --></A><H3>
+setSequenceNumber</H3>
+<PRE>
+protected void <B>setSequenceNumber</B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid, + java.lang.Integer requestSeqNbr)</PRE>
+<DL>
+<DD>Sets the sequence number for the given dialog-instance in a map and + keeps track of this data during requests.
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>diid</CODE> - <DD><CODE>requestSeqNbr</CODE> - </DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="removeSequenceNumberInformation(com.sdm.quasar.client.core.dialog.DialogInstanceId)"><!-- --></A><H3>
+removeSequenceNumberInformation</H3>
+<PRE>
+protected void <B>removeSequenceNumberInformation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid)</PRE>
+<DL>
+<DD>Removes the sequence number information for the given dialog-instance id.
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>diid</CODE> - </DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="dispose()"><!-- --></A><H3>
+dispose</H3>
+<PRE>
+protected void <B>dispose</B>() + throws <A HREF="../../../../../../../com/sdm/quasar/client/core/common/DisposeException.html" title="class in com.sdm.quasar.client.core.common">DisposeException</A></PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#dispose()">dispose</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/common/DisposeException.html" title="class in com.sdm.quasar.client.core.common">DisposeException</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="init()"><!-- --></A><H3>
+init</H3>
+<PRE>
+protected void <B>init</B>()</PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog"><CODE>DialogControl</CODE></A> installed to. To access the + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog"><CODE>DialogControl</CODE></A> use the <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#getDialogControl()"><CODE>AbstractFeature.getDialogControl()</CODE></A> method. + <p> + Override this method to perform some action on initialization + e.g. register public services.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#init()">init</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DoubleSubmitCheckerFeature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DoubleSubmitCheckerFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html new file mode 100644 index 0000000..3bafcae --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html @@ -0,0 +1,408 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+NavigationFeature (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.features.NavigationFeature class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="NavigationFeature (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NavigationFeature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>PREV CLASS</B></A>
+ NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="NavigationFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.features</FONT>
+<BR>
+Class NavigationFeature</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">com.sdm.quasar.client.core.dialog.AbstractFeature</A>
+ <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.features.NavigationFeature</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/Feature.html" title="interface in com.sdm.quasar.client.core.dialog">Feature</A>, <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">NavigationService</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/common/sysinfo/SystemInfoProvider.html" title="interface in com.sdm.quasar.client.core.common.sysinfo">SystemInfoProvider</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>NavigationFeature</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A><DT>implements <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">NavigationService</A></DL>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html#NavigationFeature()">NavigationFeature</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html#dispose()">dispose</A></B>()</CODE>
+
+<BR>
+ Called when the feature or dialog is disposed. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html#getActionURL(java.lang.String)">getActionURL</A></B>(java.lang.String requestContextPath)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html#init()">init</A></B>()</CODE>
+
+<BR>
+ Called when the feature is initializing. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html#isBypass()">isBypass</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html#performRedirect(java.lang.String)">performRedirect</A></B>(java.lang.String redirectUrl)</CODE>
+
+<BR>
+ Perform a redirect to the given url</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html#performRedirectToCurrent()">performRedirectToCurrent</A></B>()</CODE>
+
+<BR>
+ Perform a redirect to the currently shown <CODE>VisualRepresentation</CODE> at + the <CODE>BrowserWindow</CODE></TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_com.sdm.quasar.client.core.dialog.AbstractFeature"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class com.sdm.quasar.client.core.dialog.<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#activate()">activate</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#attachDialogControl(com.sdm.quasar.client.core.dialog.DialogControl)">attachDialogControl</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#collectSystemInfo(com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode, com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions)">collectSystemInfo</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#deactivate()">deactivate</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#disposeFeature()">disposeFeature</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#getDialogControl()">getDialogControl</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#isInitialized()">isInitialized</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#prepare()">prepare</A>, <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#release()">release</A></CODE></TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="NavigationFeature()"><!-- --></A><H3>
+NavigationFeature</H3>
+<PRE>
+public <B>NavigationFeature</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="init()"><!-- --></A><H3>
+init</H3>
+<PRE>
+protected void <B>init</B>()</PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog"><CODE>DialogControl</CODE></A> installed to. To access the + <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogControl.html" title="interface in com.sdm.quasar.client.core.dialog"><CODE>DialogControl</CODE></A> use the <A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#getDialogControl()"><CODE>AbstractFeature.getDialogControl()</CODE></A> method. + <p> + Override this method to perform some action on initialization + e.g. register public services.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#init()">init</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>See Also:</B><DD><CODE>com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="dispose()"><!-- --></A><H3>
+dispose</H3>
+<PRE>
+protected void <B>dispose</B>() + throws <A HREF="../../../../../../../com/sdm/quasar/client/core/common/DisposeException.html" title="class in com.sdm.quasar.client.core.common">DisposeException</A></PRE>
+<DL>
+<DD><B>Description copied from class: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></B></DD>
+<DD>Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html#dispose()">dispose</A></CODE> in class <CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog">AbstractFeature</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/core/common/DisposeException.html" title="class in com.sdm.quasar.client.core.common">DisposeException</A></CODE><DT><B>See Also:</B><DD><CODE>com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="isBypass()"><!-- --></A><H3>
+isBypass</H3>
+<PRE>
+public boolean <B>isBypass</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="performRedirectToCurrent()"><!-- --></A><H3>
+performRedirectToCurrent</H3>
+<PRE>
+public boolean <B>performRedirectToCurrent</B>()</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">NavigationService</A></CODE></B></DD>
+<DD>Perform a redirect to the currently shown <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at + the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html#performRedirectToCurrent()">performRedirectToCurrent</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">NavigationService</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true: request is completed due to performed redirect</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="performRedirect(java.lang.String)"><!-- --></A><H3>
+performRedirect</H3>
+<PRE>
+public boolean <B>performRedirect</B>(java.lang.String redirectUrl)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">NavigationService</A></CODE></B></DD>
+<DD>Perform a redirect to the given url
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html#performRedirect(java.lang.String)">performRedirect</A></CODE> in interface <CODE><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">NavigationService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>redirectUrl</CODE> - the url to redirect to +<DT><B>Returns:</B><DD>true: request is completed due to performed redirect</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getActionURL(java.lang.String)"><!-- --></A><H3>
+getActionURL</H3>
+<PRE>
+public java.lang.String <B>getActionURL</B>(java.lang.String requestContextPath)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NavigationFeature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>PREV CLASS</B></A>
+ NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="NavigationFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/BrowserWindowCompositeFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/BrowserWindowCompositeFeature.html new file mode 100644 index 0000000..0822b9f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/BrowserWindowCompositeFeature.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowCompositeFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowCompositeFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/BrowserWindowFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/BrowserWindowFeature.html new file mode 100644 index 0000000..5299e8f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/BrowserWindowFeature.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/DialogContextFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/DialogContextFeature.html new file mode 100644 index 0000000..2c1eec2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/DialogContextFeature.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogContextFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogContextFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/DoubleSubmitCheckerFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/DoubleSubmitCheckerFeature.html new file mode 100644 index 0000000..e835140 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/DoubleSubmitCheckerFeature.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DoubleSubmitCheckerFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DoubleSubmitCheckerFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/NavigationFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/NavigationFeature.html new file mode 100644 index 0000000..739634c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/class-use/NavigationFeature.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.features.NavigationFeature (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.features.NavigationFeature (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="NavigationFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.features.NavigationFeature</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.features.NavigationFeature
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="NavigationFeature.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/package-frame.html new file mode 100644 index 0000000..ad75317 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/package-frame.html @@ -0,0 +1,40 @@ +<!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.4.2_12) on Tue Jul 31 17:04:03 CEST 2007 -->
+<TITLE>
+com.sdm.quasar.client.jsf.dialog.features (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.features package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameTitleFont">
+<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html" target="classFrame">com.sdm.quasar.client.jsf.dialog.features</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
+Classes</FONT>
+<FONT CLASS="FrameItemFont">
+<BR>
+<A HREF="BrowserWindowCompositeFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features" target="classFrame">BrowserWindowCompositeFeature</A>
+<BR>
+<A HREF="BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features" target="classFrame">BrowserWindowFeature</A>
+<BR>
+<A HREF="DialogContextFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features" target="classFrame">DialogContextFeature</A>
+<BR>
+<A HREF="DoubleSubmitCheckerFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features" target="classFrame">DoubleSubmitCheckerFeature</A>
+<BR>
+<A HREF="NavigationFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features" target="classFrame">NavigationFeature</A></FONT></TD>
+</TR>
+</TABLE>
+
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/package-summary.html new file mode 100644 index 0000000..7462399 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/package-summary.html @@ -0,0 +1,168 @@ +<!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.4.2_12) on Tue Jul 31 17:04:03 CEST 2007 -->
+<TITLE>
+com.sdm.quasar.client.jsf.dialog.features (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.features package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="com.sdm.quasar.client.jsf.dialog.features (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html"><B>PREV PACKAGE</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
+ <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 com.sdm.quasar.client.jsf.dialog.features
+</H2>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">BrowserWindowCompositeFeature</A></B></TD>
+<TD>The <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><CODE>BrowserWindowCompositeFeature</CODE></A> manages the visibility of the + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> in the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> using the + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><CODE>BrowserWindowService</CODE></A> as follows: The <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is + shown when the dialog is activated and it is hidden, when the dialog is + deactivated. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">BrowserWindowFeature</A></B></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">DialogContextFeature</A></B></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">DoubleSubmitCheckerFeature</A></B></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">NavigationFeature</A></B></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html"><B>PREV PACKAGE</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/package-tree.html new file mode 100644 index 0000000..66b5f98 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/package-tree.html @@ -0,0 +1,152 @@ +<!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.4.2_12) on Tue Jul 31 17:04:03 CEST 2007 -->
+<TITLE>
+com.sdm.quasar.client.jsf.dialog.features Class Hierarchy (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="com.sdm.quasar.client.jsf.dialog.features Class Hierarchy (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-tree.html"><B>PREV</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+Hierarchy For Package com.sdm.quasar.client.jsf.dialog.features
+</H2>
+</CENTER>
+<DL>
+<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../../overview-tree.html">All Packages</A></DL>
+<HR>
+<H2>
+Class Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">class java.lang.Object<UL>
+<LI TYPE="circle">class com.sdm.quasar.client.core.dialog.<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/AbstractFeature.html" title="class in com.sdm.quasar.client.core.dialog"><B>AbstractFeature</B></A> (implements com.sdm.quasar.client.core.dialog.<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/Feature.html" title="interface in com.sdm.quasar.client.core.dialog">Feature</A>, com.sdm.quasar.client.core.common.sysinfo.<A HREF="../../../../../../../com/sdm/quasar/client/core/common/sysinfo/SystemInfoProvider.html" title="interface in com.sdm.quasar.client.core.common.sysinfo">SystemInfoProvider</A>)
+<UL>
+<LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.features.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>BrowserWindowCompositeFeature</B></A><LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.features.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>BrowserWindowFeature</B></A> (implements com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowManagerService</A>, com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A>, com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A>)
+<LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.features.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>DialogContextFeature</B></A> (implements com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DialogContextService</A>)
+<LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.features.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>DoubleSubmitCheckerFeature</B></A> (implements com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A>)
+<LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.features.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features"><B>NavigationFeature</B></A> (implements com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">NavigationService</A>)
+</UL>
+</UL>
+</UL>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/package-tree.html"><B>PREV</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/package-use.html new file mode 100644 index 0000000..323396f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/features/package-use.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:55 CEST 2007 -->
+<TITLE>
+Uses of Package com.sdm.quasar.client.jsf.dialog.features (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Package com.sdm.quasar.client.jsf.dialog.features (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Package<br>com.sdm.quasar.client.jsf.dialog.features</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.features
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-frame.html new file mode 100644 index 0000000..e6aeec4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-frame.html @@ -0,0 +1,71 @@ +<!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.4.2_12) on Tue Jul 31 17:04:03 CEST 2007 -->
+<TITLE>
+com.sdm.quasar.client.jsf.dialog (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameTitleFont">
+<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html" target="classFrame">com.sdm.quasar.client.jsf.dialog</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
+Interfaces</FONT>
+<FONT CLASS="FrameItemFont">
+<BR>
+<A HREF="BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog" target="classFrame"><I>BrowserWindowCallBack</I></A>
+<BR>
+<A HREF="DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog" target="classFrame"><I>DialogParameterHandler</I></A>
+<BR>
+<A HREF="DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog" target="classFrame"><I>DialogParameterHandlerCallback</I></A>
+<BR>
+<A HREF="VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog" target="classFrame"><I>VisualRepresentation.VisualRepresentationListener</I></A></FONT></TD>
+</TR>
+</TABLE>
+
+ +<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
+Classes</FONT>
+<FONT CLASS="FrameItemFont">
+<BR>
+<A HREF="BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog" target="classFrame">BrowserWindow</A>
+<BR>
+<A HREF="DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog" target="classFrame">DefaultDialogParameterHandler</A>
+<BR>
+<A HREF="DialogServletFilter.html" title="class in com.sdm.quasar.client.jsf.dialog" target="classFrame">DialogServletFilter</A>
+<BR>
+<A HREF="FacesContextProvider.html" title="class in com.sdm.quasar.client.jsf.dialog" target="classFrame">FacesContextProvider</A>
+<BR>
+<A HREF="GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog" target="classFrame">GetParameters</A>
+<BR>
+<A HREF="PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog" target="classFrame">PostParameters</A>
+<BR>
+<A HREF="PRGNavigationHandler.html" title="class in com.sdm.quasar.client.jsf.dialog" target="classFrame">PRGNavigationHandler</A>
+<BR>
+<A HREF="RequestParameterManager.html" title="class in com.sdm.quasar.client.jsf.dialog" target="classFrame">RequestParameterManager</A>
+<BR>
+<A HREF="RootServiceProvider.html" title="class in com.sdm.quasar.client.jsf.dialog" target="classFrame">RootServiceProvider</A>
+<BR>
+<A HREF="VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog" target="classFrame">VisualRepresentation</A>
+<BR>
+<A HREF="VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog" target="classFrame">VisualRepresentationId</A>
+<BR>
+<A HREF="VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog" target="classFrame">VisualRepresentationInfo</A></FONT></TD>
+</TR>
+</TABLE>
+
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-summary.html new file mode 100644 index 0000000..aba2a26 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-summary.html @@ -0,0 +1,242 @@ +<!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.4.2_12) on Tue Jul 31 17:04:03 CEST 2007 -->
+<TITLE>
+com.sdm.quasar.client.jsf.dialog (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="com.sdm.quasar.client.jsf.dialog (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/data/adapters/package-summary.html"><B>PREV PACKAGE</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
+ <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 com.sdm.quasar.client.jsf.dialog
+</H2>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Interface Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog">BrowserWindowCallBack</A></B></TD>
+<TD>Callback for the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> if the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + requested by the actual request could not or shall not be shown. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A></B></TD>
+<TD>Requests with incomplete, outdated or unknown request parameters are passed to this. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandlerCallback</A></B></TD>
+<TD>Callback for the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> to tell + the caller ofe a concrete <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> + how to process further. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog">VisualRepresentation.VisualRepresentationListener</A></B></TD>
+<TD> + Register a <CODE>VisualRepresentationListener</CODE> at a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + if you want to be informed when the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is entered + or left by browser navigation or when an other dialog is shown (and this + dialog is left) or hidden (and this dialog is entered). + </TD>
+</TR>
+</TABLE>
+
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A></B></TD>
+<TD> + This is the application side representation of the browser window. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog">DefaultDialogParameterHandler</A></B></TD>
+<TD>Default implementation of the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> interface</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html" title="class in com.sdm.quasar.client.jsf.dialog">DialogServletFilter</A></B></TD>
+<TD>ServletFilter that is called before the JSF life cycle begins. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html" title="class in com.sdm.quasar.client.jsf.dialog">FacesContextProvider</A></B></TD>
+<TD>Convenience methods to access the <CODE>FacesContext</CODE>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A></B></TD>
+<TD>Simple helper class to collect get parameters for a request + and add them as parameters to a url. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A></B></TD>
+<TD>Simple helper class to collect post parameters for a request + and add them as hidden fields to a response or as token, thas my be added to a link or view id. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html" title="class in com.sdm.quasar.client.jsf.dialog">PRGNavigationHandler</A></B></TD>
+<TD>Custom NavigationHandler for the Quasar Client. + + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html" title="class in com.sdm.quasar.client.jsf.dialog">RequestParameterManager</A></B></TD>
+<TD>Helper class to handle attributes of the request scope. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html" title="class in com.sdm.quasar.client.jsf.dialog">RootServiceProvider</A></B></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A></B></TD>
+<TD> + This represents a visual representation of a dialog, e.g. the displayed jsp, + facelet, .. . </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationId</A></B></TD>
+<TD> + The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> defines the parameters which identify a + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentationInfo</A></B></TD>
+<TD>Container with additional information defining the showing and hiding strategy + of a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A></TD>
+</TR>
+</TABLE>
+
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/data/adapters/package-summary.html"><B>PREV PACKAGE</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-tree.html new file mode 100644 index 0000000..2370508 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-tree.html @@ -0,0 +1,153 @@ +<!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.4.2_12) on Tue Jul 31 17:04:03 CEST 2007 -->
+<TITLE>
+com.sdm.quasar.client.jsf.dialog Class Hierarchy (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="com.sdm.quasar.client.jsf.dialog Class Hierarchy (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/data/adapters/package-tree.html"><B>PREV</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+Hierarchy For Package com.sdm.quasar.client.jsf.dialog
+</H2>
+</CENTER>
+<DL>
+<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL>
+<HR>
+<H2>
+Class Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">class java.lang.Object<UL>
+<LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>BrowserWindow</B></A><LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DefaultDialogParameterHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>DefaultDialogParameterHandler</B></A> (implements com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog">DialogParameterHandler</A>)
+<LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogServletFilter.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>DialogServletFilter</B></A><LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/FacesContextProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>FacesContextProvider</B></A><LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>GetParameters</B></A><LI TYPE="circle">class NavigationHandler<UL>
+<LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PRGNavigationHandler.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PRGNavigationHandler</B></A></UL>
+<LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>PostParameters</B></A><LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RequestParameterManager.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>RequestParameterManager</B></A><LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/RootServiceProvider.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>RootServiceProvider</B></A><LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>VisualRepresentation</B></A><LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>VisualRepresentationId</B></A><LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationInfo.html" title="class in com.sdm.quasar.client.jsf.dialog"><B>VisualRepresentationInfo</B></A></UL>
+</UL>
+<H2>
+Interface Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">interface com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindowCallBack.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>BrowserWindowCallBack</B></A><LI TYPE="circle">interface com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>DialogParameterHandler</B></A><LI TYPE="circle">interface com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>DialogParameterHandlerCallback</B></A><LI TYPE="circle">interface com.sdm.quasar.client.jsf.dialog.<A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.VisualRepresentationListener.html" title="interface in com.sdm.quasar.client.jsf.dialog"><B>VisualRepresentation.VisualRepresentationListener</B></A></UL>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/data/adapters/package-tree.html"><B>PREV</B></A>
+ <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-use.html new file mode 100644 index 0000000..9b1b78b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/package-use.html @@ -0,0 +1,365 @@ +<!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.4.2_12) on Tue Jul 31 17:03:55 CEST 2007 -->
+<TITLE>
+Uses of Package com.sdm.quasar.client.jsf.dialog (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Package com.sdm.quasar.client.jsf.dialog (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Package<br>com.sdm.quasar.client.jsf.dialog</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog"><B>com.sdm.quasar.client.jsf.dialog</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.services"><B>com.sdm.quasar.client.jsf.dialog.services</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.showcase.jsf.application"><B>com.sdm.quasar.client.showcase.jsf.application</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Classes in <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> used by <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/BrowserWindow.html#com.sdm.quasar.client.jsf.dialog"><B>BrowserWindow</B></A></B>
+
+<BR>
+ + This is the application side representation of the browser window. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/BrowserWindowCallBack.html#com.sdm.quasar.client.jsf.dialog"><B>BrowserWindowCallBack</B></A></B>
+
+<BR>
+ Callback for the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A> if the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + requested by the actual request could not or shall not be shown. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/DialogParameterHandler.html#com.sdm.quasar.client.jsf.dialog"><B>DialogParameterHandler</B></A></B>
+
+<BR>
+ Requests with incomplete, outdated or unknown request parameters are passed to this. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/DialogParameterHandlerCallback.html#com.sdm.quasar.client.jsf.dialog"><B>DialogParameterHandlerCallback</B></A></B>
+
+<BR>
+ Callback for the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> to tell + the caller ofe a concrete <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> + how to process further. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/GetParameters.html#com.sdm.quasar.client.jsf.dialog"><B>GetParameters</B></A></B>
+
+<BR>
+ Simple helper class to collect get parameters for a request + and add them as parameters to a url. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/PostParameters.html#com.sdm.quasar.client.jsf.dialog"><B>PostParameters</B></A></B>
+
+<BR>
+ Simple helper class to collect post parameters for a request + and add them as hidden fields to a response or as token, thas my be added to a link or view id. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentation.html#com.sdm.quasar.client.jsf.dialog"><B>VisualRepresentation</B></A></B>
+
+<BR>
+ + This represents a visual representation of a dialog, e.g. the displayed jsp, + facelet, .. . </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentation.VisualRepresentationListener.html#com.sdm.quasar.client.jsf.dialog"><B>VisualRepresentation.VisualRepresentationListener</B></A></B>
+
+<BR>
+ + Register a <CODE>VisualRepresentationListener</CODE> at a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> + if you want to be informed when the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> is entered + or left by browser navigation or when an other dialog is shown (and this + dialog is left) or hidden (and this dialog is entered). + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentationId.html#com.sdm.quasar.client.jsf.dialog"><B>VisualRepresentationId</B></A></B>
+
+<BR>
+ + The <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentationId.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentationId</CODE></A> defines the parameters which identify a + <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A>. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentationInfo.html#com.sdm.quasar.client.jsf.dialog"><B>VisualRepresentationInfo</B></A></B>
+
+<BR>
+ Container with additional information defining the showing and hiding strategy + of a <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A></TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Classes in <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> used by <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/BrowserWindow.html#com.sdm.quasar.client.jsf.dialog.features"><B>BrowserWindow</B></A></B>
+
+<BR>
+ + This is the application side representation of the browser window. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/DialogParameterHandler.html#com.sdm.quasar.client.jsf.dialog.features"><B>DialogParameterHandler</B></A></B>
+
+<BR>
+ Requests with incomplete, outdated or unknown request parameters are passed to this. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/GetParameters.html#com.sdm.quasar.client.jsf.dialog.features"><B>GetParameters</B></A></B>
+
+<BR>
+ Simple helper class to collect get parameters for a request + and add them as parameters to a url. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/PostParameters.html#com.sdm.quasar.client.jsf.dialog.features"><B>PostParameters</B></A></B>
+
+<BR>
+ Simple helper class to collect post parameters for a request + and add them as hidden fields to a response or as token, thas my be added to a link or view id. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentation.html#com.sdm.quasar.client.jsf.dialog.features"><B>VisualRepresentation</B></A></B>
+
+<BR>
+ + This represents a visual representation of a dialog, e.g. the displayed jsp, + facelet, .. . </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.services"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Classes in <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> used by <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html">com.sdm.quasar.client.jsf.dialog.services</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/BrowserWindow.html#com.sdm.quasar.client.jsf.dialog.services"><B>BrowserWindow</B></A></B>
+
+<BR>
+ + This is the application side representation of the browser window. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/GetParameters.html#com.sdm.quasar.client.jsf.dialog.services"><B>GetParameters</B></A></B>
+
+<BR>
+ Simple helper class to collect get parameters for a request + and add them as parameters to a url. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/PostParameters.html#com.sdm.quasar.client.jsf.dialog.services"><B>PostParameters</B></A></B>
+
+<BR>
+ Simple helper class to collect post parameters for a request + and add them as hidden fields to a response or as token, thas my be added to a link or view id. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/VisualRepresentation.html#com.sdm.quasar.client.jsf.dialog.services"><B>VisualRepresentation</B></A></B>
+
+<BR>
+ + This represents a visual representation of a dialog, e.g. the displayed jsp, + facelet, .. . </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.showcase.jsf.application"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Classes in <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/package-summary.html">com.sdm.quasar.client.jsf.dialog</A> used by <A HREF="../../../../../../com/sdm/quasar/client/showcase/jsf/application/package-summary.html">com.sdm.quasar.client.showcase.jsf.application</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/DefaultDialogParameterHandler.html#com.sdm.quasar.client.showcase.jsf.application"><B>DefaultDialogParameterHandler</B></A></B>
+
+<BR>
+ Default implementation of the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> interface</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/DialogParameterHandler.html#com.sdm.quasar.client.showcase.jsf.application"><B>DialogParameterHandler</B></A></B>
+
+<BR>
+ Requests with incomplete, outdated or unknown request parameters are passed to this. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/class-use/DialogParameterHandlerCallback.html#com.sdm.quasar.client.showcase.jsf.application"><B>DialogParameterHandlerCallback</B></A></B>
+
+<BR>
+ Callback for the <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> to tell + the caller ofe a concrete <A HREF="../../../../../../com/sdm/quasar/client/jsf/dialog/DialogParameterHandler.html" title="interface in com.sdm.quasar.client.jsf.dialog"><CODE>DialogParameterHandler</CODE></A> + how to process further. </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html new file mode 100644 index 0000000..4fb696d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html @@ -0,0 +1,287 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+BrowserWindowManagerService (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services.BrowserWindowManagerService interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="BrowserWindowManagerService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BrowserWindowManagerService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV CLASS
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowManagerService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.services</FONT>
+<BR>
+Interface BrowserWindowManagerService</H2>
+<DL>
+<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DD>
+</DL>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">BrowserWindowFeature</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public interface <B>BrowserWindowManagerService</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DL>
+
+<P>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#getCurrentBrowserWindow()">getCurrentBrowserWindow</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#hasBrowserWindow(java.lang.String)">hasBrowserWindow</A></B>(java.lang.String browserWindowId)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#registerNewBrowserWindow(java.lang.String)">registerNewBrowserWindow</A></B>(java.lang.String browserWiondowId)</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html#setCurrentBrowserWindow(java.lang.String)">setCurrentBrowserWindow</A></B>(java.lang.String browserWindowId)</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getCurrentBrowserWindow()"><!-- --></A><H3>
+getCurrentBrowserWindow</H3>
+<PRE>
+public <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog">BrowserWindow</A> <B>getCurrentBrowserWindow</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="hasBrowserWindow(java.lang.String)"><!-- --></A><H3>
+hasBrowserWindow</H3>
+<PRE>
+public boolean <B>hasBrowserWindow</B>(java.lang.String browserWindowId)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="registerNewBrowserWindow(java.lang.String)"><!-- --></A><H3>
+registerNewBrowserWindow</H3>
+<PRE>
+public void <B>registerNewBrowserWindow</B>(java.lang.String browserWiondowId)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setCurrentBrowserWindow(java.lang.String)"><!-- --></A><H3>
+setCurrentBrowserWindow</H3>
+<PRE>
+public java.lang.String <B>setCurrentBrowserWindow</B>(java.lang.String browserWindowId)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BrowserWindowManagerService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV CLASS
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowManagerService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html new file mode 100644 index 0000000..bc60f20 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html @@ -0,0 +1,375 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+BrowserWindowService (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services.BrowserWindowService interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="BrowserWindowService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BrowserWindowService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.services</FONT>
+<BR>
+Interface BrowserWindowService</H2>
+<DL>
+<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DD>
+</DL>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">BrowserWindowFeature</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public interface <B>BrowserWindowService</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DL>
+
+<P>
+<p> + The <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><CODE>Service</CODE></A> shows or hides a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the + current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>. Normly a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> should + be shown when the dialog is activated and hidden when the dialog is + deactivated. + </p> + <p> + You have two strategies for showing a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> - modal or not - + and four for hideing it concerning browser navigation: + <ul> + <li>hide and reopen: a new dialog instance of the same dialog is shown + instead. Note: This strategy is not adequate for sub dialogs!</li> + <li>hide an and do not show again: a privious dialog is shown instead.</li> + <li>hide and replace by an other dialog: an new dialog of the given dialog + id will be created and shown instead</li> + <li>hide and replace by an other page: the given URL will be shown instead</li> + </ul> + Default is hide and reopen. Be carefull using modal dialogs and other than + the default hide strategy: The browser navigation will not always match the + users expection. If you use modal dialogs, make them singletons to get less + problems with multi windows! + </p> + <p> + Note: Up to now there will be only one instance of a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>, because we + can't control new browser windows sufficiently. This has shortcomming for + correct information about visibility of <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> and + modal dialogs that are no singletons when more than one browser windows are + opend. + </p>
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + boolean recreate)</CODE>
+
+<BR>
+ Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A> + with hide and reopen or hide an and do not show again strategy</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + java.lang.String redirectUrl)</CODE>
+
+<BR>
+ Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A>. + </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String, java.lang.Object)">hideVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + java.lang.String replacingDialogId, + java.lang.Object context)</CODE>
+
+<BR>
+ Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A>. with hide and replace by an other + dielog strategy</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)">showVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</CODE>
+
+<BR>
+ Show the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html#showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)">showVisualRepresentation</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + boolean modal)</CODE>
+
+<BR>
+ Show the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation)"><!-- --></A><H3>
+showVisualRepresentation</H3>
+<PRE>
+public void <B>showVisualRepresentation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep)</PRE>
+<DL>
+<DD>Show the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>visRep</CODE> - the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> be shown.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="showVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)"><!-- --></A><H3>
+showVisualRepresentation</H3>
+<PRE>
+public void <B>showVisualRepresentation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + boolean modal)</PRE>
+<DL>
+<DD>Show the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>visRep</CODE> - the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> be shown.<DD><CODE>modal</CODE> - true if the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> will be modal.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, boolean)"><!-- --></A><H3>
+hideVisualRepresentation</H3>
+<PRE>
+public void <B>hideVisualRepresentation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + boolean recreate)</PRE>
+<DL>
+<DD>Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A> + with hide and reopen or hide an and do not show again strategy
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>visRep</CODE> - the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to hide.<DD><CODE>recreate</CODE> - true: hide and reopen strategy; false: hide an and do not show again strategy</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String)"><!-- --></A><H3>
+hideVisualRepresentation</H3>
+<PRE>
+public void <B>hideVisualRepresentation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + java.lang.String redirectUrl)</PRE>
+<DL>
+<DD>Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A>. + with hide and replace by an other page strategy
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>visRep</CODE> - the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to hide.<DD><CODE>redirectUrl</CODE> - the url used to redirect to the replacing page</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="hideVisualRepresentation(com.sdm.quasar.client.jsf.dialog.VisualRepresentation, java.lang.String, java.lang.Object)"><!-- --></A><H3>
+hideVisualRepresentation</H3>
+<PRE>
+public void <B>hideVisualRepresentation</B>(<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog">VisualRepresentation</A> visRep, + java.lang.String replacingDialogId, + java.lang.Object context)</PRE>
+<DL>
+<DD>Hides the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at all + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindows</CODE></A>. with hide and replace by an other + dielog strategy
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>visRep</CODE> - the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> to hide.<DD><CODE>replacingDialogId</CODE> - the dialog id of the dialog to be shown instead of this + <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A><DD><CODE>context</CODE> - an optionally context to be used when creation the replacing + dialog, may be null</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BrowserWindowService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html new file mode 100644 index 0000000..0398e79 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html @@ -0,0 +1,243 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+DialogContextService (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services.DialogContextService interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="DialogContextService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DialogContextService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogContextService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.services</FONT>
+<BR>
+Interface DialogContextService</H2>
+<DL>
+<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DD>
+</DL>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">DialogContextFeature</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public interface <B>DialogContextService</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DL>
+
+<P>
+This <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><CODE>Service</CODE></A> is used to connect the request to the dialog instance, + defined by the parameters in the request. If parameters are missing or no valid + parameters the parameters are passed to a + <CODE>DialogParameterHandlerService</CODE> to define the further strategy for + handling this request.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html#restoreDialogContext(HttpServletRequest, ServletResponse)">restoreDialogContext</A></B>(HttpServletRequest servletRequest, + ServletResponse servletResponse)</CODE>
+
+<BR>
+ This <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><CODE>Service</CODE></A> is used to connect the request to the dialog instance, + defined by the parameters in the request. </TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="restoreDialogContext(HttpServletRequest, ServletResponse)"><!-- --></A><H3>
+restoreDialogContext</H3>
+<PRE>
+public boolean <B>restoreDialogContext</B>(HttpServletRequest servletRequest, + ServletResponse servletResponse)</PRE>
+<DL>
+<DD>This <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><CODE>Service</CODE></A> is used to connect the request to the dialog instance, + defined by the parameters in the request. If parameters are missing or no valid + parameters the parameters are passed to a <CODE>DialogParameterHandlerService</CODE> + to define the further strategy for handling this request.
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>servletRequest</CODE> - the current reqest<DD><CODE>servletResponse</CODE> - the current response +<DT><B>Returns:</B><DD>true: response is already completed, e.g. due to a redirect; + the servlet filter chain has not to be processed further.</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DialogContextService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogContextService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html new file mode 100644 index 0000000..a983b47 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html @@ -0,0 +1,283 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+DoubleSubmitCheckerService (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services.DoubleSubmitCheckerService interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="DoubleSubmitCheckerService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DoubleSubmitCheckerService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DoubleSubmitCheckerService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.services</FONT>
+<BR>
+Interface DoubleSubmitCheckerService</H2>
+<DL>
+<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DD>
+</DL>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">DoubleSubmitCheckerFeature</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public interface <B>DoubleSubmitCheckerService</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DL>
+
+<P>
+Performs maintenance and checking of dialog-sequence numbers.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>clucke</DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.Integer</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html#getSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId)">getSequenceNumber</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid)</CODE>
+
+<BR>
+ Returns the sequence-number for a specific dialog-instance.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html#incrementSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId)">incrementSequenceNumber</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid)</CODE>
+
+<BR>
+ Increments the sequence-number for a specific dialog-instance.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html#isSequenceNumberValid(com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.Integer)">isSequenceNumberValid</A></B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid, + java.lang.Integer seqNo)</CODE>
+
+<BR>
+ Check if a sequence-number is valid.</TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="isSequenceNumberValid(com.sdm.quasar.client.core.dialog.DialogInstanceId, java.lang.Integer)"><!-- --></A><H3>
+isSequenceNumberValid</H3>
+<PRE>
+public boolean <B>isSequenceNumberValid</B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid, + java.lang.Integer seqNo)</PRE>
+<DL>
+<DD>Check if a sequence-number is valid.
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>diid</CODE> - the dialog-instance id<DD><CODE>seqNo</CODE> - the sequence-number +<DT><B>Returns:</B><DD>true if valid, false if outdated</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="incrementSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId)"><!-- --></A><H3>
+incrementSequenceNumber</H3>
+<PRE>
+public void <B>incrementSequenceNumber</B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid)</PRE>
+<DL>
+<DD>Increments the sequence-number for a specific dialog-instance.
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>diid</CODE> - the dialog-instance id</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getSequenceNumber(com.sdm.quasar.client.core.dialog.DialogInstanceId)"><!-- --></A><H3>
+getSequenceNumber</H3>
+<PRE>
+public java.lang.Integer <B>getSequenceNumber</B>(<A HREF="../../../../../../../com/sdm/quasar/client/core/dialog/DialogInstanceId.html" title="class in com.sdm.quasar.client.core.dialog">DialogInstanceId</A> diid)</PRE>
+<DL>
+<DD>Returns the sequence-number for a specific dialog-instance.
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>diid</CODE> - the dialog-instance id +<DT><B>Returns:</B><DD>the current sequence-number</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DoubleSubmitCheckerService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DoubleSubmitCheckerService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html new file mode 100644 index 0000000..9f87bdb --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html @@ -0,0 +1,305 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+HttpSessionDataService (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services.HttpSessionDataService interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="HttpSessionDataService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpSessionDataService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="HttpSessionDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.services</FONT>
+<BR>
+Interface HttpSessionDataService</H2>
+<DL>
+<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DD>
+</DL>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl">DefaultHttpSessionDataService</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public interface <B>HttpSessionDataService</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DL>
+
+<P>
+This srevice provides the session scope.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.util.Enumeration</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html#getHttpSessionKeys()">getHttpSessionKeys</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.Object</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html#getValueFromHttpSession(java.lang.String)">getValueFromHttpSession</A></B>(java.lang.String key)</CODE>
+
+<BR>
+ Reads an attribute from the HTTP session</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html#removeFromHttpSession(java.lang.String)">removeFromHttpSession</A></B>(java.lang.String key)</CODE>
+
+<BR>
+ Removes an attribute from the HTTP session</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html#setValueToHttpSession(java.lang.String, java.lang.Object)">setValueToHttpSession</A></B>(java.lang.String key, + java.lang.Object value)</CODE>
+
+<BR>
+ Puts an attribute to the HTTP session</TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getValueFromHttpSession(java.lang.String)"><!-- --></A><H3>
+getValueFromHttpSession</H3>
+<PRE>
+public java.lang.Object <B>getValueFromHttpSession</B>(java.lang.String key)</PRE>
+<DL>
+<DD>Reads an attribute from the HTTP session
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute +<DT><B>Returns:</B><DD>the value of the attribute</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setValueToHttpSession(java.lang.String, java.lang.Object)"><!-- --></A><H3>
+setValueToHttpSession</H3>
+<PRE>
+public void <B>setValueToHttpSession</B>(java.lang.String key, + java.lang.Object value)</PRE>
+<DL>
+<DD>Puts an attribute to the HTTP session
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute<DD><CODE>value</CODE> - the value of the attribute</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getHttpSessionKeys()"><!-- --></A><H3>
+getHttpSessionKeys</H3>
+<PRE>
+public java.util.Enumeration <B>getHttpSessionKeys</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>all key of the attributes from the session context</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="removeFromHttpSession(java.lang.String)"><!-- --></A><H3>
+removeFromHttpSession</H3>
+<PRE>
+public void <B>removeFromHttpSession</B>(java.lang.String key)</PRE>
+<DL>
+<DD>Removes an attribute from the HTTP session
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpSessionDataService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="HttpSessionDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/NavigationService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/NavigationService.html new file mode 100644 index 0000000..6c9a6ca --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/NavigationService.html @@ -0,0 +1,251 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+NavigationService (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services.NavigationService interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="NavigationService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NavigationService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="NavigationService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.services</FONT>
+<BR>
+Interface NavigationService</H2>
+<DL>
+<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DD>
+</DL>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">NavigationFeature</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public interface <B>NavigationService</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DL>
+
+<P>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html#performRedirect(java.lang.String)">performRedirect</A></B>(java.lang.String redirectUrl)</CODE>
+
+<BR>
+ Perform a redirect to the given url</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html#performRedirectToCurrent()">performRedirectToCurrent</A></B>()</CODE>
+
+<BR>
+ Perform a redirect to the currently shown <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at + the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="performRedirectToCurrent()"><!-- --></A><H3>
+performRedirectToCurrent</H3>
+<PRE>
+public boolean <B>performRedirectToCurrent</B>()</PRE>
+<DL>
+<DD>Perform a redirect to the currently shown <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at + the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>true: request is completed due to performed redirect</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="performRedirect(java.lang.String)"><!-- --></A><H3>
+performRedirect</H3>
+<PRE>
+public boolean <B>performRedirect</B>(java.lang.String redirectUrl)</PRE>
+<DL>
+<DD>Perform a redirect to the given url
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>redirectUrl</CODE> - the url to redirect to +<DT><B>Returns:</B><DD>true: request is completed due to performed redirect</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NavigationService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="NavigationService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html new file mode 100644 index 0000000..fcd938f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html @@ -0,0 +1,305 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+RequestDataService (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services.RequestDataService interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="RequestDataService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RequestDataService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="RequestDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.services</FONT>
+<BR>
+Interface RequestDataService</H2>
+<DL>
+<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DD>
+</DL>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl">DefaultRequestDataService</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public interface <B>RequestDataService</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DL>
+
+<P>
+This srevice provides the request scope.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.util.Enumeration</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html#getRequestValueKeys()">getRequestValueKeys</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.Object</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html#getValueFromRequest(java.lang.String)">getValueFromRequest</A></B>(java.lang.String key)</CODE>
+
+<BR>
+ Reads an attribute from the current request</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html#removeValueFromRequest(java.lang.String)">removeValueFromRequest</A></B>(java.lang.String key)</CODE>
+
+<BR>
+ Removes an attribute from current request</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html#setValueToRequest(java.lang.String, java.lang.Object)">setValueToRequest</A></B>(java.lang.String key, + java.lang.Object value)</CODE>
+
+<BR>
+ Puts an attribute to the current request</TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="setValueToRequest(java.lang.String, java.lang.Object)"><!-- --></A><H3>
+setValueToRequest</H3>
+<PRE>
+public void <B>setValueToRequest</B>(java.lang.String key, + java.lang.Object value)</PRE>
+<DL>
+<DD>Puts an attribute to the current request
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute<DD><CODE>value</CODE> - the value of the attribute</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getValueFromRequest(java.lang.String)"><!-- --></A><H3>
+getValueFromRequest</H3>
+<PRE>
+public java.lang.Object <B>getValueFromRequest</B>(java.lang.String key)</PRE>
+<DL>
+<DD>Reads an attribute from the current request
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute +<DT><B>Returns:</B><DD>the value of the attribute</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="removeValueFromRequest(java.lang.String)"><!-- --></A><H3>
+removeValueFromRequest</H3>
+<PRE>
+public void <B>removeValueFromRequest</B>(java.lang.String key)</PRE>
+<DL>
+<DD>Removes an attribute from current request
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getRequestValueKeys()"><!-- --></A><H3>
+getRequestValueKeys</H3>
+<PRE>
+public java.util.Enumeration <B>getRequestValueKeys</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>all key of the attributes from the current request</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RequestDataService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="RequestDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html new file mode 100644 index 0000000..6018dd1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html @@ -0,0 +1,338 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+ResponseParameterService (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services.ResponseParameterService interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="ResponseParameterService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ResponseParameterService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="ResponseParameterService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.services</FONT>
+<BR>
+Interface ResponseParameterService</H2>
+<DL>
+<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DD>
+</DL>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">BrowserWindowFeature</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public interface <B>ResponseParameterService</B><DT>extends <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DL>
+
+<P>
+This <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><CODE>Service</CODE></A> provides post parameters (<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#getPostParameters()"><CODE>getPostParameters()</CODE></A>) + and get parameters (<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#getGetParameters()"><CODE>getGetParameters()</CODE></A> for the curent response. The + get parametedr may be addad to an action url (<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#buildActionURL(java.lang.String)"><CODE>buildActionURL(String)</CODE></A>, + the post parameters may be addad as hidden fields to the page of the request + o r provided aqs token.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#buildActionURL(java.lang.String)">buildActionURL</A></B>(java.lang.String requestContextPath)</CODE>
+
+<BR>
+ Request to build the action url based upon the given path</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#buildIdFromPostParameters()">buildIdFromPostParameters</A></B>()</CODE>
+
+<BR>
+ Builds a token out of the post parameters. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#getGetParameters()">getGetParameters</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#getPostParameters()">getPostParameters</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#writePostParameters(UIComponent, ResponseWriter)">writePostParameters</A></B>(UIComponent component, + ResponseWriter writer)</CODE>
+
+<BR>
+ wites the post parameters as hidden fields to the page</TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getPostParameters()"><!-- --></A><H3>
+getPostParameters</H3>
+<PRE>
+public <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">PostParameters</A> <B>getPostParameters</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>The <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/PostParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>PostParameters</CODE></A> for the response</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getGetParameters()"><!-- --></A><H3>
+getGetParameters</H3>
+<PRE>
+public <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog">GetParameters</A> <B>getGetParameters</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/GetParameters.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>GetParameters</CODE></A> for the response</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="buildActionURL(java.lang.String)"><!-- --></A><H3>
+buildActionURL</H3>
+<PRE>
+public java.lang.String <B>buildActionURL</B>(java.lang.String requestContextPath)</PRE>
+<DL>
+<DD>Request to build the action url based upon the given path
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>requestContextPath</CODE> - the base path +<DT><B>Returns:</B><DD>the build action url</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="writePostParameters(UIComponent, ResponseWriter)"><!-- --></A><H3>
+writePostParameters</H3>
+<PRE>
+public void <B>writePostParameters</B>(UIComponent component, + ResponseWriter writer) + throws java.io.IOException</PRE>
+<DL>
+<DD>wites the post parameters as hidden fields to the page
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+ +<DT><B>Throws:</B> +<DD><CODE>java.io.IOException</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="buildIdFromPostParameters()"><!-- --></A><H3>
+buildIdFromPostParameters</H3>
+<PRE>
+public java.lang.String <B>buildIdFromPostParameters</B>()</PRE>
+<DL>
+<DD>Builds a token out of the post parameters. This is used as fall back when + the values of the hidden fields are not passed by every submit, e.g. when + no JavaScript is valid
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>the token</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ResponseParameterService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>PREV CLASS</B></A>
+ NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="ResponseParameterService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/BrowserWindowManagerService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/BrowserWindowManagerService.html new file mode 100644 index 0000000..9a1b4bb --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/BrowserWindowManagerService.html @@ -0,0 +1,172 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowManagerService (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowManagerService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowManagerService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>com.sdm.quasar.client.jsf.dialog.services.BrowserWindowManagerService</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowManagerService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowManagerService</A> in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Classes in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> that implement <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowManagerService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">BrowserWindowFeature</A></B></CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowManagerService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/BrowserWindowService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/BrowserWindowService.html new file mode 100644 index 0000000..b27309a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/BrowserWindowService.html @@ -0,0 +1,188 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowService (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>com.sdm.quasar.client.jsf.dialog.services.BrowserWindowService</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A> in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Classes in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> that implement <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">BrowserWindowFeature</A></B></CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Methods in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> that return <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></CODE></FONT></TD>
+<TD><CODE><B>BrowserWindowCompositeFeature.</B><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowCompositeFeature.html#getBrowserWindowService()">getBrowserWindowService</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="BrowserWindowService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/DialogContextService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/DialogContextService.html new file mode 100644 index 0000000..fcfb317 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/DialogContextService.html @@ -0,0 +1,172 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Interface com.sdm.quasar.client.jsf.dialog.services.DialogContextService (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Interface com.sdm.quasar.client.jsf.dialog.services.DialogContextService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogContextService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>com.sdm.quasar.client.jsf.dialog.services.DialogContextService</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DialogContextService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DialogContextService</A> in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Classes in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> that implement <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DialogContextService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DialogContextFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">DialogContextFeature</A></B></CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DialogContextService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/DoubleSubmitCheckerService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/DoubleSubmitCheckerService.html new file mode 100644 index 0000000..705ee6a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/DoubleSubmitCheckerService.html @@ -0,0 +1,172 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Interface com.sdm.quasar.client.jsf.dialog.services.DoubleSubmitCheckerService (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Interface com.sdm.quasar.client.jsf.dialog.services.DoubleSubmitCheckerService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DoubleSubmitCheckerService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>com.sdm.quasar.client.jsf.dialog.services.DoubleSubmitCheckerService</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A> in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Classes in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> that implement <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/DoubleSubmitCheckerFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">DoubleSubmitCheckerFeature</A></B></CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DoubleSubmitCheckerService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/HttpSessionDataService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/HttpSessionDataService.html new file mode 100644 index 0000000..902fec7 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/HttpSessionDataService.html @@ -0,0 +1,172 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Interface com.sdm.quasar.client.jsf.dialog.services.HttpSessionDataService (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Interface com.sdm.quasar.client.jsf.dialog.services.HttpSessionDataService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="HttpSessionDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>com.sdm.quasar.client.jsf.dialog.services.HttpSessionDataService</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.services.impl"><B>com.sdm.quasar.client.jsf.dialog.services.impl</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.services.impl"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A> in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/package-summary.html">com.sdm.quasar.client.jsf.dialog.services.impl</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Classes in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/package-summary.html">com.sdm.quasar.client.jsf.dialog.services.impl</A> that implement <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl">DefaultHttpSessionDataService</A></B></CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="HttpSessionDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/NavigationService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/NavigationService.html new file mode 100644 index 0000000..9e26bca --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/NavigationService.html @@ -0,0 +1,172 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Interface com.sdm.quasar.client.jsf.dialog.services.NavigationService (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Interface com.sdm.quasar.client.jsf.dialog.services.NavigationService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="NavigationService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>com.sdm.quasar.client.jsf.dialog.services.NavigationService</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">NavigationService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">NavigationService</A> in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Classes in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> that implement <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">NavigationService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/NavigationFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">NavigationFeature</A></B></CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="NavigationService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/RequestDataService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/RequestDataService.html new file mode 100644 index 0000000..c6f71dc --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/RequestDataService.html @@ -0,0 +1,172 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Interface com.sdm.quasar.client.jsf.dialog.services.RequestDataService (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Interface com.sdm.quasar.client.jsf.dialog.services.RequestDataService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="RequestDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>com.sdm.quasar.client.jsf.dialog.services.RequestDataService</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.services.impl"><B>com.sdm.quasar.client.jsf.dialog.services.impl</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.services.impl"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A> in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/package-summary.html">com.sdm.quasar.client.jsf.dialog.services.impl</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Classes in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/package-summary.html">com.sdm.quasar.client.jsf.dialog.services.impl</A> that implement <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl">DefaultRequestDataService</A></B></CODE>
+
+<BR>
+ Provides the request scope.</TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="RequestDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/ResponseParameterService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/ResponseParameterService.html new file mode 100644 index 0000000..4a44434 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/class-use/ResponseParameterService.html @@ -0,0 +1,172 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Interface com.sdm.quasar.client.jsf.dialog.services.ResponseParameterService (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Interface com.sdm.quasar.client.jsf.dialog.services.ResponseParameterService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="ResponseParameterService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>com.sdm.quasar.client.jsf.dialog.services.ResponseParameterService</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A> in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2>Classes in <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A> that implement <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/features/BrowserWindowFeature.html" title="class in com.sdm.quasar.client.jsf.dialog.features">BrowserWindowFeature</A></B></CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="ResponseParameterService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html new file mode 100644 index 0000000..4ff3d6a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html @@ -0,0 +1,337 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+DefaultHttpSessionDataService (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="DefaultHttpSessionDataService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DefaultHttpSessionDataService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV CLASS
+ <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DefaultHttpSessionDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.services.impl</FONT>
+<BR>
+Class DefaultHttpSessionDataService</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A>, <A HREF="../../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>DefaultHttpSessionDataService</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A></DL>
+
+<P>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html#DefaultHttpSessionDataService()">DefaultHttpSessionDataService</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.util.Enumeration</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html#getHttpSessionKeys()">getHttpSessionKeys</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.Object</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html#getValueFromHttpSession(java.lang.String)">getValueFromHttpSession</A></B>(java.lang.String key)</CODE>
+
+<BR>
+ Reads an attribute from the HTTP session</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html#removeFromHttpSession(java.lang.String)">removeFromHttpSession</A></B>(java.lang.String key)</CODE>
+
+<BR>
+ Removes an attribute from the HTTP session</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html#setValueToHttpSession(java.lang.String, java.lang.Object)">setValueToHttpSession</A></B>(java.lang.String key, + java.lang.Object value)</CODE>
+
+<BR>
+ Puts an attribute to the HTTP session</TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="DefaultHttpSessionDataService()"><!-- --></A><H3>
+DefaultHttpSessionDataService</H3>
+<PRE>
+public <B>DefaultHttpSessionDataService</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getValueFromHttpSession(java.lang.String)"><!-- --></A><H3>
+getValueFromHttpSession</H3>
+<PRE>
+public java.lang.Object <B>getValueFromHttpSession</B>(java.lang.String key)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A></CODE></B></DD>
+<DD>Reads an attribute from the HTTP session
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html#getValueFromHttpSession(java.lang.String)">getValueFromHttpSession</A></CODE> in interface <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute +<DT><B>Returns:</B><DD>the value of the attribute</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setValueToHttpSession(java.lang.String, java.lang.Object)"><!-- --></A><H3>
+setValueToHttpSession</H3>
+<PRE>
+public void <B>setValueToHttpSession</B>(java.lang.String key, + java.lang.Object value)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A></CODE></B></DD>
+<DD>Puts an attribute to the HTTP session
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html#setValueToHttpSession(java.lang.String, java.lang.Object)">setValueToHttpSession</A></CODE> in interface <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute<DD><CODE>value</CODE> - the value of the attribute</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getHttpSessionKeys()"><!-- --></A><H3>
+getHttpSessionKeys</H3>
+<PRE>
+public java.util.Enumeration <B>getHttpSessionKeys</B>()</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html#getHttpSessionKeys()">getHttpSessionKeys</A></CODE> in interface <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>all key of the attributes from the session context<DT><B>See Also:</B><DD><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html#getHttpSessionKeys()"><CODE>HttpSessionDataService.getHttpSessionKeys()</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="removeFromHttpSession(java.lang.String)"><!-- --></A><H3>
+removeFromHttpSession</H3>
+<PRE>
+public void <B>removeFromHttpSession</B>(java.lang.String key)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A></CODE></B></DD>
+<DD>Removes an attribute from the HTTP session
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html#removeFromHttpSession(java.lang.String)">removeFromHttpSession</A></CODE> in interface <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute<DT><B>See Also:</B><DD><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html#removeFromHttpSession(java.lang.String)"><CODE>HttpSessionDataService.removeFromHttpSession(java.lang.String)</CODE></A></DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DefaultHttpSessionDataService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV CLASS
+ <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DefaultHttpSessionDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html new file mode 100644 index 0000000..9658b56 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html @@ -0,0 +1,345 @@ +<!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.4.2_12) on Tue Jul 31 17:04:28 CEST 2007 -->
+<TITLE>
+DefaultRequestDataService (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services.impl.DefaultRequestDataService class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="DefaultRequestDataService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DefaultRequestDataService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl"><B>PREV CLASS</B></A>
+ NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DefaultRequestDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.sdm.quasar.client.jsf.dialog.services.impl</FONT>
+<BR>
+Class DefaultRequestDataService</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../../../resources/inherit.gif" ALT="extended by"><B>com.sdm.quasar.client.jsf.dialog.services.impl.DefaultRequestDataService</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A>, <A HREF="../../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services">Service</A></DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>DefaultRequestDataService</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A></DL>
+
+<P>
+Provides the request scope.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT> + <DD>Martin Haft <martin.haft@sdm.de></DD> +</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html#DefaultRequestDataService()">DefaultRequestDataService</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+</TABLE>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.util.Enumeration</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html#getRequestValueKeys()">getRequestValueKeys</A></B>()</CODE>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> java.lang.Object</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html#getValueFromRequest(java.lang.String)">getValueFromRequest</A></B>(java.lang.String key)</CODE>
+
+<BR>
+ Reads an attribute from the current request</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html#removeValueFromRequest(java.lang.String)">removeValueFromRequest</A></B>(java.lang.String key)</CODE>
+
+<BR>
+ Removes an attribute from current request</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html#setValueToRequest(java.lang.String, java.lang.Object)">setValueToRequest</A></B>(java.lang.String key, + java.lang.Object value)</CODE>
+
+<BR>
+ Puts an attribute to the current request</TD>
+</TR>
+</TABLE>
+ <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="DefaultRequestDataService()"><!-- --></A><H3>
+DefaultRequestDataService</H3>
+<PRE>
+public <B>DefaultRequestDataService</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getValueFromRequest(java.lang.String)"><!-- --></A><H3>
+getValueFromRequest</H3>
+<PRE>
+public java.lang.Object <B>getValueFromRequest</B>(java.lang.String key)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A></CODE></B></DD>
+<DD>Reads an attribute from the current request
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html#getValueFromRequest(java.lang.String)">getValueFromRequest</A></CODE> in interface <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute +<DT><B>Returns:</B><DD>the value of the attribute</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setValueToRequest(java.lang.String, java.lang.Object)"><!-- --></A><H3>
+setValueToRequest</H3>
+<PRE>
+public void <B>setValueToRequest</B>(java.lang.String key, + java.lang.Object value)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A></CODE></B></DD>
+<DD>Puts an attribute to the current request
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html#setValueToRequest(java.lang.String, java.lang.Object)">setValueToRequest</A></CODE> in interface <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute<DD><CODE>value</CODE> - the value of the attribute</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getRequestValueKeys()"><!-- --></A><H3>
+getRequestValueKeys</H3>
+<PRE>
+public java.util.Enumeration <B>getRequestValueKeys</B>()</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html#getRequestValueKeys()">getRequestValueKeys</A></CODE> in interface <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A></CODE></DL>
+</DD>
+<DD><DL>
+ +<DT><B>Returns:</B><DD>all key of the attributes from the current request<DT><B>See Also:</B><DD><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html#getRequestValueKeys()"><CODE>RequestDataService.getRequestValueKeys()</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="removeValueFromRequest(java.lang.String)"><!-- --></A><H3>
+removeValueFromRequest</H3>
+<PRE>
+public void <B>removeValueFromRequest</B>(java.lang.String key)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A></CODE></B></DD>
+<DD>Removes an attribute from current request
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html#removeValueFromRequest(java.lang.String)">removeValueFromRequest</A></CODE> in interface <CODE><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the attribute<DT><B>See Also:</B><DD><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html#removeValueFromRequest(java.lang.String)"><CODE>RequestDataService.removeValueFromRequest(java.lang.String)</CODE></A></DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DefaultRequestDataService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl"><B>PREV CLASS</B></A>
+ NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DefaultRequestDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/class-use/DefaultHttpSessionDataService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/class-use/DefaultHttpSessionDataService.html new file mode 100644 index 0000000..7f40d02 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/class-use/DefaultHttpSessionDataService.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DefaultHttpSessionDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DefaultHttpSessionDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/class-use/DefaultRequestDataService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/class-use/DefaultRequestDataService.html new file mode 100644 index 0000000..2f35800 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/class-use/DefaultRequestDataService.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:51 CEST 2007 -->
+<TITLE>
+Uses of Class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultRequestDataService (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultRequestDataService (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DefaultRequestDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Class<br>com.sdm.quasar.client.jsf.dialog.services.impl.DefaultRequestDataService</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.services.impl.DefaultRequestDataService
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="DefaultRequestDataService.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/package-frame.html new file mode 100644 index 0000000..3b76a96 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/package-frame.html @@ -0,0 +1,34 @@ +<!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.4.2_12) on Tue Jul 31 17:04:03 CEST 2007 -->
+<TITLE>
+com.sdm.quasar.client.jsf.dialog.services.impl (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services.impl package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameTitleFont">
+<A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/package-summary.html" target="classFrame">com.sdm.quasar.client.jsf.dialog.services.impl</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
+Classes</FONT>
+<FONT CLASS="FrameItemFont">
+<BR>
+<A HREF="DefaultHttpSessionDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl" target="classFrame">DefaultHttpSessionDataService</A>
+<BR>
+<A HREF="DefaultRequestDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl" target="classFrame">DefaultRequestDataService</A></FONT></TD>
+</TR>
+</TABLE>
+
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/package-summary.html new file mode 100644 index 0000000..dec1bdc --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/package-summary.html @@ -0,0 +1,152 @@ +<!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.4.2_12) on Tue Jul 31 17:04:03 CEST 2007 -->
+<TITLE>
+com.sdm.quasar.client.jsf.dialog.services.impl (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services.impl package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="com.sdm.quasar.client.jsf.dialog.services.impl (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html"><B>PREV PACKAGE</B></A>
+ <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/embedding/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
+ <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 com.sdm.quasar.client.jsf.dialog.services.impl
+</H2>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl">DefaultHttpSessionDataService</A></B></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl">DefaultRequestDataService</A></B></TD>
+<TD>Provides the request scope.</TD>
+</TR>
+</TABLE>
+
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html"><B>PREV PACKAGE</B></A>
+ <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/embedding/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/package-tree.html new file mode 100644 index 0000000..d64d2ab --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/package-tree.html @@ -0,0 +1,147 @@ +<!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.4.2_12) on Tue Jul 31 17:04:03 CEST 2007 -->
+<TITLE>
+com.sdm.quasar.client.jsf.dialog.services.impl Class Hierarchy (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="com.sdm.quasar.client.jsf.dialog.services.impl Class Hierarchy (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-tree.html"><B>PREV</B></A>
+ <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/embedding/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+Hierarchy For Package com.sdm.quasar.client.jsf.dialog.services.impl
+</H2>
+</CENTER>
+<DL>
+<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../../../overview-tree.html">All Packages</A></DL>
+<HR>
+<H2>
+Class Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">class java.lang.Object<UL>
+<LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.services.impl.<A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultHttpSessionDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl"><B>DefaultHttpSessionDataService</B></A> (implements com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A>)
+<LI TYPE="circle">class com.sdm.quasar.client.jsf.dialog.services.impl.<A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/DefaultRequestDataService.html" title="class in com.sdm.quasar.client.jsf.dialog.services.impl"><B>DefaultRequestDataService</B></A> (implements com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A>)
+</UL>
+</UL>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-tree.html"><B>PREV</B></A>
+ <A HREF="../../../../../../../../com/sdm/quasar/client/jsf/embedding/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/package-use.html new file mode 100644 index 0000000..6a5df70 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/impl/package-use.html @@ -0,0 +1,136 @@ +<!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.4.2_12) on Tue Jul 31 17:03:55 CEST 2007 -->
+<TITLE>
+Uses of Package com.sdm.quasar.client.jsf.dialog.services.impl (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Package com.sdm.quasar.client.jsf.dialog.services.impl (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Package<br>com.sdm.quasar.client.jsf.dialog.services.impl</B></H2>
+</CENTER>
+No usage of com.sdm.quasar.client.jsf.dialog.services.impl
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/package-frame.html new file mode 100644 index 0000000..04667cc --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/package-frame.html @@ -0,0 +1,46 @@ +<!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.4.2_12) on Tue Jul 31 17:04:03 CEST 2007 -->
+<TITLE>
+com.sdm.quasar.client.jsf.dialog.services (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameTitleFont">
+<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html" target="classFrame">com.sdm.quasar.client.jsf.dialog.services</A></FONT> +<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
+Interfaces</FONT>
+<FONT CLASS="FrameItemFont">
+<BR>
+<A HREF="BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services" target="classFrame"><I>BrowserWindowManagerService</I></A>
+<BR>
+<A HREF="BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services" target="classFrame"><I>BrowserWindowService</I></A>
+<BR>
+<A HREF="DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services" target="classFrame"><I>DialogContextService</I></A>
+<BR>
+<A HREF="DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services" target="classFrame"><I>DoubleSubmitCheckerService</I></A>
+<BR>
+<A HREF="HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services" target="classFrame"><I>HttpSessionDataService</I></A>
+<BR>
+<A HREF="NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services" target="classFrame"><I>NavigationService</I></A>
+<BR>
+<A HREF="RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services" target="classFrame"><I>RequestDataService</I></A>
+<BR>
+<A HREF="ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services" target="classFrame"><I>ResponseParameterService</I></A></FONT></TD>
+</TR>
+</TABLE>
+
+
+</BODY>
+</HTML>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/package-summary.html new file mode 100644 index 0000000..0f364ca --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/package-summary.html @@ -0,0 +1,180 @@ +<!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.4.2_12) on Tue Jul 31 17:04:03 CEST 2007 -->
+<TITLE>
+com.sdm.quasar.client.jsf.dialog.services (Quasar Client Building Blicks API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.sdm.quasar.client.jsf.dialog.services package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="com.sdm.quasar.client.jsf.dialog.services (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html"><B>PREV PACKAGE</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
+ <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 com.sdm.quasar.client.jsf.dialog.services
+</H2>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Interface Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowManagerService</A></B></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">BrowserWindowService</A></B></TD>
+<TD> + The <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><CODE>Service</CODE></A> shows or hides a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the + current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DialogContextService</A></B></TD>
+<TD>This <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><CODE>Service</CODE></A> is used to connect the request to the dialog instance, + defined by the parameters in the request. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">DoubleSubmitCheckerService</A></B></TD>
+<TD>Performs maintenance and checking of dialog-sequence numbers.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">HttpSessionDataService</A></B></TD>
+<TD>This srevice provides the session scope.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">NavigationService</A></B></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">RequestDataService</A></B></TD>
+<TD>This srevice provides the request scope.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services">ResponseParameterService</A></B></TD>
+<TD>This <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><CODE>Service</CODE></A> provides post parameters (<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#getPostParameters()"><CODE>ResponseParameterService.getPostParameters()</CODE></A>) + and get parameters (<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#getGetParameters()"><CODE>ResponseParameterService.getGetParameters()</CODE></A> for the curent response. </TD>
+</TR>
+</TABLE>
+
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html"><B>PREV PACKAGE</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/package-tree.html new file mode 100644 index 0000000..2187cfd --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/package-tree.html @@ -0,0 +1,145 @@ +<!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.4.2_12) on Tue Jul 31 17:04:03 CEST 2007 -->
+<TITLE>
+com.sdm.quasar.client.jsf.dialog.services Class Hierarchy (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="com.sdm.quasar.client.jsf.dialog.services Class Hierarchy (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-tree.html"><B>PREV</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+Hierarchy For Package com.sdm.quasar.client.jsf.dialog.services
+</H2>
+</CENTER>
+<DL>
+<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../../overview-tree.html">All Packages</A></DL>
+<HR>
+<H2>
+Interface Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">interface com.sdm.quasar.client.core.common.services.<A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><B>Service</B></A><UL>
+<LI TYPE="circle">interface com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowManagerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>BrowserWindowManagerService</B></A><LI TYPE="circle">interface com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/BrowserWindowService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>BrowserWindowService</B></A><LI TYPE="circle">interface com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DialogContextService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>DialogContextService</B></A><LI TYPE="circle">interface com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/DoubleSubmitCheckerService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>DoubleSubmitCheckerService</B></A><LI TYPE="circle">interface com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/HttpSessionDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>HttpSessionDataService</B></A><LI TYPE="circle">interface com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/NavigationService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>NavigationService</B></A><LI TYPE="circle">interface com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/RequestDataService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>RequestDataService</B></A><LI TYPE="circle">interface com.sdm.quasar.client.jsf.dialog.services.<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html" title="interface in com.sdm.quasar.client.jsf.dialog.services"><B>ResponseParameterService</B></A></UL>
+</UL>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-tree.html"><B>PREV</B></A>
+ <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/package-use.html new file mode 100644 index 0000000..4e96a70 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/services/package-use.html @@ -0,0 +1,221 @@ +<!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.4.2_12) on Tue Jul 31 17:03:55 CEST 2007 -->
+<TITLE>
+Uses of Package com.sdm.quasar.client.jsf.dialog.services (Quasar Client Building Blicks API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="Uses of Package com.sdm.quasar.client.jsf.dialog.services (Quasar Client Building Blicks API)";
+}
+</SCRIPT>
+
+</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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
+<CENTER>
+<H2>
+<B>Uses of Package<br>com.sdm.quasar.client.jsf.dialog.services</B></H2>
+</CENTER>
+ +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html">com.sdm.quasar.client.jsf.dialog.services</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.features"><B>com.sdm.quasar.client.jsf.dialog.features</B></A></TD>
+<TD> </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#com.sdm.quasar.client.jsf.dialog.services.impl"><B>com.sdm.quasar.client.jsf.dialog.services.impl</B></A></TD>
+<TD> </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.features"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Classes in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html">com.sdm.quasar.client.jsf.dialog.services</A> used by <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/features/package-summary.html">com.sdm.quasar.client.jsf.dialog.features</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/class-use/BrowserWindowManagerService.html#com.sdm.quasar.client.jsf.dialog.features"><B>BrowserWindowManagerService</B></A></B>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/class-use/BrowserWindowService.html#com.sdm.quasar.client.jsf.dialog.features"><B>BrowserWindowService</B></A></B>
+
+<BR>
+ + The <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><CODE>Service</CODE></A> shows or hides a <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/VisualRepresentation.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>VisualRepresentation</CODE></A> at the + current <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/BrowserWindow.html" title="class in com.sdm.quasar.client.jsf.dialog"><CODE>BrowserWindow</CODE></A>. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/class-use/DialogContextService.html#com.sdm.quasar.client.jsf.dialog.features"><B>DialogContextService</B></A></B>
+
+<BR>
+ This <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><CODE>Service</CODE></A> is used to connect the request to the dialog instance, + defined by the parameters in the request. </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/class-use/DoubleSubmitCheckerService.html#com.sdm.quasar.client.jsf.dialog.features"><B>DoubleSubmitCheckerService</B></A></B>
+
+<BR>
+ Performs maintenance and checking of dialog-sequence numbers.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/class-use/NavigationService.html#com.sdm.quasar.client.jsf.dialog.features"><B>NavigationService</B></A></B>
+
+<BR>
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/class-use/ResponseParameterService.html#com.sdm.quasar.client.jsf.dialog.features"><B>ResponseParameterService</B></A></B>
+
+<BR>
+ This <A HREF="../../../../../../../com/sdm/quasar/client/core/common/services/Service.html" title="interface in com.sdm.quasar.client.core.common.services"><CODE>Service</CODE></A> provides post parameters (<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#getPostParameters()"><CODE>ResponseParameterService.getPostParameters()</CODE></A>) + and get parameters (<A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/ResponseParameterService.html#getGetParameters()"><CODE>ResponseParameterService.getGetParameters()</CODE></A> for the curent response. </TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.sdm.quasar.client.jsf.dialog.services.impl"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+Classes in <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/package-summary.html">com.sdm.quasar.client.jsf.dialog.services</A> used by <A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/impl/package-summary.html">com.sdm.quasar.client.jsf.dialog.services.impl</A></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/class-use/HttpSessionDataService.html#com.sdm.quasar.client.jsf.dialog.services.impl"><B>HttpSessionDataService</B></A></B>
+
+<BR>
+ This srevice provides the session scope.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../../com/sdm/quasar/client/jsf/dialog/services/class-use/RequestDataService.html#com.sdm.quasar.client.jsf.dialog.services.impl"><B>RequestDataService</B></A></B>
+
+<BR>
+ This srevice provides the request scope.</TD>
+</TR>
+</TABLE>
+
+<P>
+<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=3 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> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ PREV
+ NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>
+ <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
+ <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>
|
