|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.plugin.webresource.DefaultCssResourceCounterManager
public class DefaultCssResourceCounterManager
| Constructor Summary | |
|---|---|
DefaultCssResourceCounterManager()
|
|
| Method Summary | |
|---|---|
int |
getGlobalCssResourceCounter()
Get the resource counter for the global CSS file. |
int |
getSpaceCssResourceCounter(java.lang.String spaceKey)
Get the resource counter for a particular space's CSS file. |
void |
invalidateGlobalCssResourceCounter()
Cause the manager to start sending out new values for the global CSS resource counter. |
void |
invalidateSpaceCssResourceCounter(java.lang.String spaceKey)
Cause the manager to start sending out new values for the space's CSS resource counter. |
void |
setBandanaManager(com.atlassian.bandana.BandanaManager bandanaManager)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultCssResourceCounterManager()
| Method Detail |
|---|
public void invalidateGlobalCssResourceCounter()
CssResourceCounterManager
invalidateGlobalCssResourceCounter in interface CssResourceCounterManagerpublic void invalidateSpaceCssResourceCounter(java.lang.String spaceKey)
CssResourceCounterManager
invalidateSpaceCssResourceCounter in interface CssResourceCounterManagerspaceKey - the key of the space that has had its CSS changedpublic int getGlobalCssResourceCounter()
CssResourceCounterManager
getGlobalCssResourceCounter in interface CssResourceCounterManagerpublic int getSpaceCssResourceCounter(java.lang.String spaceKey)
CssResourceCounterManager
getSpaceCssResourceCounter in interface CssResourceCounterManagerspaceKey - the key of the space we're viewing the CSS for, or null for the global CSS.public void setBandanaManager(com.atlassian.bandana.BandanaManager bandanaManager)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||