ApplicationBuilder

portals.api.builder.ApplicationBuilder$
See theApplicationBuilder companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(name: String): ApplicationBuilder

Create a new ApplicationBuilder for building Portals applications.

Create a new ApplicationBuilder for building Portals applications.

Value parameters

name

the name of the application

Attributes

Returns

the application builder

Example
val builder = ApplicationBuilder("myapp")