
org.webbitserver.handler.StaticFile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webbit Show documentation
Show all versions of webbit Show documentation
A Java event based WebSocket and HTTP server
package org.webbitserver.handler;
public class StaticFile implements TemplateEngine {
@Override
public byte[] process(byte[] template, String templatePath, Object templateContext) {
return template;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy