Package org.javlo.component.core
Interface ICSS
-
public interface ICSS
- Author:
- pvandermaesen if a component implement this interface, you can create CSS class for the mcomponent. this class must be insered in a spacial global css file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCSSCode(javax.servlet.ServletContext application)
create CSS code for define class for a specific component.
-