Package

org.latestbit

picoos

Permalink

package picoos

Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseHttpResource extends HttpApiDecls

    Permalink
  2. case class CachingOptions(noCacheMode: Boolean = false, privateCacheMode: Boolean = true) extends Product with Serializable

    Permalink
  3. trait HttpAuthorizer extends AnyRef

    Permalink
  4. class HttpParam extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  5. class HttpPathParser extends AnyRef

    Permalink
  6. case class HttpPathReplaceRule(searchFor: Regex, from: String, to: String, toFunc: (String, Map[String, String]) ⇒ String = null) extends Product with Serializable

    Permalink
  7. class HttpPathReplacer extends AnyRef

    Permalink
  8. class HttpResource[A] extends BaseHttpResource

    Permalink
  9. trait HttpResourceCustomHandler extends AnyRef

    Permalink
  10. case class HttpResourceRequest(http: HttpServletRequest, httpMethod: HttpMethod, servicePath: String, servletPrefix: String, servletConfig: ServletConfig, servletContext: ServletContext) extends Product with Serializable

    Permalink
  11. case class HttpResourceResponse(http: HttpServletResponse) extends Product with Serializable

    Permalink
  12. trait HttpResourcesFactory extends AnyRef

    Permalink
  13. trait HttpResourcesRegistry extends AnyRef

    Permalink
  14. case class HttpResourcesRegistryHandler(resource: BaseHttpResource, handler: (HttpResourceRequest, HttpResourceResponse) ⇒ Unit) extends Product with Serializable

    Permalink
  15. class HttpRouteInfo extends AnyRef

    Permalink
  16. abstract class HttpStaticResource extends BaseHttpResource

    Permalink
  17. class MainServlet extends HttpServlet

    Permalink
  18. case class OptUrlParam[T](value: T) extends Product with Serializable

    Permalink
  19. class StdHttpResourcesRegistry extends HttpResourcesRegistry

    Permalink
  20. case class UrlParam[T](value: T) extends Product with Serializable

    Permalink
  21. trait UrlParamConversions extends AnyRef

    Permalink

Value Members

  1. object HttpFormatter

    Permalink
  2. object HttpMethod extends Enumeration

    Permalink
  3. object UrlParamConversions extends UrlParamConversions

    Permalink
  4. package dsl

    Permalink
  5. package impl

    Permalink
  6. package serializers

    Permalink

Ungrouped