Compiere 3.1

org.compiere.cm.xml
Class Generator

java.lang.Object
  extended by org.compiere.cm.xml.Generator

public class Generator
extends Object

This Generator builds up the XML for the XSLT Template Engine

Version:
$Id$
Author:
Yves Sandfort

Field Summary
protected  RequestAnalyzer thisRequest
           
protected  StringBuffer xmlCode
           
 
Constructor Summary
Generator(HttpServletCM thisServlet, HttpServletRequest httpRequest, RequestAnalyzer tempRequest, StringBuffer xmlAppend)
          Generator Object for the generation of XML Context
 
Method Summary
 String get()
          Get should return the complete XML Code for this page
 String replaceSessionElements(WebInfo wi, String whereClause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlCode

protected StringBuffer xmlCode

thisRequest

protected RequestAnalyzer thisRequest
Constructor Detail

Generator

public Generator(HttpServletCM thisServlet,
                 HttpServletRequest httpRequest,
                 RequestAnalyzer tempRequest,
                 StringBuffer xmlAppend)
Generator Object for the generation of XML Context

Parameters:
thisServlet - currentServletHandler
httpRequest - currentRequest
tempRequest - currentRequestAnalyzer
xmlAppend -
Method Detail

replaceSessionElements

public String replaceSessionElements(WebInfo wi,
                                     String whereClause)

get

public String get()
Get should return the complete XML Code for this page

Returns:
current XML Code for this request

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.