AbstractArgument

org.beangle.webmvc.context.impl.AbstractArgument
abstract class AbstractArgument(val name: String, val required: Boolean, val defaultValue: String) extends Argument

Attributes

Graph
Supertypes
trait Argument
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

def handleNone(): AnyRef

Inherited methods

def value(context: ActionContext): AnyRef

Attributes

Inherited from:
Argument

Concrete fields

val defaultValue: String
val name: String
val required: Boolean