A B C D E F G H I L M N O P R S T U W Y

A

AbstractCacheFilter - Class in net.sf.scmwebgui
This class is a Servlet 2.3 filter that caches responses that match a given criteria.
AbstractCacheFilter() - Constructor for class net.sf.scmwebgui.AbstractCacheFilter
Default constructor
AccessFilter - Class in net.sf.scmwebgui
This filter checks that the access is valid, and provides user credentials and other context info to the following steps.
AccessFilter() - Constructor for class net.sf.scmwebgui.AccessFilter
Default constructor
ACTION_HANDLER_ATTRIBUTE - Static variable in class net.sf.scmwebgui.ControllerServlet
IActionHandler request attribute
AddCategory - Class in net.sf.scmwebgui.actions
This IActionHandler adds a new Category to current Category calling the handler with parameters: 'id' - Category id 'name' - Category name in current locale.
AddCategory() - Constructor for class net.sf.scmwebgui.actions.AddCategory
 
AddCategoryProperty - Class in net.sf.scmwebgui.actions
This IActionHandler adds a new Property to current Category.
AddCategoryProperty() - Constructor for class net.sf.scmwebgui.actions.AddCategoryProperty
 
AddContent - Class in net.sf.scmwebgui.actions
This IActionHandler adds a new Content to current Category.
AddContent() - Constructor for class net.sf.scmwebgui.actions.AddContent
 
AddContentType - Class in net.sf.scmwebgui.actions
This IActionHandler adds a new Content Type to current Project.
AddContentType() - Constructor for class net.sf.scmwebgui.actions.AddContentType
 
AddField - Class in net.sf.scmwebgui.actions
This IActionHandler adds a new Field to selected Content Type.
AddField() - Constructor for class net.sf.scmwebgui.actions.AddField
 
AddItem - Class in net.sf.scmwebgui.actions
This IActionHandler adds a new Item to selected Field List.
AddItem() - Constructor for class net.sf.scmwebgui.actions.AddItem
 
addObject(Date, Content) - Method in class net.sf.scmwebgui.utils.Year
 
AddRelatedContent - Class in net.sf.scmwebgui.actions
This IActionHandler add a related Content to a Content.
AddRelatedContent() - Constructor for class net.sf.scmwebgui.actions.AddRelatedContent
 
AddRole - Class in net.sf.scmwebgui.actions
This IActionHandler adds a new Role to the Project.
AddRole() - Constructor for class net.sf.scmwebgui.actions.AddRole
 
AddSubscription - Class in net.sf.scmwebgui.actions
This IActionHandler adds a new subscription to current Category calling the handler with parameters: 'box' - Box to send subscription.
AddSubscription() - Constructor for class net.sf.scmwebgui.actions.AddSubscription
 
AddUser - Class in net.sf.scmwebgui.actions
This IActionHandler adds a new User to the Project.
AddUser() - Constructor for class net.sf.scmwebgui.actions.AddUser
 
AddZipContent - Class in net.sf.scmwebgui.actions
This IActionHandler adds all the contents included in a zip file.
AddZipContent() - Constructor for class net.sf.scmwebgui.actions.AddZipContent
 
afterAddContent(Content) - Method in class net.sf.scmwebgui.CacheFilter
 
afterAddRelationship(Content, Content) - Method in class net.sf.scmwebgui.CacheFilter
 
afterModifyContent(Content) - Method in class net.sf.scmwebgui.CacheFilter
 
afterModifyRelatedContent(Content) - Method in class net.sf.scmwebgui.CacheFilter
 
afterRemoveContent(Content) - Method in class net.sf.scmwebgui.CacheFilter
 
afterRemoveRelationship(Content, Content) - Method in class net.sf.scmwebgui.CacheFilter
 
afterSaveProject(Project) - Method in class net.sf.scmwebgui.CacheFilter
 
AndSearch - Class in net.sf.scmwebgui.actions
This IActionHandler launch an 'AND' search in sconman.
AndSearch() - Constructor for class net.sf.scmwebgui.actions.AndSearch
 

B

baos - Variable in class net.sf.scmwebgui.GZIPResponseStream
 
beforeAddContent(Content) - Method in class net.sf.scmwebgui.CacheFilter
 
beforeAddRelationship(Content, Content) - Method in class net.sf.scmwebgui.CacheFilter
 
beforeModifyContent(Content) - Method in class net.sf.scmwebgui.CacheFilter
 
beforeRemoveContent(Content) - Method in class net.sf.scmwebgui.CacheFilter
 
beforeRemoveRelationship(Content, Content) - Method in class net.sf.scmwebgui.CacheFilter
 
beforeSaveProject(Project) - Method in class net.sf.scmwebgui.CacheFilter
 
begin - Variable in class net.sf.scmwebgui.CtxURI.CtxURITokenizer
 
buildMessage(Content, Subscription) - Method in class net.sf.scmwebgui.ScmwebguiLogSubscriptionHandler
 

C

CACHE_CLEAN_PERIOD_INIT_PARAM - Static variable in class net.sf.scmwebgui.AbstractCacheFilter
Cache period to clean
CACHE_DIRECTORY_INIT_PARAM - Static variable in class net.sf.scmwebgui.AbstractCacheFilter
Cache directory initialization parameter
CACHE_TIME_OF_LIFE_INIT_PARAM - Static variable in class net.sf.scmwebgui.AbstractCacheFilter
Content lifetime in cache
CacheCleaner - Class in net.sf.scmwebgui
This class cleans the cache of SCMWebGui.
CacheCleaner(String, long, long) - Constructor for class net.sf.scmwebgui.CacheCleaner
 
CacheFilter - Class in net.sf.scmwebgui
This is the specific cache filter that will be used in SCONMAN-WEBGUI
CacheFilter() - Constructor for class net.sf.scmwebgui.CacheFilter
 
cachePath - Variable in class net.sf.scmwebgui.CacheCleaner
 
close() - Method in class net.sf.scmwebgui.GZIPResponseStream
 
close() - Method in class net.sf.scmwebgui.utils.SortedSearchResults
 
closed - Variable in class net.sf.scmwebgui.GZIPResponseStream
 
closed() - Method in class net.sf.scmwebgui.GZIPResponseStream
 
CONTEXT - Static variable in class net.sf.scmwebgui.InitServletContextListener
 
contextDestroyed(ServletContextEvent) - Method in class net.sf.scmwebgui.InitServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class net.sf.scmwebgui.InitServletContextListener
 
ControllerServlet - Class in net.sf.scmwebgui
 
ControllerServlet() - Constructor for class net.sf.scmwebgui.ControllerServlet
 
createOutputStream() - Method in class net.sf.scmwebgui.GZIPResponseWrapper
 
ctx - Variable in class net.sf.scmwebgui.AbstractCacheFilter
 
CtxURI - Class in net.sf.scmwebgui
Context URI wrapper.
CtxURI(String) - Constructor for class net.sf.scmwebgui.CtxURI
Builds a CtxURIgiven its String representation
CtxURI.CtxURITokenizer - Class in net.sf.scmwebgui
 
CtxURI.CtxURITokenizer(String) - Constructor for class net.sf.scmwebgui.CtxURI.CtxURITokenizer
 

