org.ofbiz.base.util
Class UtilJ2eeCompat
java.lang.Object
org.ofbiz.base.util.UtilJ2eeCompat
public class UtilJ2eeCompat
- extends java.lang.Object
Misc J2EE Compatibility Utility Functions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
UtilJ2eeCompat
public UtilJ2eeCompat()
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)