Implementation of {@link ServletContextWrapper} which returns a{@link PartitionedServletContext} instance if{@link #enablePartitionedServletContext} is set to true. If not, simplyreturns the passed in {@link ServletContext} instance.
@see org.impalaframework.web.servlet.wrapper.context.PartitionedServletContext
@author Phil Zoio
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.