railo.runtime.util
Interface ApplicationContext

All Superinterfaces:
Serializable
All Known Subinterfaces:
ApplicationContextPro
All Known Implementing Classes:
ApplicationContextSupport, ClassicApplicationContext, ModernApplicationContext

public interface ApplicationContext
extends Serializable

DTO Interface for Application Context data (defined by tag cfapplication)


Field Summary
static int SCRIPT_PROTECT_ALL
           
static int SCRIPT_PROTECT_CGI
           
static int SCRIPT_PROTECT_COOKIE
           
static int SCRIPT_PROTECT_FORM
           
static int SCRIPT_PROTECT_NONE
           
static int SCRIPT_PROTECT_URL
           
 
Method Summary
 TimeSpan getApplicationTimeout()
           
 String getClientstorage()
           
 Mapping[] getCustomTagMappings()
           
 int getLoginStorage()
           
 Mapping[] getMappings()
           
 String getName()
           
 int getScriptProtect()
           
 boolean getSecureJson()
           
 String getSecureJsonPrefix()
           
 TimeSpan getSessionTimeout()
           
 boolean hasName()
           
 boolean isSetClientCookies()
           
 boolean isSetClientManagement()
           
 boolean isSetDomainCookies()
           
 boolean isSetSessionManagement()
           
 

Field Detail

SCRIPT_PROTECT_NONE

static final int SCRIPT_PROTECT_NONE
See Also:
Constant Field Values

SCRIPT_PROTECT_FORM

static final int SCRIPT_PROTECT_FORM
See Also:
Constant Field Values

SCRIPT_PROTECT_URL

static final int SCRIPT_PROTECT_URL
See Also:
Constant Field Values

SCRIPT_PROTECT_CGI

static final int SCRIPT_PROTECT_CGI
See Also:
Constant Field Values

SCRIPT_PROTECT_COOKIE

static final int SCRIPT_PROTECT_COOKIE
See Also:
Constant Field Values

SCRIPT_PROTECT_ALL

static final int SCRIPT_PROTECT_ALL
See Also:
Constant Field Values
Method Detail

getApplicationTimeout

TimeSpan getApplicationTimeout()
Returns:
Returns the applicationTimeout.

getLoginStorage

int getLoginStorage()
Returns:
Returns the loginStorage.

getName

String getName()
Returns:
Returns the name.

getSessionTimeout

TimeSpan getSessionTimeout()
Returns:
Returns the sessionTimeout.

isSetClientCookies

boolean isSetClientCookies()
Returns:
Returns the setClientCookies.

isSetClientManagement

boolean isSetClientManagement()
Returns:
Returns the setClientManagement.

isSetDomainCookies

boolean isSetDomainCookies()
Returns:
Returns the setDomainCookies.

isSetSessionManagement

boolean isSetSessionManagement()
Returns:
Returns the setSessionManagement.

getClientstorage

String getClientstorage()
Returns:
Returns the clientstorage.

hasName

boolean hasName()
Returns:
if application context has a name

getScriptProtect

int getScriptProtect()
Returns:
return script protect setting

getMappings

Mapping[] getMappings()

getCustomTagMappings

Mapping[] getCustomTagMappings()

getSecureJsonPrefix

String getSecureJsonPrefix()

getSecureJson

boolean getSecureJson()


Copyright © 2012 Railo