|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CssResourceCounterManager
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. |
Method Detail |
---|
int getGlobalCssResourceCounter()
int getSpaceCssResourceCounter(java.lang.String spaceKey)
spaceKey
- the key of the space we're viewing the CSS for, or null for the global CSS.void invalidateGlobalCssResourceCounter()
void invalidateSpaceCssResourceCounter(java.lang.String spaceKey)
spaceKey
- the key of the space that has had its CSS changed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |