com.jaspersoft.jasperserver.war.util
Class ServletContextWrapper

java.lang.Object
  extended by com.jaspersoft.jasperserver.war.util.ServletContextWrapper
All Implemented Interfaces:
ServletContextInformation, org.springframework.web.context.ServletContextAware

public class ServletContextWrapper
extends java.lang.Object
implements org.springframework.web.context.ServletContextAware, ServletContextInformation

Version:
$Id: ServletContextWrapper.java 9931 2007-09-06 16:31:57Z tdanciu $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Constructor Summary
ServletContextWrapper()
           
 
Method Summary
 java.lang.String getJspPathPrefix()
           
 boolean jspExists(java.lang.String path)
           
 void setJspPathPrefix(java.lang.String pathPrefix)
           
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextWrapper

public ServletContextWrapper()
Method Detail

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)
Specified by:
setServletContext in interface org.springframework.web.context.ServletContextAware

jspExists

public boolean jspExists(java.lang.String path)
Specified by:
jspExists in interface ServletContextInformation

getJspPathPrefix

public java.lang.String getJspPathPrefix()

setJspPathPrefix

public void setJspPathPrefix(java.lang.String pathPrefix)


Copyright © 2007. All Rights Reserved.