Trait/Object

org.hyperscala

RequestValidator

Related Docs: object RequestValidator | package hyperscala

Permalink

trait RequestValidator extends ServerScreen

Linear Supertypes
ServerScreen, Handler, Ordered[Handler], Comparable[Handler], Screen, Logging, BaseScreen, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestValidator
  2. ServerScreen
  3. Handler
  4. Ordered
  5. Comparable
  6. Screen
  7. Logging
  8. BaseScreen
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def app: WebApplication

    Permalink
    Definition Classes
    Screen
  2. abstract def deltas(request: Request): List[Delta]

    Permalink
    Definition Classes
    ServerScreen
  3. abstract def isURLMatch(url: URL): Boolean

    Permalink

    Returns true if this URL should be handled by this Handler.

    Returns true if this URL should be handled by this Handler. The handleRequest method will be invoked following a true response.

    url

    the current URL being handled

    returns

    true if this handler is equipped to handle it

    Definition Classes
    Handler
  4. abstract def screenName: String

    Permalink
    Definition Classes
    Screen
  5. abstract def template: File

    Permalink
    Definition Classes
    ServerScreen
  6. abstract def validate(request: Request): ValidationResult

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Handler): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: Handler): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Handler): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: Handler): Boolean

    Permalink
    Definition Classes
    Ordered
  8. def activate(connection: ServerConnection): Unit

    Permalink
    Definition Classes
    ServerScreen
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(that: Handler): Int

    Permalink
    Definition Classes
    Handler → Ordered
  12. def compareTo(that: Handler): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  13. def deactivate(connection: ServerConnection): Unit

    Permalink
    Definition Classes
    ServerScreen
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def establishConnection: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ServerScreen
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def handleRequest(url: URL, exchange: HttpServerExchange): Unit

    Permalink

    Handles the exchange.

    Handles the exchange.

    url

    the current URL

    exchange

    the HTTP request

    Definition Classes
    RequestValidatorServerScreenHandler
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def html(request: Request, partial: Boolean): String

    Permalink
    Definition Classes
    ServerScreen
  22. def isCurrentScreen: Boolean

    Permalink
    Definition Classes
    Screen
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. var logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  25. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def priority: Priority

    Permalink

    Defines the sorting order for the collection of Screens in the WebApplication.

    Defines the sorting order for the collection of Screens in the WebApplication. This is useful for fall-through matching for multiple screens that may match the same path.

    Defaults to Screen.Priority.Normal

    Definition Classes
    Screen
  30. macro def register[T]: Channel[T]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseScreen
  31. def shortScreenName: String

    Permalink
    Definition Classes
    Screen
  32. lazy val streamable: StreamableHTML

    Permalink
    Definition Classes
    ServerScreen
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def title(): String

    Permalink
    Definition Classes
    ServerScreen
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def updateLogger(f: (Logger) ⇒ Logger): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ServerScreen

Inherited from Handler

Inherited from Ordered[Handler]

Inherited from Comparable[Handler]

Inherited from Screen

Inherited from Logging

Inherited from BaseScreen

Inherited from AnyRef

Inherited from Any

Ungrouped