implemented WebResourceServlet, which loads resources from the UberWebResourceLoader

This commit is contained in:
Sebastian Sdorra
2018-08-21 15:23:54 +02:00
parent e2fa2388f1
commit be21c35bf8
5 changed files with 206 additions and 3 deletions

View File

@@ -40,9 +40,13 @@ import java.util.List;
* This class collects and manages {@link Resource}
* which are used by the web interface.
*
* TODO remove before 2.0.0
*
* @author Sebastian Sdorra
* @since 1.12
* @deprecated unnecessary for new ui
*/
@Deprecated
public interface ResourceManager
{