|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectro.isdc.wro.extensions.processor.css.SassCssProcessor
@SupportedResourceType(value=CSS) public class SassCssProcessor
A processor using sass engine:
| Field Summary | |
|---|---|
static String |
ALIAS
|
static String |
ALIAS_RUBY
|
| Constructor Summary | |
|---|---|
SassCssProcessor()
default constructor that sets the engine used to RHINO for backwards compatibility. |
|
| Method Summary | |
|---|---|
protected SassCss |
newEngine()
Method for processing with Rhino based engine |
protected void |
onException(WroRuntimeException e)
Invoked when a processing exception occurs. |
void |
process(Reader reader,
Writer writer)
|
void |
process(Resource resource,
Reader reader,
Writer writer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ALIAS
public static final String ALIAS_RUBY
| Constructor Detail |
|---|
public SassCssProcessor()
| Method Detail |
|---|
public void process(Resource resource,
Reader reader,
Writer writer)
throws IOException
process in interface ResourcePreProcessorIOExceptionprotected void onException(WroRuntimeException e)
protected SassCss newEngine()
content -
public void process(Reader reader,
Writer writer)
throws IOException
process in interface ResourcePostProcessorIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||