|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I_CmsEditorCssHandler
Provides methods to determine the CSS style sheet URI for the editors based on the edited resource path.
The method matches(CmsObject, String)
can be used to check
if the handler matches the currently edited resource.
Method Summary | |
---|---|
java.lang.String |
getUriStyleSheet(CmsObject cms,
java.lang.String editedResourcePath)
Returns the absolute VFS path of the CSS style sheet to use. |
boolean |
matches(CmsObject cms,
java.lang.String editedResourcePath)
Checks if the handler can be used to determine the CSS style sheet based on the edited resource. |
Method Detail |
---|
java.lang.String getUriStyleSheet(CmsObject cms, java.lang.String editedResourcePath)
cms
- the current OpenCms user contexteditedResourcePath
- the absolute VFS path of the currently edited resource
boolean matches(CmsObject cms, java.lang.String editedResourcePath)
cms
- the current OpenCms user contexteditedResourcePath
- the absolute VFS path of the currently edited resource
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |