Package

org.hyperscala

web

Permalink

package web

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. web
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait BasicWebsite extends Website

    Permalink

    BasicWebsite simply provides a default MapSession implementation if your site doesn't need special handling for the session.

  2. class ErrorHandler extends HandlerListener

    Permalink

  3. class HTMLStreamer extends StreamingContent

    Permalink

  4. class JavaScriptProperty[T] extends Property[T]

    Permalink
  5. trait LoggedWebpage extends Webpage

    Permalink

  6. class Pages extends Iterable[Webpage] with Logging

    Permalink

  7. sealed abstract class Scope extends EnumEntry

    Permalink

  8. class Scoped[T <: HTMLTag] extends BodyChild

    Permalink

    Scoped provides a mechanism to provide sections of a page that scoped differently than the rest of the page.

    Scoped provides a mechanism to provide sections of a page that scoped differently than the rest of the page.

    Request: Created per load. Page: Created per page

  9. class ScopedReplacement[T <: HTMLTag] extends AnyRef

    Permalink

    ScopedReplacement offers a convenient mechanism to scope an existing page element

  10. class SessionPages extends Iterable[Webpage] with Logging

    Permalink

  11. trait StaticWebsite extends AnyRef

    Permalink

    StaticWebsite trait can be mixed into a Website to allow pages to be more easily defined by

  12. class VisualException extends Div

    Permalink

  13. implicit class VisualExceptionCreator extends AnyRef

    Permalink
  14. class Webpage extends HttpHandler with HTMLPage with ModularPage with ParentLike[HTML] with Element[Website] with ConnectionHolder

    Permalink

  15. case class WebpageConnect(pageId: String) extends Product with Serializable

    Permalink
  16. class WebpageHandler extends HttpHandler with Logging with Listenable

    Permalink

  17. implicit class WebpageTag extends AnyRef

    Permalink
  18. abstract class Website extends WebApplication with Logging with AbstractMutableContainer[Webpage]

    Permalink

  19. trait WrappedComponent[Tag <: HTMLTag] extends AnyRef

    Permalink

Value Members

  1. object IdCreator

    Permalink

  2. object LoggedWebpage extends Logging

    Permalink
  3. object Scope extends Enumerated[Scope] with Serializable

    Permalink
  4. object Scoped

    Permalink
  5. object ScopedReplacement

    Permalink
  6. object StressTester

    Permalink

  7. object VisualException

    Permalink
  8. object Webpage

    Permalink
  9. object WebpageHandler

    Permalink
  10. object Website

    Permalink
  11. package event

    Permalink
  12. package module

    Permalink
  13. package useragent

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped