|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.atlassian.confluence.core.ConfluenceActionSupport
com.atlassian.confluence.core.actions.StylesheetAction
CombinedStylesheetAction
for space or global scoped styles; ColorsStylesheetAction
for
colour scheme styles; or ThemeColorsStylesheetAction
for theme-specific styles.
public class StylesheetAction
Action to display the customised stylesheet for the site.
Field Summary | |
---|---|
static org.apache.log4j.Logger |
log
Deprecated. |
static String |
RESULT_SETUP
Deprecated. |
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
---|
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, permissionManager, permitted, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
StylesheetAction()
Deprecated. Default constructor for WebWork |
|
StylesheetAction(ColourScheme colourScheme)
Deprecated. If we want to construct it without executing it in a web context |
Method Summary | |
---|---|
String |
execute()
Deprecated. |
String |
executeForAdmin()
Deprecated. |
ColorSchemeBean |
getColourScheme()
Deprecated. |
Editor |
getEditor()
Deprecated. |
LastModifiedHandler |
getLastModifiedHandler()
Deprecated. |
static LastModifiedHandler |
getLastModifiedHandlerForSpace(String spaceKey)
Deprecated. |
String |
getSpaceKey()
Deprecated. |
String |
getStylesheetLocation()
Deprecated. |
Theme |
getTheme()
Deprecated. |
boolean |
isForWysiwyg()
Deprecated. |
boolean |
isPermitted()
Deprecated. |
boolean |
isUserAgentIE()
Deprecated. |
void |
setColourSchemeManager(ColourSchemeManager colourSchemeManager)
Deprecated. |
void |
setEditorManager(EditorManager editorManager)
Deprecated. |
void |
setForWysiwyg(boolean forWysiwyg)
Deprecated. |
void |
setPluginAccessor(PluginAccessor pluginAccessor)
Deprecated. |
void |
setPluginCompleteKey(String pluginCompleteKey)
Deprecated. |
void |
setSpaceKey(String spaceKey)
Deprecated. |
void |
setStylesheetName(String stylesheetName)
Deprecated. |
void |
setThemeManager(ThemeManager themeManager)
Deprecated. |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.log4j.Logger log
public static final String RESULT_SETUP
Constructor Detail |
---|
public StylesheetAction()
public StylesheetAction(ColourScheme colourScheme)
Method Detail |
---|
public boolean isPermitted()
isPermitted
in class ConfluenceActionSupport
public String executeForAdmin() throws Exception
Exception
public String execute() throws Exception
execute
in interface Action
execute
in class ActionSupport
Exception
public String getStylesheetLocation()
public void setSpaceKey(String spaceKey)
public String getSpaceKey()
public void setPluginCompleteKey(String pluginCompleteKey)
public void setStylesheetName(String stylesheetName)
public ColorSchemeBean getColourScheme()
public void setColourSchemeManager(ColourSchemeManager colourSchemeManager)
public boolean isForWysiwyg()
public void setForWysiwyg(boolean forWysiwyg)
public Editor getEditor()
public void setEditorManager(EditorManager editorManager)
public LastModifiedHandler getLastModifiedHandler()
getLastModifiedHandler
in interface LastModifiedAware
public static LastModifiedHandler getLastModifiedHandlerForSpace(String spaceKey)
public boolean isUserAgentIE()
public void setThemeManager(ThemeManager themeManager)
public Theme getTheme()
public void setPluginAccessor(PluginAccessor pluginAccessor)
setPluginAccessor
in class ConfluenceActionSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |