asit.framework.servlet.content
Class IdentityLinkRequestFactory

java.lang.Object
  extended byasit.framework.servlet.content.ContentFactory
      extended byasit.framework.servlet.content.ContentFromXMLFactory
          extended byasit.framework.servlet.content.SecurityLayerRequestFactory
              extended byasit.framework.servlet.content.IdentityLinkRequestFactory

public class IdentityLinkRequestFactory
extends SecurityLayerRequestFactory

Author:
troessler

Field Summary
static String FACTORY_PROPERTIES_CLASS
           
 
Fields inherited from class asit.framework.servlet.content.SecurityLayerRequestFactory
FACTORY_PROPERTIES_FORMTEXT, FACTORY_PROPERTIES_SECLAY_CAPSULEADDRESS, FACTORY_PROPERTIES_SECLAY_DATAURL, FACTORY_PROPERTIES_SECLAY_REDIRECTURL, FACTORY_PROPERTIES_SECLAY_STYLESHEETURL, FACTORY_PROPERTIES_SECLAY_XMLREQUEST, FACTORY_PROPERTIES_SENDBUTTONNAME, HTTP_REQUEST_PARAM_DATAURL, HTTP_REQUEST_PARAM_REDIRECTURL, HTTP_REQUEST_PARAM_STYLESHEETURL, HTTP_REQUEST_PARAM_XMLREQUEST, requstForm_
 
Fields inherited from class asit.framework.servlet.content.ContentFromXMLFactory
baseXMLFileContent_
 
Fields inherited from class asit.framework.servlet.content.ContentFactory
contentDefaultEncoding_, httpServletRequest_, messageProperties_, redirector_
 
Constructor Summary
IdentityLinkRequestFactory(File configpropertiesfile, File basexmlfile)
           
 
Method Summary
 String getContent()
          interface used for a FrontEndServlet
 String getContentTitle()
          interface used for a FrontEndServlet
 String getDispatchTitle()
          interface used for a FrontEndServlet
 String getPageTitle()
          interface used for a FrontEndServlet
 String getResponseString()
          interface used for a BackEndServlet
 String setHttpServletResponse(HttpServletResponse response)
          interface used for a BackEndServlet
 
Methods inherited from class asit.framework.servlet.content.SecurityLayerRequestFactory
prepareHTMLRequest, prepareHTTPRequest
 
Methods inherited from class asit.framework.servlet.content.ContentFromXMLFactory
getBaseXMLStringQuoted, replaceValue
 
Methods inherited from class asit.framework.servlet.content.ContentFactory
getPropertyValue, getRedirector, setHttpServletRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACTORY_PROPERTIES_CLASS

public static String FACTORY_PROPERTIES_CLASS
Constructor Detail

IdentityLinkRequestFactory

public IdentityLinkRequestFactory(File configpropertiesfile,
                                  File basexmlfile)
                           throws IOException
Parameters:
basexmlfile -
Throws:
IOException
Method Detail

getPageTitle

public String getPageTitle()
Description copied from class: ContentFactory
interface used for a FrontEndServlet

Specified by:
getPageTitle in class ContentFactory
Returns:

getDispatchTitle

public String getDispatchTitle()
Description copied from class: ContentFactory
interface used for a FrontEndServlet

Specified by:
getDispatchTitle in class ContentFactory
Returns:

getContentTitle

public String getContentTitle()
Description copied from class: ContentFactory
interface used for a FrontEndServlet

Specified by:
getContentTitle in class ContentFactory
Returns:

getContent

public String getContent()
Description copied from class: ContentFactory
interface used for a FrontEndServlet

Specified by:
getContent in class ContentFactory
Returns:

getResponseString

public String getResponseString()
Description copied from class: ContentFactory
interface used for a BackEndServlet

Specified by:
getResponseString in class ContentFactory
Returns:

setHttpServletResponse

public String setHttpServletResponse(HttpServletResponse response)
Description copied from class: ContentFactory
interface used for a BackEndServlet

Specified by:
setHttpServletResponse in class ContentFactory
Returns:


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