package

com.atlassian.confluence.core.actions

Interfaces

HttpCacheValidatable Actions that wish to be served to browsers/clients with http cache validation headers (Last-Modified and etag) should implement this interface. 
LastModifiedAware This interface is deprecated. since 3.1 use HttpCacheValidatable instead.  

Classes

AdminStylesheetAction Ensures admin pages always use the default theme's styles. 
AttachmentNotFoundAction  
ColorsStylesheetAction Used for rendering Confluence's color stylesheet, using either the global or space color scheme. 
CombinedStylesheetAction This class is deprecated. Since 4.0. Do not use this as this results in CSS imports. Use the methods on ConfluenceWebResourceManager instead.  
CustomStylesheetAction This action will retrieve the customer stylesheet for a space or if not applicable the global style. 
FourOhFourAction Simply sets 404 status and returns 404 page to the user. 
LastModifiedInterceptor  
RedirectActionHelper  
RssDescriptor This class describes an RSS feed. 
ServiceBackedActionHelper  
ThemeColorsStylesheetAction Used for rendering theme stylesheets which are Velocity templates. 
XsrfTokenExpiredAction Global result for an xsrf token timeout.