D

DEFAULT_TEMPLATE_SESSION_ATTRIBUTE - Static variable in class net.sf.scmwebgui.ControllerServlet
Error template session attribute
DeleteCategory - Class in net.sf.scmwebgui.actions
This IActionHandler deletes current Category calling the handler with no parameters.
DeleteCategory() - Constructor for class net.sf.scmwebgui.actions.DeleteCategory
 
DeleteCategoryProperty - Class in net.sf.scmwebgui.actions
This IActionHandler deletes a Property of current Category.
DeleteCategoryProperty() - Constructor for class net.sf.scmwebgui.actions.DeleteCategoryProperty
 
DeleteContent - Class in net.sf.scmwebgui.actions
This IActionHandler deletes Content stored in Sconman.
DeleteContent() - Constructor for class net.sf.scmwebgui.actions.DeleteContent
 
DeleteContentType - Class in net.sf.scmwebgui.actions
This IActionHandler deletes a Content Type in current Project.
DeleteContentType() - Constructor for class net.sf.scmwebgui.actions.DeleteContentType
 
DeleteField - Class in net.sf.scmwebgui.actions
This IActionHandler deletes Field to selected Content Type.
DeleteField() - Constructor for class net.sf.scmwebgui.actions.DeleteField
 
DeleteItem - Class in net.sf.scmwebgui.actions
This IActionHandler deletes a Item to selected Field List.
DeleteItem() - Constructor for class net.sf.scmwebgui.actions.DeleteItem
 
DeleteRole - Class in net.sf.scmwebgui.actions
This IActionHandler removes a Role in the Project.
DeleteRole() - Constructor for class net.sf.scmwebgui.actions.DeleteRole
 
DeleteSubscription - Class in net.sf.scmwebgui.actions
This IActionHandler removes a subscription to a Category calling the handler with parameters: 'categoryPath' - Path to Category that user want to remove his subscriptions
DeleteSubscription() - Constructor for class net.sf.scmwebgui.actions.DeleteSubscription
 
DeleteUser - Class in net.sf.scmwebgui.actions
This IActionHandler removes a User in the Project.
DeleteUser() - Constructor for class net.sf.scmwebgui.actions.DeleteUser
 
destroy() - Method in class net.sf.scmwebgui.AbstractCacheFilter
Called by the servlet container when the app is being destroyed.
destroy() - Method in class net.sf.scmwebgui.AccessFilter
Called by servlet container when web app is being destroyed.
destroy() - Method in class net.sf.scmwebgui.GZIPFilter
 
destroy() - Method in class net.sf.scmwebgui.ResponseHeaderFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sf.scmwebgui.AbstractCacheFilter
Determines applies the cache or not, depending on the user request and AbstractCacheFilter.shouldCache(HttpServletRequest)
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sf.scmwebgui.AccessFilter
Filters the incoming request, logging the total process time and performing the access filter.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sf.scmwebgui.GZIPFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sf.scmwebgui.ResponseHeaderFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sf.scmwebgui.ControllerServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sf.scmwebgui.ControllerServlet
 
DownloadServer - Class in net.sf.scmwebgui
DownloadServer is a HttpServlet used to retrieve files from Sconman.
DownloadServer() - Constructor for class net.sf.scmwebgui.DownloadServer
 

E

end - Variable in class net.sf.scmwebgui.CtxURI.CtxURITokenizer
 
EnvironmentHelper - Class in net.sf.scmwebgui
 
EnvironmentHelper() - Constructor for class net.sf.scmwebgui.EnvironmentHelper
 
ERROR_TEMPLATE_SESSION_ATTRIBUTE - Static variable in class net.sf.scmwebgui.ControllerServlet
Error template session attribute
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.AddCategory
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.AddCategoryProperty
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.AddContent
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.AddContentType
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.AddField
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.AddItem
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.AddRelatedContent
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.AddRole
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.AddSubscription
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.AddUser
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.AddZipContent
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.AndSearch
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.DeleteCategory
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.DeleteCategoryProperty
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.DeleteContent
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.DeleteContentType
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.DeleteField
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.DeleteItem
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.DeleteRole
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.DeleteSubscription
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.DeleteUser
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.MoveContent
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.MoveField
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.RemoveRelatedContent
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.SearchUsers
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.SendMail
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.SetLog
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.StartAgents
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.StopAgents
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.SynchronizeContents
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.UpdateCategory
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.UpdateCategoryProperty
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.UpdateContent
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.UpdateField
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.UpdateItem
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
execute(RequestContext, HttpServletRequest) - Method in class net.sf.scmwebgui.actions.UpdateUser
 
execute(RequestContext, HttpServletRequest) - Method in interface net.sf.scmwebgui.IActionHandler
Execute the actions in the IActionHandler
EXT_SYNCHRONIZER_CLASS - Static variable in class net.sf.scmwebgui.InitServletContextListener
Classname for the external synchronizer
extraContentTypes - Static variable in class net.sf.scmwebgui.ControllerServlet
 

F

fc - Variable in class net.sf.scmwebgui.ResponseHeaderFilter
 
FILEUPLOAD_CONTEXT_ATTRIBUTE - Static variable in class net.sf.scmwebgui.ControllerServlet
Multiproject context attribute
finished - Variable in class net.sf.scmwebgui.CtxURI.CtxURITokenizer
 
finishResponse() - Method in class net.sf.scmwebgui.GZIPResponseWrapper
 
flush() - Method in class net.sf.scmwebgui.GZIPResponseStream
 
flushBuffer() - Method in class net.sf.scmwebgui.GZIPResponseWrapper
 
formatDate(Date, String) - Static method in class net.sf.scmwebgui.utils.UtilsClass
 

G

get(String) - Method in class net.sf.scmwebgui.ResourceBundleWrapper
Call to ResourceBundle getString(key) method, wrapping exceptions.
getActualYear() - Method in class net.sf.scmwebgui.utils.Year
 
getAdminProject() - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
getAllowedTypes() - Method in class net.sf.scmwebgui.actions.AddCategory
 
getAllowedTypes() - Method in class net.sf.scmwebgui.actions.UpdateCategory
 
getBody() - Method in class net.sf.scmwebgui.actions.SendMail
 
getBox() - Method in class net.sf.scmwebgui.actions.AddSubscription
 
getCachedFilePath(RequestContext) - Method in class net.sf.scmwebgui.AbstractCacheFilter
Subclasses must override this method to specify the mapping between context URIs and paths to cached files
getCachedFilePath(RequestContext) - Method in class net.sf.scmwebgui.CacheFilter
Maps a context URI to a cached file path
getCachePath() - Method in class net.sf.scmwebgui.CacheCleaner
 
getCategory() - Method in class net.sf.scmwebgui.RequestContext
Returns the context category
getCategoryCachePath(String, String) - Method in class net.sf.scmwebgui.CacheFilter
 
getCategoryModify() - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
getCategoryPath() - Method in class net.sf.scmwebgui.actions.DeleteSubscription
 
getCategoryPath() - Method in class net.sf.scmwebgui.actions.MoveContent
 
