Package org.sakaiproject.portal.api
Interface StyleAbleProvider
-
public interface StyleAbleProviderThis interface should be implemented by a Stylable provider to control the portal in the browser either by CSS or by javascript manipulation of the DOM in the browser.- Since:
- Sakai 2.4
- Version:
- $Rev$
- Author:
- ieb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgenerateJavaScript(String userId)Generate the javascript in the header for the userStringgenerateStyleSheet(String userId)Generate the StyleSheet in the header for the user
-