Static

org.beangle.web.action.view.Static
See theStatic companion object
class Static

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def addResources(res: List[Resource]): Static.this.type
def css(bundle: String, fileName: String): String
def load(moduleNames: List[String]): String
def module_contents: Map[String, String]
def path(bundle: String, file: String): String
def resources: Iterable[Resource]
def script(bundle: String, fileName: String, deferable: Boolean): String
def url(bundle: String, file: String): String

Concrete fields

var base: String
var modules: Map[String, Module]