getCategoryPath() - Method in class net.sf.scmwebgui.CtxURI
 
getCategoryUri(String, String, String, String) - Method in class net.sf.scmwebgui.CtxURI
Builds a category URI keeping the current context
getCategoryUri(String, String, String, String, String) - Method in class net.sf.scmwebgui.CtxURI
Builds a category URI keeping the current context with roles
getCategoryView() - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
getClassName(Object) - Static method in class net.sf.scmwebgui.utils.UtilsClass
Returns the fully qualyfied classname of the Object
getContent() - Method in class net.sf.scmwebgui.RequestContext
Get the context content
getContent(User, int) - Method in class net.sf.scmwebgui.utils.SortedSearchResults
 
getContentPath() - Method in class net.sf.scmwebgui.actions.DeleteContent
 
getContentPath() - Method in class net.sf.scmwebgui.actions.MoveContent
 
getContentPath() - Method in class net.sf.scmwebgui.actions.UpdateContent
 
getContentTypeId() - Method in class net.sf.scmwebgui.actions.AddField
 
getContentTypeId() - Method in class net.sf.scmwebgui.actions.AddItem
 
getContentTypeId() - Method in class net.sf.scmwebgui.actions.DeleteField
 
getContentTypeId() - Method in class net.sf.scmwebgui.actions.DeleteItem
 
getContentTypeId() - Method in class net.sf.scmwebgui.actions.MoveField
 
getContentTypeId() - Method in class net.sf.scmwebgui.actions.UpdateField
 
getContentTypeId() - Method in class net.sf.scmwebgui.actions.UpdateItem
 
getContentUri(Content, String) - Method in class net.sf.scmwebgui.CtxURI
Builds a template URI to show the content.
getContentUri(String, Content, String) - Method in class net.sf.scmwebgui.CtxURI
Builds a template URI to show the content.
getContentUri(String, Content, String, String) - Method in class net.sf.scmwebgui.CtxURI
Builds a template URI to show the content.
getContentUri(Content, String, String) - Method in class net.sf.scmwebgui.CtxURI
Builds a template URI to show the content with roles.
getContentUri() - Method in class net.sf.scmwebgui.CtxURI
 
getCtype() - Method in class net.sf.scmwebgui.actions.AddContent
 
getCtype() - Method in class net.sf.scmwebgui.actions.AndSearch
 
getCtypeAddNew() - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
getCtypeDelete() - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
getCtypeModify() - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
getCtypeView() - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
getDay(int, int, int) - Method in class net.sf.scmwebgui.utils.Year
 
getDefaultCategory() - Method in class net.sf.scmwebgui.actions.AddContentType
 
getDefaultCategory() - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
getDefaultFieldValue() - Method in class net.sf.scmwebgui.actions.AddZipContent
 
getDescription() - Method in class net.sf.scmwebgui.actions.AddCategory
 
getDescription() - Method in class net.sf.scmwebgui.actions.AddContentType
 
getDescription() - Method in class net.sf.scmwebgui.actions.AddField
 
getDescription() - Method in class net.sf.scmwebgui.actions.UpdateCategory
 
getDescription() - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
getDescription() - Method in class net.sf.scmwebgui.actions.UpdateField
 
getDownloadUri(String, Content) - Method in class net.sf.scmwebgui.CtxURI
Builds a URI to download a content's File/Thumbnail.
getEmail() - Method in class net.sf.scmwebgui.actions.AddUser
 
getEmail() - Method in class net.sf.scmwebgui.actions.UpdateUser
 
getEntriesForName(String) - Static method in class net.sf.scmwebgui.EnvironmentHelper
 
getEnvironmentProperty(String) - Static method in class net.sf.scmwebgui.utils.UtilsClass
Retrieves an environment property value as String
getFieldId() - Method in class net.sf.scmwebgui.actions.AddItem
 
getFieldId() - Method in class net.sf.scmwebgui.actions.DeleteItem
 
getFieldId() - Method in class net.sf.scmwebgui.actions.MoveField
 
getFieldId() - Method in class net.sf.scmwebgui.actions.UpdateItem
 
getFields() - Method in class net.sf.scmwebgui.actions.AddContent
 
getFields() - Method in class net.sf.scmwebgui.actions.AndSearch
 
getFields() - Method in class net.sf.scmwebgui.actions.UpdateContent
 
getFileExtensions() - Method in class net.sf.scmwebgui.actions.AddContentType
 
getFileExtensions() - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
getFileToLog(String) - Method in class net.sf.scmwebgui.ScmwebguiLogSubscriptionHandler
 
getFinalPath(ServletContext, String) - Static method in class net.sf.scmwebgui.InitServletContextListener
 
getFname() - Method in class net.sf.scmwebgui.actions.AddUser
 
getFname() - Method in class net.sf.scmwebgui.actions.SearchUsers
 
getFname() - Method in class net.sf.scmwebgui.actions.UpdateUser
 
getFromDate() - Method in class net.sf.scmwebgui.actions.AddContent
 
getFromDate() - Method in class net.sf.scmwebgui.actions.AddZipContent
 
getFromDate() - Method in class net.sf.scmwebgui.actions.UpdateContent
 
getGuestDownloadUri(String, Content) - Method in class net.sf.scmwebgui.CtxURI
Builds a guest URI to download a content's File/Thumbnail.
getHandler() - Method in class net.sf.scmwebgui.actions.AddContentType
 
getHandler() - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
getHistoryCategory() - Method in class net.sf.scmwebgui.actions.AddCategory
 
getHistoryCategory() - Method in class net.sf.scmwebgui.actions.UpdateCategory
 
getId() - Method in class net.sf.scmwebgui.actions.AddCategory
 
getId() - Method in class net.sf.scmwebgui.actions.AddContentType
 
getId() - Method in class net.sf.scmwebgui.actions.AddField
 
getId() - Method in class net.sf.scmwebgui.actions.DeleteContentType
 
getId() - Method in class net.sf.scmwebgui.actions.DeleteField
 
getId() - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
getId() - Method in class net.sf.scmwebgui.actions.UpdateField
 
getIndex() - Method in class net.sf.scmwebgui.CtxURI
 
getIndexAsInteger() - Method in class net.sf.scmwebgui.CtxURI
 
getIntEntry(String) - Static method in class net.sf.scmwebgui.EnvironmentHelper
 
getItemKey() - Method in class net.sf.scmwebgui.actions.AddItem
 
getItemKey() - Method in class net.sf.scmwebgui.actions.DeleteItem
 
getItemKey() - Method in class net.sf.scmwebgui.actions.UpdateItem
 
getLanguage() - Method in class net.sf.scmwebgui.actions.AddSubscription
 
getLength() - Method in class net.sf.scmwebgui.utils.SortedSearchResults
 
getLname() - Method in class net.sf.scmwebgui.actions.AddUser
 
getLname() - Method in class net.sf.scmwebgui.actions.SearchUsers
 
getLname() - Method in class net.sf.scmwebgui.actions.UpdateUser
 
getLocale() - Method in class net.sf.scmwebgui.CtxURI
 
getLocaleUri(String) - Method in class net.sf.scmwebgui.CtxURI
Returns an URI that changes the locale
getLogClass() - Method in class net.sf.scmwebgui.actions.SetLog
 
