Class GoogleSitemapsForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.administrator.core.BaseAdministratorForm
com.softslate.commerce.administrator.importexport.GoogleSitemapsForm
- All Implemented Interfaces:
Serializable
Form responsible for processing the Google Sitemaps export. Captures global
settings from the administrative user to employ when creating the Google
Sitemaps export file.
- Author:
- David Tobey
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
(package private) static org.apache.commons.logging.Log
private String
private static final long
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setChangefreqField
(String changefreqField) void
setDirectoryOnServer
(String directoryOnServer) void
setDownloadOrWriteFile
(String downloadOrWriteFile) void
setFileName
(String fileName) void
setGlobalChangefreq
(String globalChangefreq) void
setGlobalLastmod
(String globalLastmod) void
setGlobalLastmodDay
(String globalLastmodDay) void
setGlobalLastmodMonth
(String globalLastmodMonth) void
setGlobalLastmodYear
(String globalLastmodYear) void
setGlobalPriority
(String globalPriority) void
setLastmodField
(String lastmodField) void
setPriorityField
(String priorityField) org.apache.struts.action.ActionErrors
validate
(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Methods inherited from class com.softslate.commerce.administrator.core.BaseAdministratorForm
addingAndFieldIsBlank, addingAndFieldIsBlank, addingNewRecord, containsUnsafeCharacter, editingAndFieldIsBeingEmptiedOut, editingAndFieldIsBeingEmptiedOut, getAdministrator, getFormUtils, initializeProperties, mapOfIncomingParams, setAdministrator
Methods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, html5OrXhtml, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUser
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
log
static org.apache.commons.logging.Log log -
globalLastmod
-
globalLastmodYear
-
globalLastmodMonth
-
globalLastmodDay
-
globalPriority
-
globalChangefreq
-
lastmodField
-
priorityField
-
changefreqField
-
fileName
-
directoryOnServer
-
downloadOrWriteFile
-
-
Constructor Details
-
GoogleSitemapsForm
public GoogleSitemapsForm()
-
-
Method Details
-
getGlobalChangefreq
-
setGlobalChangefreq
-
getGlobalLastmod
-
setGlobalLastmod
-
getGlobalLastmodDay
-
setGlobalLastmodDay
-
getGlobalLastmodMonth
-
setGlobalLastmodMonth
-
getGlobalLastmodYear
-
setGlobalLastmodYear
-
getGlobalPriority
-
setGlobalPriority
-
getChangefreqField
-
setChangefreqField
-
getLastmodField
-
setLastmodField
-
getPriorityField
-
setPriorityField
-
getDirectoryOnServer
-
setDirectoryOnServer
-
getDownloadOrWriteFile
-
setDownloadOrWriteFile
-
getFileName
-
setFileName
-
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) - Overrides:
validate
in classorg.apache.struts.action.ActionForm
-