com.uwyn.rife.config
Class RifeConfig.Engine
java.lang.Object
com.uwyn.rife.config.RifeConfig.Engine
- Enclosing class:
- RifeConfig
public abstract static class RifeConfig.Engine
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_DEFAULT_CONTENT_TYPE
public static final String PARAM_DEFAULT_CONTENT_TYPE
- See Also:
- Constant Field Values
PARAM_ELEMENT_AUTO_RELOAD
public static final String PARAM_ELEMENT_AUTO_RELOAD
- See Also:
- Constant Field Values
PARAM_ELEMENT_GENERATION_PATH
public static final String PARAM_ELEMENT_GENERATION_PATH
- See Also:
- Constant Field Values
PARAM_ELEMENT_DEBUG_TRACE
public static final String PARAM_ELEMENT_DEBUG_TRACE
- See Also:
- Constant Field Values
PARAM_ELEMENT_DEBUG_MEMORY
public static final String PARAM_ELEMENT_DEBUG_MEMORY
- See Also:
- Constant Field Values
PARAM_LOG_ENGINE_EXCEPTIONS
public static final String PARAM_LOG_ENGINE_EXCEPTIONS
- See Also:
- Constant Field Values
PARAM_PRETTY_ENGINE_EXCEPTIONS
public static final String PARAM_PRETTY_ENGINE_EXCEPTIONS
- See Also:
- Constant Field Values
PARAM_FILEUPLOAD_PATH
public static final String PARAM_FILEUPLOAD_PATH
- See Also:
- Constant Field Values
PARAM_FILEUPLOAD_SIZE_LIMIT
public static final String PARAM_FILEUPLOAD_SIZE_LIMIT
- See Also:
- Constant Field Values
PARAM_FILEUPLOAD_SIZE_CHECK
public static final String PARAM_FILEUPLOAD_SIZE_CHECK
- See Also:
- Constant Field Values
PARAM_FILEUPLOAD_SIZE_EXCEPTION
public static final String PARAM_FILEUPLOAD_SIZE_EXCEPTION
- See Also:
- Constant Field Values
PARAM_SITE_AUTO_RELOAD
public static final String PARAM_SITE_AUTO_RELOAD
- See Also:
- Constant Field Values
PARAM_CONTINUATION_DURATION
public static final String PARAM_CONTINUATION_DURATION
- See Also:
- Constant Field Values
PARAM_CONTINUATION_PURGE_FREQUENCY
public static final String PARAM_CONTINUATION_PURGE_FREQUENCY
- See Also:
- Constant Field Values
PARAM_CONTINUATION_PURGE_SCALE
public static final String PARAM_CONTINUATION_PURGE_SCALE
- See Also:
- Constant Field Values
PARAM_GZIP_COMPRESSION
public static final String PARAM_GZIP_COMPRESSION
- See Also:
- Constant Field Values
PARAM_GZIP_COMPRESSION_TYPES
public static final String PARAM_GZIP_COMPRESSION_TYPES
- See Also:
- Constant Field Values
PARAM_LOCAL_FORWARD_PORT
public static final String PARAM_LOCAL_FORWARD_PORT
- See Also:
- Constant Field Values
PARAM_PROXY_ROOTURL
public static final String PARAM_PROXY_ROOTURL
- See Also:
- Constant Field Values
PARAM_WEBAPP_CONTEXT_PATH
public static final String PARAM_WEBAPP_CONTEXT_PATH
- See Also:
- Constant Field Values
PARAM_RESPONSE_REQUIRES_SITE
public static final String PARAM_RESPONSE_REQUIRES_SITE
- See Also:
- Constant Field Values
PARAM_SITE_INITIALIZING_REDIRECT_URL
public static final String PARAM_SITE_INITIALIZING_REDIRECT_URL
- See Also:
- Constant Field Values
PARAM_SITE_INITIALIZING_PASSTHROUGH_SUFFIXES
public static final String PARAM_SITE_INITIALIZING_PASSTHROUGH_SUFFIXES
- See Also:
- Constant Field Values
PARAM_REQUEST_ENCODING
public static final String PARAM_REQUEST_ENCODING
- See Also:
- Constant Field Values
PARAM_RESPONSE_ENCODING
public static final String PARAM_RESPONSE_ENCODING
- See Also:
- Constant Field Values
PARAM_SESSION_STATE_STORE_CLONING
public static final String PARAM_SESSION_STATE_STORE_CLONING
- See Also:
- Constant Field Values
RifeConfig.Engine
public RifeConfig.Engine()
getDefaultContentType
public static String getDefaultContentType()
getElementAutoReload
public static boolean getElementAutoReload()
getElementGenerationPath
public static String getElementGenerationPath()
getElementDebugTrace
public static boolean getElementDebugTrace()
getElementDebugMemory
public static boolean getElementDebugMemory()
getPrettyEngineExceptions
public static boolean getPrettyEngineExceptions()
getLogEngineExceptions
public static boolean getLogEngineExceptions()
setLogEngineExceptions
public static void setLogEngineExceptions(boolean generate)
getFileUploadPath
public static String getFileUploadPath()
getFileuploadSizeLimit
public static long getFileuploadSizeLimit()
getFileUploadSizeCheck
public static boolean getFileUploadSizeCheck()
getFileUploadSizeException
public static boolean getFileUploadSizeException()
getSiteAutoReload
public static boolean getSiteAutoReload()
getContinuationDuration
public static long getContinuationDuration()
getContinuationPurgeFrequency
public static int getContinuationPurgeFrequency()
getContinuationPurgeScale
public static int getContinuationPurgeScale()
getGzipCompression
public static boolean getGzipCompression()
getGzipCompressionTypes
public static Collection<String> getGzipCompressionTypes()
getLocalForwardPort
public static int getLocalForwardPort()
getProxyRootUrl
public static String getProxyRootUrl()
getWebappContextPath
public static String getWebappContextPath()
getResponseRequiresSite
public static boolean getResponseRequiresSite()
getSiteInitializingRedirectUrl
public static String getSiteInitializingRedirectUrl()
getSiteInitializingPassthroughSuffixes
public static Collection<String> getSiteInitializingPassthroughSuffixes()
getRequestEncoding
public static String getRequestEncoding()
getResponseEncoding
public static String getResponseEncoding()
getSessionStateStoreCloning
public static boolean getSessionStateStoreCloning()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.