com.xpn.xwiki.web.includeservletasstring
Class IncludeServletAsString

java.lang.Object
  extended by com.xpn.xwiki.web.includeservletasstring.IncludeServletAsString

public class IncludeServletAsString
extends java.lang.Object

Author:
LBlaze

Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
private IncludeServletAsString()
          Creates a new instance of IncludeServletAsString
 
Method Summary
static java.lang.String invokeServletAndReturnAsString(java.lang.String url, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

IncludeServletAsString

private IncludeServletAsString()
Creates a new instance of IncludeServletAsString

Method Detail

invokeServletAndReturnAsString

public static java.lang.String invokeServletAndReturnAsString(java.lang.String url,
                                                              javax.servlet.http.HttpServletRequest servletRequest,
                                                              javax.servlet.http.HttpServletResponse servletResponse)
                                                       throws java.io.IOException,
                                                              javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright 2003 Ludovic Dubost