org.beangle.webmvc.config
package org.beangle.webmvc.config
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
class ActionMapping(val action: AnyRef, val clazz: Class[_], val name: String, val namespace: String, val views: Map[String, View], val profile: Profile)
action mapping (namespace endwith /) name is action fullname ,so it starts with /,and contains namespace
action mapping (namespace endwith /) name is action fullname ,so it starts with /,and contains namespace
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
trait ActionMappingBuilder
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
object Buildable
trait Buildable
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Graph
- Supertypes
- Known subtypes
- class DefaultConfigurer
final class Profile(val name: String, val pattern: String, val actionSuffix: String, val defaultMethod: String, val viewPath: String, val viewPathStyle: String, val viewSuffix: String, val viewType: String, val urlPath: String, val urlStyle: String, val urlSuffix: String, val interceptors: Array[Interceptor], val decorators: Array[ViewDecorator], val source: URL) extends Comparable[Profile]
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
trait ProfileProvider
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class XmlProfileProvider
object RouteMapping
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- RouteMapping.type
class RouteMapping
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any