ToStruts

org.beangle.web.action.ToStruts
class ToStruts(val namespace: String, val name: String, val method: String, val path: String) extends ToBuilder

Attributes

Graph
Supertypes
trait ToBuilder
trait To
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def uri: String

Inherited methods

def param(key: String, obj: Any): ToBuilder.this.type

Attributes

Inherited from:
ToBuilder
def param(key: String, value: String): ToBuilder.this.type

Attributes

Inherited from:
ToBuilder
def params(paramStr: String): ToBuilder.this.type

Attributes

Inherited from:
ToBuilder
def params(newParams: Map[String, String]): ToBuilder.this.type

Attributes

Inherited from:
ToBuilder
def suffix(suffix: String): ToBuilder.this.type

Attributes

Inherited from:
ToBuilder
def url: String

Attributes

Inherited from:
ToBuilder

Concrete fields

val method: String
val name: String
val namespace: String
val path: String

Inherited fields

val parameters: HashMap[String, String]

Attributes

Inherited from:
ToBuilder
var suffix: String

Attributes

Inherited from:
ToBuilder