Class SassResourceUtil
java.lang.Object
de.larsgrefer.sass.embedded.spring.SassResourceUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic ByteString
getByteString
(Resource resource) static sass.embedded_protocol.EmbeddedSass.InboundMessage.CompileRequest.StringInput
toStringInput
(Resource resource) static sass.embedded_protocol.EmbeddedSass.InboundMessage.CompileRequest.StringInput
toStringInput
(Resource resource, sass.embedded_protocol.EmbeddedSass.Syntax syntax)
-
Method Details
-
toStringInput
public static sass.embedded_protocol.EmbeddedSass.InboundMessage.CompileRequest.StringInput toStringInput(Resource resource) throws IOException - Throws:
IOException
-
toStringInput
public static sass.embedded_protocol.EmbeddedSass.InboundMessage.CompileRequest.StringInput toStringInput(Resource resource, sass.embedded_protocol.EmbeddedSass.Syntax syntax) throws IOException - Throws:
IOException
-
getByteString
- Throws:
IOException
-