xitrum.sockjs

SockJsXhrSend

class SockJsXhrSend extends SockJsNonWebSocketSessionActionActor with SkipCSRFCheck

Annotations
@POST()
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SockJsXhrSend
  2. SkipCSRFCheck
  3. SockJsNonWebSocketSessionActionActor
  4. SockJsAction
  5. SockJsPrefix
  6. ActionActor
  7. Action
  8. I18n
  9. Responder
  10. Knockout
  11. Flash
  12. JS
  13. Renderer
  14. UrlFor
  15. Redirect
  16. BasicAuth
  17. Filter
  18. Net
  19. Logger
  20. SessionEnv
  21. CSRF
  22. RequestEnv
  23. ParamAccess
  24. Actor
  25. AnyRef
  26. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SockJsXhrSend()

Type Members

  1. sealed class DefaultsTo[A, B] extends AnyRef

    Definition Classes
    ParamAccess
  2. trait LowPriorityDefaultsTo extends AnyRef

    Definition Classes
    ParamAccess
  3. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. object DefaultsTo extends Action.LowPriorityDefaultsTo

    Definition Classes
    ParamAccess
  7. def absUrl[T <: Action](implicit arg0: Manifest[T]): String

    Definition Classes
    UrlFor
  8. def absUrl[T <: Action](params: (String, Any)*)(implicit arg0: Manifest[T]): String

    Definition Classes
    UrlFor
  9. def absUrl(params: (String, Any)*): String

    Definition Classes
    UrlFor
  10. lazy val absUrl: String

    Definition Classes
    UrlFor
  11. lazy val absUrlPrefix: String

    Definition Classes
    Net
  12. lazy val absUrlPrefixWithoutScheme: String

    Definition Classes
    Net
  13. def addConnectionClosedListener(listener: ⇒ Unit): Unit

    Definition Classes
    Action
  14. def afterFilter(f: ⇒ Any): Unit

    Definition Classes
    Filter
  15. lazy val antiCSRFInput: String

    Definition Classes
    CSRF
  16. lazy val antiCSRFMeta: String

    Definition Classes
    CSRF
  17. def antiCSRFToken: String

    Definition Classes
    CSRF
  18. def apply(handlerEnv: HandlerEnv): Unit

    Definition Classes
    RequestEnv
  19. def aroundFilter(f: (() ⇒ Any) ⇒ Any): Unit

    Definition Classes
    Filter
  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. lazy val at: At

    Definition Classes
    RequestEnv
  22. def autosetLanguage(resourceLanguages: String*): Unit

    If there's no suitable language, language is still the default "en".

    If there's no suitable language, language is still the default "en".

    Definition Classes
    I18n
  23. def basicAuth(realm: String)(authenticator: (String, String) ⇒ Boolean): Boolean

    authenticator

    takes username and password, returns true if it want to let the user in.

    Definition Classes
    BasicAuth
  24. def beforeFilter(f: ⇒ Boolean): Unit

    Definition Classes
    Filter
  25. def browserLanguages: Array[String]

    returns

    List of languages sorted by priority from high to low

    Definition Classes
    I18n
  26. def callAfterFilters(): Unit

    Called by Dispatcher

    Called by Dispatcher

    Definition Classes
    Filter
  27. def callBeforeFilters(): Boolean

    Called by Dispatcher

    Called by Dispatcher

    Definition Classes
    Filter
  28. def callExecuteWrappedInAroundFilters(): Unit

    Called by Dispatcher

    Called by Dispatcher

    Definition Classes
    Filter
  29. def callbackParam(): Option[String]

    Attributes
    protected
    Definition Classes
    SockJsAction
  30. lazy val channel: Channel

    Definition Classes
    RequestEnv
  31. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def closeWithLastChunk(): Unit

    Attributes
    protected
    Definition Classes
    SockJsAction
  33. implicit val context: ActorContext

    Attributes
    protected[akka]
    Definition Classes
    Actor
  34. def convertText[T](value: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): T

    Applications may override this method to convert to more types.

    Applications may override this method to convert to more types.

    Definition Classes
    ParamAccess
  35. implicit val currentAction: Action

    Definition Classes
    Action
  36. def dispatchWithFailsafe(): Unit

    Definition Classes
    Action
  37. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  39. def execute(): Unit

    Called when the HTTP request comes in.

    Called when the HTTP request comes in. Actions have to implement this method.

    Definition Classes
    SockJsXhrSendAction
  40. lazy val fileUploadParams: FileUploadParams

    Definition Classes
    RequestEnv
  41. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. def flash(): String

    Returns the current content in flash, and clears the flash.

    Returns the current content in flash, and clears the flash.

    Definition Classes
    Flash
  43. def flash(msg: Any): Unit

    Definition Classes
    Flash
    See also

    jsFlash(msg).

  44. def forwardTo[T <: Action]()(implicit arg0: Manifest[T]): Unit

    Tells another action to process the current request for the current action.

    Tells another action to process the current request for the current action. See also redirectTo.

    Definition Classes
    Redirect
  45. var forwarding: Boolean

    Set to true by forwardTo.

    Set to true by forwardTo.

    Definition Classes
    Redirect
  46. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  47. def getLanguage: String

    Default language is "en".

    Default language is "en".

    Definition Classes
    I18n
  48. def handleCookie(): Unit

    Attributes
    protected
    Definition Classes
    SockJsAction
  49. var handlerEnv: HandlerEnv

    Definition Classes
    RequestEnv
  50. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  51. lazy val isAjax: Boolean

    Definition Classes
    JS
  52. def isDoneResponding: Boolean

    Definition Classes
    Responder
  53. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  54. lazy val isSsl: Boolean

    Definition Classes
    Net
  55. def js$(selector: String): String

    Definition Classes
    JS
  56. def js$id(id: String): String

    Definition Classes
    JS
  57. def js$name(name: String): String

    Definition Classes
    JS
  58. def jsAddToView(js: Any): Unit

    Definition Classes
    JS
  59. lazy val jsDefaults: Group

    Definition Classes
    JS
  60. def jsEscape(string: Any): String

    Do not use this to escape JSON, because they are different! For example JSON does not escape ' character, while JavaScript does.

    Do not use this to escape JSON, because they are different! For example JSON does not escape ' character, while JavaScript does. To escape JSON, use JSON4S or xitrum.util.Json, e.g xitrum.util.Json.generate(Seq(string)).

    org.apache.commons.lang3.StringEscapeUtils is used internally.

    Definition Classes
    JS
  61. lazy val jsForView: Serializable

    Definition Classes
    JS
  62. def jsRedirectTo[T <: Action](params: (String, Any)*)(implicit arg0: Manifest[T]): ChannelFuture

    Definition Classes
    JS
  63. def jsRedirectTo(location: Any): ChannelFuture

    See http://stackoverflow.

    See http://stackoverflow.com/questions/503093/how-can-i-make-a-redirect-page-in-jquery

    Definition Classes
    JS
  64. def jsRenderFlash(): Unit

    Like jsRenderFlash(msg), but uses the current flash.

    Like jsRenderFlash(msg), but uses the current flash.

    Definition Classes
    Flash
  65. def jsRenderFlash(msg: Any): Unit

    For web 2.

    For web 2.0 style application. Used in application layout to display the flash message right after a view is loaded.

    Definition Classes
    Flash
  66. def jsRespond(fragments: Any*): ChannelFuture

    Definition Classes
    JS
  67. def jsRespondFlash(msg: Any): Unit

    For web 2.

    For web 2.0 style application. Used in Ajax request handling to respond a message and have the browser render it to the flash area right away.

    Definition Classes
    Flash
  68. def koApplyBindingsCs(model: AnyRef, scopeSelector: String, syncActionClass: Class[_ <: Action], cs: String): Unit

    Definition Classes
    Knockout
  69. def koApplyBindingsCs(model: AnyRef, syncActionClass: Class[_ <: Action], cs: String): Unit

    Definition Classes
    Knockout
  70. def koApplyBindingsJs(model: AnyRef, scopeSelector: String, syncActionClass: Class[_ <: Action], js: String): Unit

    Definition Classes
    Knockout
  71. def koApplyBindingsJs(model: AnyRef, syncActionClass: Class[_ <: Action], js: String): Unit

    Definition Classes
    Knockout
  72. def layout: Any

    Definition Classes
    Renderer
  73. lazy val logger: org.slf4j.Logger

    Logger name is inferred from the class name.

    Logger name is inferred from the class name.

    Definition Classes
    Logger
  74. def lookupNonWebSocketSessionActor(sessionId: String): Unit

    Attributes
    protected
    Definition Classes
    SockJsNonWebSocketSessionActionActor
  75. def lookupOrCreateNonWebSocketSessionActor(sessionId: String): Unit

    Attributes
    protected
    Definition Classes
    SockJsNonWebSocketSessionActionActor
  76. def nLastTokensToRemoveFromPathInfo: Int

    Definition Classes
    SockJsXhrSendSockJsPrefix
  77. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  78. final def notify(): Unit

    Definition Classes
    AnyRef
  79. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  80. def onDoneResponding(): Unit

    Called when the response or the last chunk (in case of chunked response) has been sent to the client.

    Called when the response or the last chunk (in case of chunked response) has been sent to the client.

    Definition Classes
    ActionActorResponder
  81. def param[T](key: String, coll: Params = null)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], d: DefaultsTo[T, String]): T

    Definition Classes
    ParamAccess
  82. def paramo[T](key: String, coll: Params = null)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], d: DefaultsTo[T, String]): Option[T]

    Definition Classes
    ParamAccess
  83. def params[T](key: String, coll: Params = null)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], d: DefaultsTo[T, String]): Seq[T]

    Definition Classes
    ParamAccess
  84. def paramso[T](key: String, coll: Params = null)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], d: DefaultsTo[T, String]): Option[Seq[T]]

    Definition Classes
    ParamAccess
  85. var pathPrefix: String

    Attributes
    protected
    Definition Classes
    SockJsPrefix
  86. def postRestart(reason: Throwable): Unit

    Definition Classes
    Actor
  87. def postStop(): Unit

    Definition Classes
    Actor
  88. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    Actor
  89. def preStart(): Unit

    Definition Classes
    Actor
  90. def publicUrl(path: String): String

    path

    Relative to the "public" directory, without leading "/"

    Definition Classes
    UrlFor
  91. def receive: PartialFunction[Any, Unit]

    Definition Classes
    ActionActor → Actor
  92. def redirectTo[T <: Action](params: (String, Any)*)(implicit arg0: Manifest[T]): ChannelFuture

    See also forwardTo.

    See also forwardTo.

    Definition Classes
    Redirect
  93. def redirectTo(location: String, status: HttpResponseStatus = FOUND): ChannelFuture

    See also forwardTo.

    See also forwardTo.

    Definition Classes
    Redirect
  94. def redirectToThis(params: (String, Any)*): ChannelFuture

    Definition Classes
    Redirect
  95. lazy val remoteIp: String

    returns

    IP of the original remote HTTP client (not the proxy), X-Forwarded-For is supported

    Definition Classes
    Net
  96. def renderEventSource(data: Any, event: String = "message"): String

    Definition Classes
    Renderer
  97. def renderFragment(fragment: String): String

    Definition Classes
    Renderer
  98. def renderFragment(location: Class[_ <: Action], fragment: String): String

    Definition Classes
    Renderer
  99. def renderFragment(fragment: String, options: Map[String, Any]): String

    Definition Classes
    Renderer
  100. def renderFragment(location: Class[_ <: Action], fragment: String, options: Map[String, Any]): String

    Definition Classes
    Renderer
  101. def renderInlineView(inlineView: Any): String

    Definition Classes
    Renderer
  102. def renderView(): String

    Definition Classes
    Renderer
  103. def renderView(options: Map[String, Any]): String

    Definition Classes
    Renderer
  104. def renderView(location: Class[_ <: Action]): String

    Definition Classes
    Renderer
  105. def renderView(customLayout: () ⇒ Any): String

    Definition Classes
    Renderer
  106. def renderView(customLayout: () ⇒ Any, location: Class[_ <: Action]): String

    Definition Classes
    Renderer
  107. def renderView(customLayout: () ⇒ Any, options: Map[String, Any]): String

    Definition Classes
    Renderer
  108. def renderView(location: Class[_ <: Action], options: Map[String, Any]): String

    Definition Classes
    Renderer
  109. def renderView(customLayout: () ⇒ Any, location: Class[_ <: Action], options: Map[String, Any]): String

    Renders the template associated with an action to "renderedTemplate", then calls the layout function.

    Renders the template associated with an action to "renderedTemplate", then calls the layout function.

    options

    specific to the configured template engine

    Definition Classes
    Renderer
  110. def renderViewNoLayout(): String

    Definition Classes
    Renderer
  111. def renderViewNoLayout(options: Map[String, Any]): String

    Definition Classes
    Renderer
  112. def renderViewNoLayout(location: Class[_ <: Action]): String

    Definition Classes
    Renderer
  113. def renderViewNoLayout(location: Class[_ <: Action], options: Map[String, Any]): String

    Definition Classes
    Renderer
  114. var renderedView: Any

    Definition Classes
    Renderer
  115. lazy val request: HttpRequest

    Definition Classes
    RequestEnv
  116. lazy val requestCookies: Map[String, String]

    Browsers will not send cookie attributes back to the server.

    Browsers will not send cookie attributes back to the server. They will only send the cookie (name-value pairs). http://en.wikipedia.org/wiki/HTTP_cookie#Cookie_attributes

    Definition Classes
    SessionEnv
  117. def resourceUrl(path: String): String

    path

    Relative to an entry in classpath, without leading "/"

    Definition Classes
    UrlFor
  118. def respond(): ChannelFuture

    Definition Classes
    Responder
  119. def respondBinary(channelBuffer: ChannelBuffer): ChannelFuture

    If Content-Type header is not set, it is set to "application/octet-stream"

    If Content-Type header is not set, it is set to "application/octet-stream"

    Definition Classes
    Responder
  120. def respondBinary(bytes: Array[Byte]): ChannelFuture

    If Content-Type header is not set, it is set to "application/octet-stream"

    If Content-Type header is not set, it is set to "application/octet-stream"

    Definition Classes
    Responder
  121. def respondDefault404Page(): ChannelFuture

    Definition Classes
    Responder
  122. def respondDefault500Page(): ChannelFuture

    Definition Classes
    Responder
  123. def respondEventSource(data: Any, event: String = "message"): ChannelFuture

    To respond event source, call this method as many time as you want.

    To respond event source, call this method as many time as you want. Event Source response is a special kind of chunked response. Data must be Must be UTF-8. See: - http://sockjs.github.com/sockjs-protocol/sockjs-protocol-0.3.3.html#section-94 - http://dev.w3.org/html5/eventsource/

    Definition Classes
    Responder
  124. def respondFile(path: String): ChannelFuture

    Sends a file using X-SendFile.

    Sends a file using X-SendFile. If Content-Type header is not set, it is guessed from the file name.

    path

    absolute or relative to the current working directory

    In some cases, the current working directory is not always the root directory of the project (https://github.com/ngocdaothanh/xitrum/issues/47), you may need to use xitrum.Config.root to calculate the correct absolute path from a relative path.

    To sanitize the path, use xitrum.util.PathSanitizer.

    Definition Classes
    Responder
  125. def respondHtml(any: Any): ChannelFuture

    Content-Type header is set to "text/html".

    Content-Type header is set to "text/html".

    Definition Classes
    Responder
  126. def respondInlineView(inlineView: Any): ChannelFuture

    Content-Type header is set to "text/html"

    Content-Type header is set to "text/html"

    Definition Classes
    Responder
  127. def respondJs(any: Any): ChannelFuture

    Content-Type header is set to "application/javascript".

    Content-Type header is set to "application/javascript".

    Definition Classes
    Responder
  128. def respondJson(obj: AnyRef): ChannelFuture

    Converts the given Scala object to JSON object, and responds it.

    Converts the given Scala object to JSON object, and responds it. If you just want to respond a text with "application/json" as content type, use respondJsonText(text).

    Content-Type header is set to "application/json". "text/json" would make the browser download instead of displaying the content. It makes debugging a pain.

    Definition Classes
    Responder
  129. def respondJsonP(obj: AnyRef, function: String): ChannelFuture

    Converts the given Scala object to JSON object, wraps it with the given JavaScript function name, and responds.

    Converts the given Scala object to JSON object, wraps it with the given JavaScript function name, and responds. If you already have a JSON text, thus no conversion is needed, use respondJsonPText.

    Content-Type header is set to "application/javascript".

    Definition Classes
    Responder
  130. def respondJsonPText(text: Any, function: String): ChannelFuture

    Wraps the text with the given JavaScript function name, and responds.

    Wraps the text with the given JavaScript function name, and responds.

    Content-Type header is set to "application/javascript".

    Definition Classes
    Responder
  131. def respondJsonText(any: Any): ChannelFuture

    Content-Type header is set to "application/json".

    Content-Type header is set to "application/json".

    Definition Classes
    Responder
  132. def respondLastChunk(): ChannelFuture

    To respond chunks (http://en.

    To respond chunks (http://en.wikipedia.org/wiki/Chunked_transfer_encoding): 1. Call response.setChunked(true) 2. Call respondXXX as many times as you want 3. Lastly, call respondLastChunk()

    Headers are only sent on the first respondXXX call.

    Definition Classes
    Responder
  133. def respondResource(path: String): ChannelFuture

    Sends a file from public directory in one of the entry (may be a JAR file) in classpath.

    Sends a file from public directory in one of the entry (may be a JAR file) in classpath. If Content-Type header is not set, it is guessed from the file name.

    path

    Relative to an entry in classpath, without leading "/"

    Definition Classes
    Responder
  134. def respondStreamingWithLimit(text: String, isEventSource: Boolean = false): Boolean

    All the chunking transports are closed by the server after 128K was send, in order to force client to GC and reconnect.

    All the chunking transports are closed by the server after 128K was send, in order to force client to GC and reconnect. The server doesn't have to send "c" frame.

    returns

    false if the channel will be closed when the channel write completes

    Attributes
    protected
    Definition Classes
    SockJsAction
  135. def respondText(text: Any, fallbackContentType: String = null, convertXmlToXhtml: Boolean = true): ChannelFuture

    fallbackContentType

    Only used if Content-Type header has not been set. If not given and Content-Type header is not set, it is set to "application/xml" if text param is Node or NodeSeq, otherwise it is set to "text/plain".

    convertXmlToXhtml


    .toString by default returns

    which is rendered as 2
    tags on some browsers! Set to false if you really want XML, not XHTML. See http://www.scala-lang.org/node/492 and http://www.ne.jp/asahi/hishidama/home/tech/scala/xml.html

    Definition Classes
    Responder
  136. def respondView(): ChannelFuture

    Definition Classes
    Responder
  137. def respondView(options: Map[String, Any]): ChannelFuture

    Definition Classes
    Responder
  138. def respondView(location: Class[_ <: Action]): ChannelFuture

    Definition Classes
    Responder
  139. def respondView(customLayout: () ⇒ Any): ChannelFuture

    Definition Classes
    Responder
  140. def respondView(customLayout: () ⇒ Any, location: Class[_ <: Action]): ChannelFuture

    Definition Classes
    Responder
  141. def respondView(customLayout: () ⇒ Any, options: Map[String, Any]): ChannelFuture

    Definition Classes
    Responder
  142. def respondView(location: Class[_ <: Action], options: Map[String, Any]): ChannelFuture

    Definition Classes
    Responder
  143. def respondView(customLayout: () ⇒ Any, location: Class[_ <: Action], options: Map[String, Any]): ChannelFuture

    options

    specific to the configured template engine

    Definition Classes
    Responder
  144. def respondViewNoLayout(): ChannelFuture

    Definition Classes
    Responder
  145. def respondViewNoLayout(options: Map[String, Any]): ChannelFuture

    Definition Classes
    Responder
  146. def respondViewNoLayout(location: Class[_ <: Action]): ChannelFuture

    Definition Classes
    Responder
  147. def respondViewNoLayout(location: Class[_ <: Action], options: Map[String, Any]): ChannelFuture

    Content-Type header is set to "text/html"

    Content-Type header is set to "text/html"

    Definition Classes
    Responder
  148. def respondXml(any: Any): ChannelFuture

    Content-Type header is set to "application/xml".

    Content-Type header is set to "application/xml".

    Definition Classes
    Responder
  149. lazy val response: HttpResponse

    Definition Classes
    RequestEnv
  150. val responseCookies: ArrayBuffer[Cookie]

    Definition Classes
    SessionEnv
  151. lazy val scheme: String

    Definition Classes
    Net
  152. implicit final val self: ActorRef

    Definition Classes
    Actor
  153. final def sender: ActorRef

    Definition Classes
    Actor
  154. lazy val serverName: String

    Definition Classes
    Net
  155. lazy val serverPort: Int

    Definition Classes
    Net
  156. lazy val session: Session

    To reset session: session.

    To reset session: session.clear()

    Definition Classes
    SessionEnv
  157. def sessiono[T](key: String)(implicit d: DefaultsTo[T, String]): Option[T]

    Definition Classes
    SessionEnv
  158. def setCORS(): Unit

    Attributes
    protected
    Definition Classes
    SockJsAction
  159. def setClientCacheAggressively(): Unit

    Definition Classes
    Responder
  160. def setCookieAndSessionIfTouchedOnRespond(): Unit

    Definition Classes
    SessionEnv
  161. def setLanguage(language: String): Unit

    Definition Classes
    I18n
  162. def setNoClientCache(): Unit

    Definition Classes
    Responder
  163. def setPathPrefix(pathInfo: PathInfo): Unit

    Called by Dispatcher.

    Called by Dispatcher.

    Definition Classes
    SockJsPrefix
  164. def sockJsAbsUrl[T <: SockJsActor](implicit arg0: Manifest[T]): String

    Definition Classes
    UrlFor
  165. def sockJsUrl[T <: SockJsActor](implicit arg0: Manifest[T]): String

    Definition Classes
    UrlFor
  166. def supervisorStrategy: SupervisorStrategy

    Definition Classes
    Actor
  167. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  168. def t(singular: String): String

    Definition Classes
    I18n
  169. def tc(ctx: String, singular: String): String

    Definition Classes
    I18n
  170. def tcf(ctx: String, singular: String, args: Any*): String

    Definition Classes
    I18n
  171. def tcn(ctx: String, singular: String, plural: String, n: Long): String

    Definition Classes
    I18n
  172. def tcnf(ctx: String, singular: String, plural: String, n: Long, args: Any*): String

    Definition Classes
    I18n
  173. lazy val textParams: Params

    Definition Classes
    RequestEnv
  174. def tf(singular: String, args: Any*): String

    Definition Classes
    I18n
  175. def tn(singular: String, plural: String, n: Long): String

    Definition Classes
    I18n
  176. def tnf(singular: String, plural: String, n: Long, args: Any*): String

    Definition Classes
    I18n
  177. def toString(): String

    Definition Classes
    AnyRef → Any
  178. def unhandled(message: Any): Unit

    Definition Classes
    Actor
  179. def url[T <: Action](implicit arg0: Manifest[T]): String

    Definition Classes
    UrlFor
  180. def url[T <: Action](params: (String, Any)*)(implicit arg0: Manifest[T]): String

    Definition Classes
    UrlFor
  181. def url(params: (String, Any)*): String

    Definition Classes
    UrlFor
  182. lazy val url: String

    Definition Classes
    UrlFor
  183. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  186. lazy val webSocketAbsRequestUrl: String

    Definition Classes
    Net
  187. def webSocketAbsUrl[T <: WebSocketActor](implicit arg0: Manifest[T]): String

    Definition Classes
    UrlFor
  188. def webSocketAbsUrl[T <: WebSocketActor](params: (String, Any)*)(implicit arg0: Manifest[T]): String

    Definition Classes
    UrlFor
  189. def webSocketAbsUrl(params: (String, Any)*): String

    Definition Classes
    UrlFor
  190. lazy val webSocketAbsUrl: String

    Definition Classes
    UrlFor
  191. lazy val webSocketAbsUrlPrefix: String

    Definition Classes
    Net
  192. lazy val webSocketScheme: String

    Definition Classes
    Net
  193. def xhrOPTIONS(): Unit

    Attributes
    protected
    Definition Classes
    SockJsAction
  194. lazy val xitrumCSS: String

    Definition Classes
    Flash

Inherited from SkipCSRFCheck

Inherited from SockJsAction

Inherited from SockJsPrefix

Inherited from ActionActor

Inherited from Action

Inherited from I18n

Inherited from Responder

Inherited from Knockout

Inherited from Flash

Inherited from JS

Inherited from Renderer

Inherited from UrlFor

Inherited from Redirect

Inherited from BasicAuth

Inherited from Filter

Inherited from Net

Inherited from Logger

Inherited from SessionEnv

Inherited from CSRF

Inherited from RequestEnv

Inherited from ParamAccess

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped