Class: FileServer


Package: org.apache.clerezza.web.fileserver

Root Resource Path: "/"

A utility class providing a FileServer that can be configured in different ways. It provides an alternative to {@link AbstractFileServer} for jax-rs resources serviceng static files to override.


Class: BundleFileServer


Package: org.apache.clerezza.web.fileserver

Root Resource Path: "static"

Serves file located under "META-INF/static-web" in bundles at the path "/static". As well as from the file path specified by the framework property <code>org.apache.clerezza.web.fileserver.static.extra</code>


Path: "{path:.+}"

Http Method: GET

Method: getStaticFile



    Method Declaration Signature: public org.wymiwyg.commons.util.dirbrowser.PathNode getStaticFile(java.lang.String path)