getLogin() - Method in class net.sf.scmwebgui.actions.AddUser
 
getLogin() - Method in class net.sf.scmwebgui.actions.DeleteUser
 
getLogin() - Method in class net.sf.scmwebgui.actions.SearchUsers
 
getLogin() - Method in class net.sf.scmwebgui.actions.UpdateUser
 
getLogLevel() - Method in class net.sf.scmwebgui.actions.SetLog
 
getLongEntry(String) - Static method in class net.sf.scmwebgui.EnvironmentHelper
 
getMaxLength() - Method in class net.sf.scmwebgui.actions.SearchUsers
 
getMaxLifeInCache() - Method in class net.sf.scmwebgui.CacheCleaner
 
getMultiproject(ServletContext) - Static method in class net.sf.scmwebgui.utils.UtilsClass
Returns the multiproject stored in the servlet context
getName() - Method in class net.sf.scmwebgui.actions.AddCategory
 
getName() - Method in class net.sf.scmwebgui.actions.AddContentType
 
getName() - Method in class net.sf.scmwebgui.actions.AddField
 
getName() - Method in class net.sf.scmwebgui.actions.UpdateCategory
 
getName() - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
getName() - Method in class net.sf.scmwebgui.actions.UpdateField
 
getNextToken() - Method in class net.sf.scmwebgui.CtxURI.CtxURITokenizer
 
getObject(int, int, int) - Method in class net.sf.scmwebgui.utils.Year
 
getObject(Date) - Method in class net.sf.scmwebgui.utils.Year
 
getOriginalLength() - Method in class net.sf.scmwebgui.utils.SortedSearchResults
 
getOutputStream() - Method in class net.sf.scmwebgui.GZIPResponseWrapper
 
getPageSize() - Method in class net.sf.scmwebgui.actions.AndSearch
 
getParentTemplate(String) - Static method in class net.sf.scmwebgui.TemplateFinder
 
getPassword() - Method in class net.sf.scmwebgui.actions.AddUser
 
getPassword() - Method in class net.sf.scmwebgui.actions.UpdateUser
 
getPasswordRepeated() - Method in class net.sf.scmwebgui.actions.AddUser
 
getPasswordRepeated() - Method in class net.sf.scmwebgui.actions.UpdateUser
 
getPeriod() - Method in class net.sf.scmwebgui.actions.AddSubscription
 
getPeriod() - Method in class net.sf.scmwebgui.CacheCleaner
 
getProject() - Method in class net.sf.scmwebgui.CtxURI
 
getProject() - Method in class net.sf.scmwebgui.RequestContext
Returns the context project
getPropertyKey() - Method in class net.sf.scmwebgui.actions.AddCategoryProperty
 
getPropertyKey() - Method in class net.sf.scmwebgui.actions.DeleteCategoryProperty
 
getPropertyKey() - Method in class net.sf.scmwebgui.actions.UpdateCategoryProperty
 
getPropertyValue() - Method in class net.sf.scmwebgui.actions.AddCategoryProperty
 
getPropertyValue() - Method in class net.sf.scmwebgui.actions.UpdateCategoryProperty
 
getQuery() - Method in class net.sf.scmwebgui.actions.AndSearch
 
getReferencedType() - Method in class net.sf.scmwebgui.actions.AddField
 
getReferencedType() - Method in class net.sf.scmwebgui.actions.UpdateField
 
getRelatedContentPath() - Method in class net.sf.scmwebgui.actions.AddRelatedContent
 
getRelatedContentPath() - Method in class net.sf.scmwebgui.actions.RemoveRelatedContent
 
getResourceBundleWrapper(String) - Static method in class net.sf.scmwebgui.I18NProvider
Returns a ResourceBundleWrapper for the locale passed as parameter.
getRoleId() - Method in class net.sf.scmwebgui.actions.AddRole
 
getRoleId() - Method in class net.sf.scmwebgui.actions.DeleteRole
 
getRoleId() - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
getRoles() - Method in class net.sf.scmwebgui.actions.AddUser
 
getRoles() - Method in class net.sf.scmwebgui.actions.UpdateUser
 
getRoles() - Method in class net.sf.scmwebgui.CtxURI
 
getScore(int) - Method in class net.sf.scmwebgui.utils.SortedSearchResults
 
getScoreAsPercentile(int, int) - Method in class net.sf.scmwebgui.utils.SortedSearchResults
 
getSearchTime() - Method in class net.sf.scmwebgui.utils.SortedSearchResults
 
getSendTo() - Method in class net.sf.scmwebgui.actions.AddSubscription
 
getSendToEmail() - Method in class net.sf.scmwebgui.actions.SendMail
 
getSize() - Method in class net.sf.scmwebgui.actions.AddField
 
getSize() - Method in class net.sf.scmwebgui.actions.UpdateField
 
getSmtpFrom() - Method in class net.sf.scmwebgui.actions.SendMail
 
getSmtpHost() - Method in class net.sf.scmwebgui.actions.SendMail
 
getSmtpPort() - Method in class net.sf.scmwebgui.actions.SendMail
 
getStringEntry(String) - Static method in class net.sf.scmwebgui.EnvironmentHelper
 
getSubaction() - Method in class net.sf.scmwebgui.actions.MoveField
 
getSubject() - Method in class net.sf.scmwebgui.actions.SendMail
 
getTemplate() - Method in class net.sf.scmwebgui.CtxURI
 
getTemplate(String) - Method in class net.sf.scmwebgui.TemplateFinder
Returns the path to the more specific template, known the template name
getTemplate(String, String) - Method in class net.sf.scmwebgui.TemplateFinder
Returns the path to the more specific template, known the template name and a prefix
getToDate() - Method in class net.sf.scmwebgui.actions.AddContent
 
getToDate() - Method in class net.sf.scmwebgui.actions.AddZipContent
 
getToDate() - Method in class net.sf.scmwebgui.actions.UpdateContent
 
getType() - Method in class net.sf.scmwebgui.actions.AddField
 
getUri() - Method in class net.sf.scmwebgui.RequestContext
Returns the context URI
getUser() - Method in class net.sf.scmwebgui.RequestContext
 
getValue() - Method in class net.sf.scmwebgui.actions.AddItem
 
getValue() - Method in class net.sf.scmwebgui.actions.UpdateItem
 
getWriter() - Method in class net.sf.scmwebgui.GZIPResponseWrapper
 
getYearArray() - Method in class net.sf.scmwebgui.utils.Year
Returns an int[month][weekInMonth][dayOfWeek] array with the day of the month at position
month range is [0..12]=[JANUARY..DECEMBER] weekInMonth range is [0..5] dayOfWeek range is [0..6]=[MONDAY/SUNDAY..SUNDAY/SATURDAY] depending on creation parameter firstDayOfWeek.
getYearContent(User, Category, String, String) - Static method in class net.sf.scmwebgui.utils.UtilsClass
 
GZIPFilter - Class in net.sf.scmwebgui
 
GZIPFilter() - Constructor for class net.sf.scmwebgui.GZIPFilter
 
GZIPResponseStream - Class in net.sf.scmwebgui
 
