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