public final class Application extends TagImpl
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
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 |
setCacheinclude(String cacheInclude) |
void |
setCacheobject(String cacheObject) |
void |
setCachequery(String cacheQuery) |
void |
setCacheresource(String cacheResource) |
void |
setCachetemplate(String cacheTemplate) |
void |
setCgireadonly(boolean cgiReadOnly) |
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 Lucee stores client variables
|
void |
setClienttimeout(TimeSpan clientTimeout) |
void |
setComponentpaths(Object mappings) |
void |
setCompression(boolean compress) |
void |
setCustomtagpaths(Object mappings) |
void |
setDatasource(Object datasource) |
void |
setDatasources(Struct datasources) |
void |
setDefaultdatasource(Object defaultdatasource) |
void |
setInvokeimplicitaccessor(boolean invokeimplicitaccessor) |
void |
setLocale(String strLocale) |
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 |
setRequesttimeout(TimeSpan requestTimeout) |
void |
setResourcecharset(String charset) |
void |
setS3(Struct s3) |
void |
setScopecascading(String scopeCascading) |
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 |
setSuppressremotecomponentcontent(boolean suppress) |
void |
setTag(Struct tag) |
void |
setTimezone(String strTimeZone) |
void |
setTriggerdatamember(boolean triggerDataMember) |
void |
setTypechecking(boolean typeChecking) |
void |
setWebcharset(String charset) |
void |
setWstype(String wstype) |
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Application()
public void release()
public void setSetclientcookies(boolean setClientCookies)
setClientCookies
- value to setpublic void setSetdomaincookies(boolean setDomainCookies)
setDomainCookies
- value to setpublic void setCgireadonly(boolean cgiReadOnly)
public void setSessionmanagement(boolean setSessionManagement)
setSessionManagement
- value to setpublic void setDatasource(Object datasource) throws PageException
datasource
- the datasource to setPageException
public void setDefaultdatasource(Object defaultdatasource) throws PageException
PageException
public void setDatasources(Struct datasources)
public void setLocalmode(String strLocalMode) throws ApplicationException
ApplicationException
public void setTimezone(String strTimeZone) throws ExpressionException
ExpressionException
public void setScopecascading(String scopeCascading) throws ApplicationException
ApplicationException
public void setWebcharset(String charset)
public void setResourcecharset(String charset)
public void setLocale(String strLocale) throws ExpressionException
ExpressionException
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 setWstype(String wstype) throws ApplicationException
ApplicationException
public void setClientcluster(boolean clientCluster)
public void setSessioncluster(boolean sessionCluster)
public void setClienttimeout(TimeSpan clientTimeout)
public void setRequesttimeout(TimeSpan requestTimeout)
public void setCachefunction(String cacheFunction)
public void setCachequery(String cacheQuery)
public void setCachetemplate(String cacheTemplate)
public void setCacheinclude(String cacheInclude)
public void setCacheobject(String cacheObject)
public void setCacheresource(String cacheResource)
public void setCompression(boolean compress)
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 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 setTypechecking(boolean typeChecking)
public void setSuppressremotecomponentcontent(boolean suppress)
public 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
Copyright © 2015 Lucee