asit.framework.servlet.content
Class ContentFromXMLFactory

java.lang.Object
  extended byasit.framework.servlet.content.ContentFactory
      extended byasit.framework.servlet.content.ContentFromXMLFactory
Direct Known Subclasses:
SecurityLayerRequestFactory

public abstract class ContentFromXMLFactory
extends ContentFactory

Author:
troessler

Field Summary
protected  String baseXMLFileContent_
           
 
Fields inherited from class asit.framework.servlet.content.ContentFactory
contentDefaultEncoding_, httpServletRequest_, messageProperties_, redirector_
 
Constructor Summary
ContentFromXMLFactory(File messagepropertiesfile, File basexmlfile)
           
 
Method Summary
 String getBaseXMLStringQuoted()
           
protected  void replaceValue(String key, String value)
           
 
Methods inherited from class asit.framework.servlet.content.ContentFactory
getContent, getContentTitle, getDispatchTitle, getPageTitle, getPropertyValue, getRedirector, getResponseString, setHttpServletRequest, setHttpServletResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseXMLFileContent_

protected String baseXMLFileContent_
Constructor Detail

ContentFromXMLFactory

public ContentFromXMLFactory(File messagepropertiesfile,
                             File basexmlfile)
                      throws IOException
Method Detail

replaceValue

protected void replaceValue(String key,
                            String value)
Parameters:
key -
value -

getBaseXMLStringQuoted

public String getBaseXMLStringQuoted()
Returns:


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.