public final class Schedule extends TagImpl
Constructor and Description |
---|
Schedule() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setAction(String action)
set the value action
|
void |
setAutodelete(boolean autoDelete) |
void |
setEnddate(Object enddate)
set the value enddate
The date when the scheduled task ends.
|
void |
setEndtime(Object endtime)
set the value endtime
The time when the scheduled task ends.
|
void |
setFile(String file)
set the value file
Required with publish ='Yes' A valid filename for the published file.
|
void |
setHidden(boolean hidden) |
void |
setInterval(String interval)
set the value interval
Required when creating tasks with action = 'update'.
|
void |
setOperation(String operation)
set the value operation
The type of operation the scheduler performs when executing this task.
|
void |
setPassword(String password)
set the value password
Password if URL is protected.
|
void |
setPath(String path)
set the value path
Required with publish ='Yes' The path location for the published file.
|
void |
setPaused(boolean paused) |
void |
setPort(Object oPort)
set the value port
The port number on the server from which the task is being scheduled.
|
void |
setProxypassword(String proxypassword) |
void |
setProxyport(Object oProxyport)
set the value proxyport
The port number on the proxy server from which the task is being requested.
|
void |
setProxyserver(String proxyserver)
set the value proxyserver
Host name or IP address of a proxy server.
|
void |
setProxyuser(String proxyuser) |
void |
setPublish(boolean publish)
set the value publish
Specifies whether the result should be saved to a file.
|
void |
setReadonly(boolean readonly) |
void |
setRequesttimeout(Object oRequesttimeout)
set the value requesttimeout
Customizes the requestTimeOut for the task operation.
|
void |
setResolveurl(boolean resolveurl)
set the value resolveurl
Specifies whether to resolve links in the result page to absolute references.
|
void |
setReturnvariable(String returnvariable) |
void |
setServerpassword(String serverPassword) |
void |
setStartdate(Object objStartDate)
set the value startdate
Required when action ='update'.
|
void |
setStarttime(Object starttime)
set the value starttime
Required when creating tasks with action = 'update'.
|
void |
setTask(String task)
set the value task
The name of the task to delete, update, or run.
|
void |
setUrl(String url)
set the value url
Required when action = 'update'.
|
void |
setUsername(String username)
set the value username
Username if URL is protected.
|
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Schedule()
public void setAutodelete(boolean autoDelete)
public void setReadonly(boolean readonly)
readonly
- the readonly to setpublic void setHidden(boolean hidden)
hidden
- the hidden to setpublic void setReturnvariable(String returnvariable)
returnvariable
- The returnvariable to set.public void setProxypassword(String proxypassword)
proxypassword
- The proxypassword to set.public void setProxyuser(String proxyuser)
proxyuser
- The proxyuser to set.public void setPaused(boolean paused)
public void setPassword(String password)
password
- value to setpublic void setStartdate(Object objStartDate) throws PageException
objStartDate
- value to setPageException
public void setResolveurl(boolean resolveurl)
resolveurl
- value to setpublic void setServerpassword(String serverPassword)
public void setAction(String action) throws ApplicationException
action
- value to setApplicationException
public void setProxyserver(String proxyserver)
proxyserver
- value to setpublic void setEnddate(Object enddate) throws PageException
enddate
- value to setPageException
public void setFile(String file)
file
- value to setpublic void setStarttime(Object starttime) throws PageException
starttime
- value to setPageException
public void setProxyport(Object oProxyport) throws PageException
proxyport
- value to setPageException
public void setPort(Object oPort) throws PageException
port
- value to setPageException
public void setEndtime(Object endtime) throws PageException
endtime
- value to setPageException
public void setOperation(String operation) throws ApplicationException
operation
- value to setApplicationException
public void setInterval(String interval)
interval
- value to setpublic void setPublish(boolean publish)
publish
- value to setpublic void setRequesttimeout(Object oRequesttimeout) throws PageException
requesttimeout
- value to setPageException
public void setUsername(String username)
username
- value to setpublic void setUrl(String url)
url
- value to setpublic void setPath(String path)
path
- value to setpublic void setTask(String task)
task
- value to setpublic int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
public int doEndTag()
Copyright © 2015 Lucee