org.beangle.webmvc.config
package org.beangle.webmvc.config
Members list
Packages
package org.beangle.webmvc.config.impl
Type members
Classlikes
Attributes
- 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
- Supertypes
-
class Objecttrait Matchableclass Any
trait ActionMappingBuilder
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object Buildable
trait Buildable
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait Configurer extends Buildable
Attributes
- Supertypes
- Known subtypes
-
class DefaultConfigurer
object Profile extends Logging
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
- Supertypes
-
class Objecttrait Matchableclass Any
trait ProfileProvider
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class XmlProfileProvider
object RouteMapping
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RouteMapping.type
class RouteMapping
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
In this article