|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.components.htmlheader.jscss.CustomCSS
public class CustomCSS
Description:
The custom CSS object is a container to hold everything the system needs to
know about a custom CSS: the mapper and the css URL
This object is used by dynamic tabs or sites to define a custom CSS that
should only be loaded when this tab or site is shown.
Initial Date: 25.03.2009
| Constructor Summary | |
|---|---|
CustomCSS(VFSContainer cssBaseContainer,
java.lang.String relCssFilename,
UserSession uSess)
Constructor |
|
| Method Summary | |
|---|---|
void |
dispose()
disposes the disposable |
java.lang.String |
getCSSURL()
Get the CSS URL to manually embedd the CSS (e.g. |
JSAndCSSComponent |
getJSAndCSSComponent()
Get the js and css component that embedds the CSS file |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomCSS(VFSContainer cssBaseContainer,
java.lang.String relCssFilename,
UserSession uSess)
cssBaseContainer - The base container where the CSS files and the resources are
locatedrelCssFilename - The css file relative to the base containeruSess - The user session (needed to register the mapper)| Method Detail |
|---|
public JSAndCSSComponent getJSAndCSSComponent()
public java.lang.String getCSSURL()
public void dispose()
Disposable
dispose in interface DisposableDisposable.dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||