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 Action to display the space- or global-specific styles based on active colour scheme and theme on the relevant space or global scope. 
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  
StylesheetAction This class is deprecated. since 2.8 because this is a cluttered mess with a variety of concerns. Use CombinedStylesheetAction for space or global scoped styles; ColorsStylesheetAction for colour scheme styles; or ThemeColorsStylesheetAction for theme-specific styles.  
ThemeColorsStylesheetAction Used for rendering theme stylesheets which are Velocity templates. 
XsrfTokenExpiredAction Global result for an xsrf token timeout.