org.sakaiproject.portal.api
Interface StyleAbleProvider


public interface StyleAbleProvider

This 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: 59680 $
Author:
ieb

Method Summary
 String generateJavaScript(String userId)
          Generate the javascript in the header for the user
 String generateStyleSheet(String userId)
          Generate the StyleSheet in the header for the user
 

Method Detail

generateJavaScript

String generateJavaScript(String userId)
                          throws Exception
Generate the javascript in the header for the user

Parameters:
userId -
Returns:
Throws:
Exception

generateStyleSheet

String generateStyleSheet(String userId)
                          throws Exception
Generate the StyleSheet in the header for the user

Parameters:
userId -
Returns:
Throws:
Exception


Copyright © 2003-2012 Sakai Project. All Rights Reserved.