|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.ext.tag.TagImpl
railo.runtime.tag.Application
public final class Application
Defines scoping for a CFML application, enables or disables storing client variables, and specifies a client variable storage mechanism. By default, client variables are disabled. Also, enables session variables and sets timeouts for session and application variables. Session and application variables are stored in memory.
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
Application()
|
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
void |
release()
|
void |
setAction(String strAction)
|
void |
setApplicationtimeout(TimeSpan applicationTimeout)
set the value applicationtimeout Enter the CreateTimeSpan function and values in days, hours, minutes, and seconds, separated by commas, to specify the lifespan of application variables. |
void |
setBufferoutput(boolean bufferOutput)
|
void |
setCachefunction(String cacheFunction)
|
void |
setCacheobject(String cacheObject)
|
void |
setCachequery(String cacheQuery)
|
void |
setCacheresource(String cacheResource)
|
void |
setCachetemplate(String cacheTemplate)
|
void |
setClientcluster(boolean clientCluster)
|
void |
setClientmanagement(boolean setClientManagement)
set the value clientmanagement Yes or No. |
void |
setClientstorage(String clientstorage)
set the value clientstorage Specifies how Railo stores client variables |
void |
setClienttimeout(TimeSpan clientTimeout)
|
void |
setComponentpaths(Object mappings)
|
void |
setCustomtagpaths(Object mappings)
|
void |
setDatasource(Object datasource)
|
void |
setDatasources(Struct datasources)
|
void |
setDefaultdatasource(Object defaultdatasource)
|
void |
setInvokeimplicitaccessor(boolean invokeimplicitaccessor)
|
void |
setLocalmode(String strLocalMode)
|
void |
setLoginstorage(String loginstorage)
|
void |
setMappings(Struct mappings)
|
void |
setName(String name)
set the value name The name of your application. |
void |
setOnmissingtemplate(Object oUDF)
|
void |
setOrmenabled(boolean ormenabled)
|
void |
setOrmsettings(Struct ormsettings)
|
void |
setS3(Struct s3)
|
void |
setScriptprotect(String strScriptrotect)
|
void |
setSecurejson(boolean secureJson)
|
void |
setSecurejsonprefix(String secureJsonPrefix)
|
void |
setSessioncluster(boolean sessionCluster)
|
void |
setSessionmanagement(boolean setSessionManagement)
set the value sessionmanagement Yes or No. |
void |
setSessionstorage(String sessionstorage)
|
void |
setSessiontimeout(TimeSpan sessionTimeout)
set the value sessiontimeout Enter the CreateTimeSpan function and values in days, hours, minutes, and seconds, separated by commas, to specify the lifespan of session variables. |
void |
setSessiontype(String sessionType)
|
void |
setSetclientcookies(boolean setClientCookies)
set the value setclientcookies Yes or No. |
void |
setSetdomaincookies(boolean setDomainCookies)
set the value setdomaincookies Yes or No. |
void |
setTriggerdatamember(boolean triggerDataMember)
|
Methods inherited from class railo.runtime.ext.tag.TagImpl |
---|
getParent, required, required, required, required, setPageContext, setPageContext, setParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Application()
Method Detail |
---|
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TagImpl
public void setSetclientcookies(boolean setClientCookies)
setClientCookies
- value to setpublic void setSetdomaincookies(boolean setDomainCookies)
setDomainCookies
- value to setpublic void setSessionmanagement(boolean setSessionManagement)
setSessionManagement
- value to setpublic void setDatasource(Object datasource) throws PageException
datasource
- the datasource to set
PageException
public void setDefaultdatasource(Object defaultdatasource) throws PageException
PageException
public void setDatasources(Struct datasources)
public void setLocalmode(String strLocalMode) throws ApplicationException
ApplicationException
public void setClientstorage(String clientstorage)
clientstorage
- value to setpublic void setSessionstorage(String sessionstorage)
public void setClientmanagement(boolean setClientManagement)
setClientManagement
- value to setpublic void setSessiontimeout(TimeSpan sessionTimeout)
sessionTimeout
- value to setpublic void setSessiontype(String sessionType) throws ApplicationException
ApplicationException
public void setClientcluster(boolean clientCluster)
public void setSessioncluster(boolean sessionCluster)
public void setClienttimeout(TimeSpan clientTimeout)
public void setCachefunction(String cacheFunction)
public void setCachequery(String cacheQuery)
public void setCachetemplate(String cacheTemplate)
public void setCacheobject(String cacheObject)
public void setCacheresource(String cacheResource)
public void setTriggerdatamember(boolean triggerDataMember)
public void setInvokeimplicitaccessor(boolean invokeimplicitaccessor)
public void setOrmenabled(boolean ormenabled)
ormenabled
- the ormenabled to setpublic void setOrmsettings(Struct ormsettings)
ormsettings
- the ormsettings to setpublic void setS3(Struct s3)
s3
- the s3 to setpublic void setApplicationtimeout(TimeSpan applicationTimeout)
applicationTimeout
- value to setpublic void setName(String name)
name
- value to setpublic void setAction(String strAction) throws ApplicationException
ApplicationException
public void setMappings(Struct mappings) throws PageException
PageException
public void setCustomtagpaths(Object mappings) throws PageException
PageException
public void setComponentpaths(Object mappings) throws PageException
PageException
public void setSecurejsonprefix(String secureJsonPrefix)
public void setSecurejson(boolean secureJson)
public void setBufferoutput(boolean bufferOutput)
public void setLoginstorage(String loginstorage) throws ApplicationException
loginstorage
- The loginstorage to set.
ApplicationException
public void setScriptprotect(String strScriptrotect)
scriptrotect
- the scriptrotect to setpublic void setOnmissingtemplate(Object oUDF) throws PageException
PageException
public int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |