Package

io.youi

app

Permalink

package app

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. app
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ApplicationConnectivity extends AnyRef

    Permalink

    ApplicationCommunication defines a communication end-point for Communication instances.

    ApplicationCommunication defines a communication end-point for Communication instances. More than one can be defined in an application.

  2. class JavaScriptException extends RuntimeException with MessageException

    Permalink
  3. trait MatcherPage extends Page

    Permalink
  4. trait MultiPage extends MatcherPage

    Permalink
  5. trait Page extends HttpProcessor[Content]

    Permalink
  6. trait ServerApplication extends YouIApplication with Server

    Permalink
  7. trait TemplatePage extends MatcherPage

    Permalink
  8. trait YouIApplication extends ErrorSupport with CacheImplementation

    Permalink

    Base trait to define shared client and server information.

    Base trait to define shared client and server information. This trait must be extended in the shared code as a trait and implemented in both client and server implementations.

Value Members

  1. object Application extends ConnectionFilter

    Permalink
  2. object ServerApplication

    Permalink
  3. object YouIApplication

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped