org.ofbiz.base.util
Class UtilJ2eeCompat

java.lang.Object
  extended by org.ofbiz.base.util.UtilJ2eeCompat

public class UtilJ2eeCompat
extends java.lang.Object

Misc J2EE Compatibility Utility Functions


Field Summary
protected static java.lang.Boolean doFlushOnRenderValue
           
static java.lang.String JETTY
           
static java.lang.String JRUN
           
static java.lang.String module
           
static java.lang.String OC4J
           
static java.lang.String ORION
           
static java.lang.String RESIN
           
static java.lang.String REX_IP
           
static java.lang.String TOMCAT
           
protected static java.lang.Boolean useNestedJspException
           
protected static java.lang.Boolean useOutputStreamNotWriterValue
           
static java.lang.String WEBSPHERE
           
 
Constructor Summary
UtilJ2eeCompat()
           
 
Method Summary
static boolean doFlushOnRender(ServletContext context)
           
protected static void initCompatibilityOptions(ServletContext context)
           
static boolean useNestedJspException(ServletContext context)
           
static boolean useOutputStreamNotWriter(ServletContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module

TOMCAT

public static final java.lang.String TOMCAT
See Also:
Constant Field Values

ORION

public static final java.lang.String ORION
See Also:
Constant Field Values

RESIN

public static final java.lang.String RESIN
See Also:
Constant Field Values

REX_IP

public static final java.lang.String REX_IP
See Also:
Constant Field Values

OC4J

public static final java.lang.String OC4J
See Also:
Constant Field Values

JRUN

public static final java.lang.String JRUN
See Also:
Constant Field Values

JETTY

public static final java.lang.String JETTY
See Also:
Constant Field Values

WEBSPHERE

public static final java.lang.String WEBSPHERE
See Also:
Constant Field Values

doFlushOnRenderValue

protected static java.lang.Boolean doFlushOnRenderValue

useOutputStreamNotWriterValue

protected static java.lang.Boolean useOutputStreamNotWriterValue

useNestedJspException

protected static java.lang.Boolean useNestedJspException
Constructor Detail

UtilJ2eeCompat

public UtilJ2eeCompat()
Method Detail

doFlushOnRender

public static boolean doFlushOnRender(ServletContext context)

useOutputStreamNotWriter

public static boolean useOutputStreamNotWriter(ServletContext context)

useNestedJspException

public static boolean useNestedJspException(ServletContext context)

initCompatibilityOptions

protected static void initCompatibilityOptions(ServletContext context)