GZIPResponseStream(HttpServletResponse) - Constructor for class net.sf.scmwebgui.GZIPResponseStream
 
GZIPResponseWrapper - Class in net.sf.scmwebgui
 
GZIPResponseWrapper(HttpServletResponse) - Constructor for class net.sf.scmwebgui.GZIPResponseWrapper
 
gzipstream - Variable in class net.sf.scmwebgui.GZIPResponseStream
 

H

handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class net.sf.scmwebgui.TemplateServlet
main routine to handle a request.
hasMoreTokens() - Method in class net.sf.scmwebgui.CtxURI.CtxURITokenizer
 

I

I18NProvider - Class in net.sf.scmwebgui
This class provides i18n internationalization for the interface elements
I18NProvider() - Constructor for class net.sf.scmwebgui.I18NProvider
 
IActionHandler - Interface in net.sf.scmwebgui
An action handler is a handler to work with contents in Sconman Web Gui.
init(FilterConfig) - Method in class net.sf.scmwebgui.AbstractCacheFilter
Initializes this filter
init(FilterConfig) - Method in class net.sf.scmwebgui.AccessFilter
Initializes access filter, instantiating a Multiproject object from the initial parameter "multiprojectRoot"
init() - Method in class net.sf.scmwebgui.ControllerServlet
Servlet initialization.
init(FilterConfig) - Method in class net.sf.scmwebgui.GZIPFilter
 
init(FilterConfig) - Method in class net.sf.scmwebgui.ResponseHeaderFilter
 
init(ServletConfig) - Method in class net.sf.scmwebgui.TemplateServlet
Initializes the servlet
InitServletContextListener - Class in net.sf.scmwebgui
 
InitServletContextListener() - Constructor for class net.sf.scmwebgui.InitServletContextListener
 
invalidateCache(String, boolean) - Method in class net.sf.scmwebgui.AbstractCacheFilter
Invalidates cache
invalidateContentCache(String) - Method in class net.sf.scmwebgui.AbstractCacheFilter
 
isCalculated() - Method in class net.sf.scmwebgui.actions.AddField
 
isCalculated() - Method in class net.sf.scmwebgui.actions.UpdateField
 
isGlobal() - Method in class net.sf.scmwebgui.actions.AndSearch
 
isGuestDownloadUri() - Method in class net.sf.scmwebgui.CtxURI
 
isInternationalized() - Method in class net.sf.scmwebgui.actions.AddField
 
isInternationalized() - Method in class net.sf.scmwebgui.actions.UpdateField
 
isRoot(String) - Static method in class net.sf.scmwebgui.TemplateFinder
 
isSubcategories() - Method in class net.sf.scmwebgui.actions.AndSearch
 
isUnique() - Method in class net.sf.scmwebgui.actions.AddField
 
isUnique() - Method in class net.sf.scmwebgui.actions.UpdateField
 

L

loadConfiguration(ServletConfig) - Method in class net.sf.scmwebgui.TemplateServlet
Called by the VelocityServlet init().
LOG_FILE - Static variable in class net.sf.scmwebgui.InitServletContextListener
Log file initialization parameter name
LOG_LEVEL - Static variable in class net.sf.scmwebgui.InitServletContextListener
Log level initialization parameter name

M

main(String[]) - Static method in class net.sf.scmwebgui.tools.ScmwebguiLogSubscriptionsMailer
Log subscription mailer launcher.
main(String[]) - Static method in class net.sf.scmwebgui.utils.UtilsClass
 
maxLifeInCache - Variable in class net.sf.scmwebgui.CacheCleaner
 
MoveContent - Class in net.sf.scmwebgui.actions
This IActionHandler moves a Content stored in Sconman.
MoveContent() - Constructor for class net.sf.scmwebgui.actions.MoveContent
 
MoveField - Class in net.sf.scmwebgui.actions
This IActionHandler moves a Field in selected Content Type.
MoveField() - Constructor for class net.sf.scmwebgui.actions.MoveField
 
MULTIPROJECT_CONTEXT_ATTRIBUTE - Static variable in class net.sf.scmwebgui.utils.UtilsClass
Multiproject context attribute
MULTIPROJECT_INDEXES_ROOT_INIT_PARAM - Static variable in class net.sf.scmwebgui.InitServletContextListener
This initial parameter specifies the multiproject root in the filesystem for the indexes (may differ that of data in a distributed environment)
MULTIPROJECT_ROOT_INIT_PARAM - Static variable in class net.sf.scmwebgui.InitServletContextListener
This initial parameter specifies the multiproject root in the filesystem

N

net.sf.scmwebgui - package net.sf.scmwebgui
SCMWEBGUI is a web application that provides a web user interface for SCONMAN.
net.sf.scmwebgui.actions - package net.sf.scmwebgui.actions
 
net.sf.scmwebgui.tools - package net.sf.scmwebgui.tools
 
net.sf.scmwebgui.utils - package net.sf.scmwebgui.utils
 

O

onBeginProcessing() - Method in class net.sf.scmwebgui.tools.ScmwebguiLogSubscriptionsMailer
 
onBeginSending(String, String, String, String) - Method in class net.sf.scmwebgui.tools.ScmwebguiLogSubscriptionsMailer
 
onCategoryAdded(Category, Category) - Method in class net.sf.scmwebgui.CacheFilter
 
onCategoryModified(Category) - Method in class net.sf.scmwebgui.CacheFilter
 
onCategoryRemoved(Category, String) - Method in class net.sf.scmwebgui.CacheFilter
 
onChangeProperty(Category, String) - Method in class net.sf.scmwebgui.CacheFilter
 
onClose(Project) - Method in class net.sf.scmwebgui.CacheFilter
 
onEndProcessing() - Method in class net.sf.scmwebgui.tools.ScmwebguiLogSubscriptionsMailer
 
onEndSending(String) - Method in class net.sf.scmwebgui.tools.ScmwebguiLogSubscriptionsMailer
 
onLoadProject() - Method in class net.sf.scmwebgui.CacheFilter
 
origResponse - Variable in class net.sf.scmwebgui.GZIPResponseWrapper
 
output - Variable in class net.sf.scmwebgui.GZIPResponseStream
 

P

parseInt(String) - Static method in class net.sf.scmwebgui.utils.UtilsClass
 
parseUri(String) - Method in class net.sf.scmwebgui.CtxURI
Parses a String, extracting all the context info on it
period - Variable in class net.sf.scmwebgui.CacheCleaner
 
process(HttpServletRequest, HttpServletResponse) - Method in class net.sf.scmwebgui.ControllerServlet
Processes requests...
processEntry(String, String, String, String, String, String) - Method in class net.sf.scmwebgui.tools.ScmwebguiLogSubscriptionsMailer
 
PROJECT_STRUCTURE_INIT_PARAM - Static variable in class net.sf.scmwebgui.AccessFilter
This filter's initial parameter specifies the file name used in all the projects for the multiproject

R

RemoveRelatedContent - Class in net.sf.scmwebgui.actions
This IActionHandler removes a related Content to a Content.
RemoveRelatedContent() - Constructor for class net.sf.scmwebgui.actions.RemoveRelatedContent
 
REQUEST_CTX_ATTRIB - Static variable in class net.sf.scmwebgui.AccessFilter
Request attribute for RequestContext object
RequestContext - Class in net.sf.scmwebgui
This class holds all the context info associated to the user request, as the context URI, the project, category, and so on.
RequestContext(Multiproject, CtxURI, String) - Constructor for class net.sf.scmwebgui.RequestContext
Creates a new RequestContex known the context URI and the associated Multiproject
reset() - Method in class net.sf.scmwebgui.GZIPResponseStream
 
ResourceBundleWrapper - Class in net.sf.scmwebgui
This wrapper is used to capture exceptions calling ResourceBundle.getString() method.
ResourceBundleWrapper(ResourceBundle) - Constructor for class net.sf.scmwebgui.ResourceBundleWrapper
Default constructor
response - Variable in class net.sf.scmwebgui.GZIPResponseStream
 
ResponseHeaderFilter - Class in net.sf.scmwebgui
 
ResponseHeaderFilter() - Constructor for class net.sf.scmwebgui.ResponseHeaderFilter
 

S

ScmwebguiLogSubscriptionHandler - Class in net.sf.scmwebgui
 
ScmwebguiLogSubscriptionHandler(String, String) - Constructor for class net.sf.scmwebgui.ScmwebguiLogSubscriptionHandler
 
ScmwebguiLogSubscriptionsMailer - Class in net.sf.scmwebgui.tools
 
ScmwebguiLogSubscriptionsMailer(String, File, Properties, int) - Constructor for class net.sf.scmwebgui.tools.ScmwebguiLogSubscriptionsMailer
 
ScmwebguiLogSubscriptionsMailer(String, InputStream, Properties, int) - Constructor for class net.sf.scmwebgui.tools.ScmwebguiLogSubscriptionsMailer
 
SearchUsers - Class in net.sf.scmwebgui.actions
This IActionHandler launch a search of Users in sconman.
SearchUsers() - Constructor for class net.sf.scmwebgui.actions.SearchUsers
 
SendMail - Class in net.sf.scmwebgui.actions
This IActionHandler sends a mail to a email address.
SendMail() - Constructor for class net.sf.scmwebgui.actions.SendMail
 
SEPARATOR - Static variable in class net.sf.scmwebgui.CtxURI
The URI parts separator
service(HttpServletRequest, HttpServletResponse) - Method in class net.sf.scmwebgui.DownloadServer
Method to return an OutputStream containing the requested file.
servletCtx - Variable in class net.sf.scmwebgui.AccessFilter
 
setAdminProject(String) - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
setAllowedTypes(Map) - Method in class net.sf.scmwebgui.actions.AddCategory
 
setAllowedTypes(Map) - Method in class net.sf.scmwebgui.actions.UpdateCategory
 
setBody(Object) - Method in class net.sf.scmwebgui.actions.SendMail
 
setBox(String) - Method in class net.sf.scmwebgui.actions.AddSubscription
 
setCachePath(String) - Method in class net.sf.scmwebgui.CacheCleaner
 
setCalculated(boolean) - Method in class net.sf.scmwebgui.actions.AddField
 
setCalculated(boolean) - Method in class net.sf.scmwebgui.actions.UpdateField
 
setCategoryModify(Map) - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
setCategoryPath(String) - Method in class net.sf.scmwebgui.actions.DeleteSubscription
 
setCategoryPath(String) - Method in class net.sf.scmwebgui.actions.MoveContent
 
setCategoryPath(String) - Method in class net.sf.scmwebgui.CtxURI
 
setCategoryView(Map) - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
setConsoleLog(String) - Static method in class net.sf.scmwebgui.InitServletContextListener
Sets a console log
setContentLength(int) - Method in class net.sf.scmwebgui.GZIPResponseWrapper
 
setContentPath(String) - Method in class net.sf.scmwebgui.actions.DeleteContent
 
setContentPath(String) - Method in class net.sf.scmwebgui.actions.MoveContent
 
setContentPath(String) - Method in class net.sf.scmwebgui.actions.UpdateContent
 
setContentTypeId(String) - Method in class net.sf.scmwebgui.actions.AddField
 
setContentTypeId(String) - Method in class net.sf.scmwebgui.actions.AddItem
 
setContentTypeId(String) - Method in class net.sf.scmwebgui.actions.DeleteField
 
setContentTypeId(String) - Method in class net.sf.scmwebgui.actions.DeleteItem
 
setContentTypeId(String) - Method in class net.sf.scmwebgui.actions.MoveField
 
setContentTypeId(String) - Method in class net.sf.scmwebgui.actions.UpdateField
 
setContentTypeId(String) - Method in class net.sf.scmwebgui.actions.UpdateItem
 
setContentUri(String) - Method in class net.sf.scmwebgui.CtxURI
 
setCtype(String) - Method in class net.sf.scmwebgui.actions.AddContent
 
setCtype(String) - Method in class net.sf.scmwebgui.actions.AndSearch
 
setCtypeAddNew(Map) - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
setCtypeDelete(Map) - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
setCtypeModify(Map) - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
setCtypeView(Map) - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
setDefaultCategory(String) - Method in class net.sf.scmwebgui.actions.AddContentType
 
setDefaultCategory(String) - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
setDefaultFieldValue(String) - Method in class net.sf.scmwebgui.actions.AddZipContent
 
setDescription(String) - Method in class net.sf.scmwebgui.actions.AddCategory
 
setDescription(String) - Method in class net.sf.scmwebgui.actions.AddContentType
 
setDescription(String) - Method in class net.sf.scmwebgui.actions.AddField
 
setDescription(String) - Method in class net.sf.scmwebgui.actions.UpdateCategory
 
setDescription(String) - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
setDescription(String) - Method in class net.sf.scmwebgui.actions.UpdateField
 
setEmail(String) - Method in class net.sf.scmwebgui.actions.AddUser
 
setEmail(String) - Method in class net.sf.scmwebgui.actions.UpdateUser
 
setFieldId(String) - Method in class net.sf.scmwebgui.actions.AddItem
 
setFieldId(String) - Method in class net.sf.scmwebgui.actions.DeleteItem
 
setFieldId(String) - Method in class net.sf.scmwebgui.actions.MoveField
 
setFieldId(String) - Method in class net.sf.scmwebgui.actions.UpdateItem
 
setFields(Map) - Method in class net.sf.scmwebgui.actions.AddContent
 
setFields(Map) - Method in class net.sf.scmwebgui.actions.AndSearch
 
setFields(Map) - Method in class net.sf.scmwebgui.actions.UpdateContent
 
setFileExtensions(String) - Method in class net.sf.scmwebgui.actions.AddContentType
 
setFileExtensions(String) - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
setFileLog(String, String) - Static method in class net.sf.scmwebgui.InitServletContextListener
Sets a file log
setFileLog(Logger, Handler, String) - Static method in class net.sf.scmwebgui.InitServletContextListener
Sets the package log
setFname(String) - Method in class net.sf.scmwebgui.actions.AddUser
 
setFname(String) - Method in class net.sf.scmwebgui.actions.SearchUsers
 
setFname(String) - Method in class net.sf.scmwebgui.actions.UpdateUser
 
setFromDate(String) - Method in class net.sf.scmwebgui.actions.AddContent
 
setFromDate(String) - Method in class net.sf.scmwebgui.actions.AddZipContent
 
setFromDate(String) - Method in class net.sf.scmwebgui.actions.UpdateContent
 
setGlobal(boolean) - Method in class net.sf.scmwebgui.actions.AndSearch
 
setHandler(String) - Method in class net.sf.scmwebgui.actions.AddContentType
 
setHandler(String) - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
setHistoryCategory(String) - Method in class net.sf.scmwebgui.actions.AddCategory
 
setHistoryCategory(String) - Method in class net.sf.scmwebgui.actions.UpdateCategory
 
setId(String) - Method in class net.sf.scmwebgui.actions.AddCategory
 
setId(String) - Method in class net.sf.scmwebgui.actions.AddContentType
 
setId(String) - Method in class net.sf.scmwebgui.actions.AddField
 
setId(String) - Method in class net.sf.scmwebgui.actions.DeleteContentType
 
setId(String) - Method in class net.sf.scmwebgui.actions.DeleteField
 
setId(String) - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
setId(String) - Method in class net.sf.scmwebgui.actions.UpdateField
 
setIndex(String) - Method in class net.sf.scmwebgui.CtxURI
 
setInternationalized(boolean) - Method in class net.sf.scmwebgui.actions.AddField
 
setInternationalized(boolean) - Method in class net.sf.scmwebgui.actions.UpdateField
 
setItemKey(String) - Method in class net.sf.scmwebgui.actions.AddItem
 
setItemKey(String) - Method in class net.sf.scmwebgui.actions.DeleteItem
 
setItemKey(String) - Method in class net.sf.scmwebgui.actions.UpdateItem
 
setLanguage(String) - Method in class net.sf.scmwebgui.actions.AddSubscription
 
setLname(String) - Method in class net.sf.scmwebgui.actions.AddUser
 
setLname(String) - Method in class net.sf.scmwebgui.actions.SearchUsers
 
setLname(String) - Method in class net.sf.scmwebgui.actions.UpdateUser
 
setLocale(String) - Method in class net.sf.scmwebgui.CtxURI
 
SetLog - Class in net.sf.scmwebgui.actions
This IActionHandler activates logs in this application.
SetLog() - Constructor for class net.sf.scmwebgui.actions.SetLog
 
setLog(Handler, String) - Static method in class net.sf.scmwebgui.InitServletContextListener
Sets the package log
setLogClass(String) - Method in class net.sf.scmwebgui.actions.SetLog
 
setLogin(String) - Method in class net.sf.scmwebgui.actions.AddUser
 
setLogin(String) - Method in class net.sf.scmwebgui.actions.DeleteUser
 
setLogin(String) - Method in class net.sf.scmwebgui.actions.SearchUsers
 
setLogin(String) - Method in class net.sf.scmwebgui.actions.UpdateUser
 
setLogLevel(String) - Method in class net.sf.scmwebgui.actions.SetLog
 
setMaxLength(int) - Method in class net.sf.scmwebgui.actions.SearchUsers
 
setMaxLifeInCache(long) - Method in class net.sf.scmwebgui.CacheCleaner
 
setMultiproject(ServletContext, Multiproject) - Static method in class net.sf.scmwebgui.utils.UtilsClass
Sets the multiproject in the servlet context
setName(String) - Method in class net.sf.scmwebgui.actions.AddCategory
 
setName(String) - Method in class net.sf.scmwebgui.actions.AddContentType
 
setName(String) - Method in class net.sf.scmwebgui.actions.AddField
 
setName(String) - Method in class net.sf.scmwebgui.actions.UpdateCategory
 
setName(String) - Method in class net.sf.scmwebgui.actions.UpdateContentType
 
setName(String) - Method in class net.sf.scmwebgui.actions.UpdateField
 
setPageSize(String) - Method in class net.sf.scmwebgui.actions.AndSearch
 
setPassword(String) - Method in class net.sf.scmwebgui.actions.AddUser
 
setPassword(String) - Method in class net.sf.scmwebgui.actions.UpdateUser
 
setPasswordRepeated(String) - Method in class net.sf.scmwebgui.actions.AddUser
 
setPasswordRepeated(String) - Method in class net.sf.scmwebgui.actions.UpdateUser
 
setPeriod(String) - Method in class net.sf.scmwebgui.actions.AddSubscription
 
setPeriod(long) - Method in class net.sf.scmwebgui.CacheCleaner
 
setProject(String) - Method in class net.sf.scmwebgui.CtxURI
 
setPropertyKey(String) - Method in class net.sf.scmwebgui.actions.AddCategoryProperty
 
setPropertyKey(String) - Method in class net.sf.scmwebgui.actions.DeleteCategoryProperty
 
setPropertyKey(String) - Method in class net.sf.scmwebgui.actions.UpdateCategoryProperty
 
setPropertyValue(String) - Method in class net.sf.scmwebgui.actions.AddCategoryProperty
 
setPropertyValue(String) - Method in class net.sf.scmwebgui.actions.UpdateCategoryProperty
 
setQuery(String) - Method in class net.sf.scmwebgui.actions.AndSearch
 
setReferencedType(String) - Method in class net.sf.scmwebgui.actions.AddField
 
setReferencedType(String) - Method in class net.sf.scmwebgui.actions.UpdateField
 
setRelatedContentPath(String) - Method in class net.sf.scmwebgui.actions.AddRelatedContent
 
setRelatedContentPath(String) - Method in class net.sf.scmwebgui.actions.RemoveRelatedContent
 
setRoleId(String) - Method in class net.sf.scmwebgui.actions.AddRole
 
setRoleId(String) - Method in class net.sf.scmwebgui.actions.DeleteRole
 
setRoleId(String) - Method in class net.sf.scmwebgui.actions.UpdatePermissions
 
setRoles(Map) - Method in class net.sf.scmwebgui.actions.AddUser
 
setRoles(Map) - Method in class net.sf.scmwebgui.actions.UpdateUser
 
setRoles(String) - Method in class net.sf.scmwebgui.CtxURI
 
setSendTo(String) - Method in class net.sf.scmwebgui.actions.AddSubscription
 
setSendToEmail(String) - Method in class net.sf.scmwebgui.actions.SendMail
 
setSize(int) - Method in class net.sf.scmwebgui.actions.AddField
 
setSize(int) - Method in class net.sf.scmwebgui.actions.UpdateField
 
setSmtpFrom(String) - Method in class net.sf.scmwebgui.actions.SendMail
 
setSmtpHost(String) - Method in class net.sf.scmwebgui.actions.SendMail
 
setSmtpPort(String) - Method in class net.sf.scmwebgui.actions.SendMail
 
setSubaction(String) - Method in class net.sf.scmwebgui.actions.MoveField
 
setSubcategories(boolean) - Method in class net.sf.scmwebgui.actions.AndSearch
 
setSubject(String) - Method in class net.sf.scmwebgui.actions.SendMail
 
setTemplate(String) - Method in class net.sf.scmwebgui.CtxURI
 
setToDate(String) - Method in class net.sf.scmwebgui.actions.AddContent
 
setToDate(String) - Method in class net.sf.scmwebgui.actions.AddZipContent
 
setToDate(String) - Method in class net.sf.scmwebgui.actions.UpdateContent
 
setType(String) - Method in class net.sf.scmwebgui.actions.AddField
 
setUnique(boolean) - Method in class net.sf.scmwebgui.actions.AddField
 
setUnique(boolean) - Method in class net.sf.scmwebgui.actions.UpdateField
 
setUser(User) - Method in class net.sf.scmwebgui.RequestContext
 
setValue(String) - Method in class net.sf.scmwebgui.actions.AddItem
 
setValue(String) - Method in class net.sf.scmwebgui.actions.UpdateItem
 
shouldCache(HttpServletRequest) - Method in class net.sf.scmwebgui.AbstractCacheFilter
Subclases must override this method to define the criteria for caching the response, given a user request
shouldCache(HttpServletRequest) - Method in class net.sf.scmwebgui.CacheFilter
No cache when request attribute "__cache" equals "bypass"
shouldRefresh(HttpServletRequest) - Method in class net.sf.scmwebgui.AbstractCacheFilter
Subclasses must override this method to return whether a cached request should be refreshed or not.
shouldRefresh(HttpServletRequest) - Method in class net.sf.scmwebgui.CacheFilter
Refresh when request attribute "__cache" equals "refresh"
sort(User, ISearchResults, int, int, String, boolean) - Static method in class net.sf.scmwebgui.utils.UtilsClass
Sorts the search result by the sortField
SortedSearchResults - Class in net.sf.scmwebgui.utils
This class is a wrapper that ensures that the wrapped SearchResults is closed
SortedSearchResults(User, ISearchResults, int, int, String, boolean) - Constructor for class net.sf.scmwebgui.utils.SortedSearchResults
Builds a new safe search results wrapper
StartAgents - Class in net.sf.scmwebgui.actions
This IActionHandler starts all the agents of the project.
StartAgents() - Constructor for class net.sf.scmwebgui.actions.StartAgents
 
startCleanProcess() - Method in class net.sf.scmwebgui.CacheCleaner
 
StopAgents - Class in net.sf.scmwebgui.actions
This IActionHandler stops all the agents of the project.
StopAgents() - Constructor for class net.sf.scmwebgui.actions.StopAgents
 
stopCleanProcess() - Method in class net.sf.scmwebgui.CacheCleaner
 
stream - Variable in class net.sf.scmwebgui.GZIPResponseWrapper
 
structureFileName - Variable in class net.sf.scmwebgui.AccessFilter
 
SUBSCRIPTIONS_ROOT_INIT_PARAM - Static variable in class net.sf.scmwebgui.AccessFilter
This filter's initial parameter specifies the multiproject root in the filesystem
SynchronizeContents - Class in net.sf.scmwebgui.actions
This IActionHandler synchronize current project:
SynchronizeContents() - Constructor for class net.sf.scmwebgui.actions.SynchronizeContents
 

T

TemplateFinder - Class in net.sf.scmwebgui
This class is responsible for template finding, acording to the following context inheritance rules: Project's templates : First look at project/categoryPath .
TemplateFinder(VelocityServlet, RequestContext, Hashtable) - Constructor for class net.sf.scmwebgui.TemplateFinder
Main constructor
TemplateFinder(String, String, Hashtable) - Constructor for class net.sf.scmwebgui.TemplateFinder
This method is used in subscriptions.
TemplateServlet - Class in net.sf.scmwebgui
TemplateServlet uses jakarta's Velocity project to return the GUI for the user.
TemplateServlet() - Constructor for class net.sf.scmwebgui.TemplateServlet
 
timer - Variable in class net.sf.scmwebgui.CacheCleaner
 
toString() - Method in class net.sf.scmwebgui.CtxURI
Returns a String representation of this Request context
toString(String, String, String, String, String, String, String) - Method in class net.sf.scmwebgui.CtxURI
 
toString() - Method in class net.sf.scmwebgui.utils.Year
 

U

UpdateCategory - Class in net.sf.scmwebgui.actions
This IActionHandler updates current Category calling the handler with parameters: 'name' - Category name in current locale.
UpdateCategory() - Constructor for class net.sf.scmwebgui.actions.UpdateCategory
 
UpdateCategoryProperty - Class in net.sf.scmwebgui.actions
This IActionHandler updates a property valuein current Category.
UpdateCategoryProperty() - Constructor for class net.sf.scmwebgui.actions.UpdateCategoryProperty
 
UpdateContent - Class in net.sf.scmwebgui.actions
This IActionHandler updates a Content stored in sconman.
UpdateContent() - Constructor for class net.sf.scmwebgui.actions.UpdateContent
 
UpdateContentType - Class in net.sf.scmwebgui.actions
This IActionHandler updates a Content Type in current Project.
UpdateContentType() - Constructor for class net.sf.scmwebgui.actions.UpdateContentType
 
UpdateField - Class in net.sf.scmwebgui.actions
This IActionHandler updates a Field to selected Content Type.
UpdateField() - Constructor for class net.sf.scmwebgui.actions.UpdateField
 
UpdateItem - Class in net.sf.scmwebgui.actions
This IActionHandler updates a Item to selected Field List.
UpdateItem() - Constructor for class net.sf.scmwebgui.actions.UpdateItem
 
UpdatePermissions - Class in net.sf.scmwebgui.actions
This IActionHandler updates permissions over a Role.
UpdatePermissions() - Constructor for class net.sf.scmwebgui.actions.UpdatePermissions
 
UpdateUser - Class in net.sf.scmwebgui.actions
This IActionHandler updates data of User.
UpdateUser() - Constructor for class net.sf.scmwebgui.actions.UpdateUser
 
uri - Variable in class net.sf.scmwebgui.CtxURI.CtxURITokenizer
 
urlEncode(String) - Static method in class net.sf.scmwebgui.utils.UtilsClass
 
USER_SESSION_ATTRIBUTE - Static variable in class net.sf.scmwebgui.AccessFilter
User session attribute
UtilsClass - Class in net.sf.scmwebgui.utils
This class is composed by static methods in Velocity context $utils.method()
UtilsClass() - Constructor for class net.sf.scmwebgui.utils.UtilsClass
 

W

write(int) - Method in class net.sf.scmwebgui.GZIPResponseStream
 
write(byte[]) - Method in class net.sf.scmwebgui.GZIPResponseStream
 
write(byte[], int, int) - Method in class net.sf.scmwebgui.GZIPResponseStream
 
writer - Variable in class net.sf.scmwebgui.GZIPResponseWrapper
 

Y

Year - Class in net.sf.scmwebgui.utils
This class represents a year
Year(int) - Constructor for class net.sf.scmwebgui.utils.Year
This constructor generates an array of months for the year passed as parameter.
Year(int, int) - Constructor for class net.sf.scmwebgui.utils.Year
This constructor generates an array of months for the year passed as parameter.

A B C D E F G H I L M N O P R S T U W Y

Copyright null null. All Rights Reserved.