trait Silhouette[E <: Env] extends AnyRef
The Silhouette stack.
Inject an instance of this trait into your controller to provide all the Silhouette actions.
- E
The type of the environment.
- Alphabetic
- By Inheritance
- Silhouette
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract val env: Environment[E]
The Silhouette environment.
- abstract val securedAction: SecuredAction
The secured action stack.
- abstract val unsecuredAction: UnsecuredAction
The unsecured action stack.
- abstract val userAwareAction: UserAwareAction
The user aware action stack.
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def SecuredAction: SecuredActionBuilder[E, AnyContent]
Provides the secured action implementation.
Provides the secured action implementation.
- returns
The secured action implementation.
- def SecuredRequestHandler: SecuredRequestHandlerBuilder[E]
Provides the secured request handler implementation.
Provides the secured request handler implementation.
- returns
The secured request handler implementation.
- def UnsecuredAction: UnsecuredActionBuilder[E, AnyContent]
Provides the unsecured action implementation.
Provides the unsecured action implementation.
- returns
The unsecured action implementation.
- def UnsecuredRequestHandler: UnsecuredRequestHandlerBuilder[E]
Provides the unsecured request handler implementation.
Provides the unsecured request handler implementation.
- returns
The unsecured request handler implementation.
- def UserAwareAction: UserAwareActionBuilder[E, AnyContent]
Provides the user-aware action implementation.
Provides the user-aware action implementation.
- returns
The user-aware action implementation.
- def UserAwareRequestHandler: UserAwareRequestHandlerBuilder[E]
Provides the user-aware request handler implementation.
Provides the user-aware request handler implementation.
- returns
The user-aware request handler implementation.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)