Package

examples

customformats

Permalink

package customformats

Visibility
  1. Public
  2. All

Type Members

  1. case class HipsterBeardStyle(name: String) extends Product with Serializable

    Permalink
  2. case class HipsterXmlFormat(value: String) extends Product with Serializable

    Permalink

    value

    the content to encase in html

Value Members

  1. object HipsterBeardStyle extends ParameterSpecSupplier[HipsterBeardStyle] with Serializable

    Permalink

    By implementing ParameterSpecSupplier, we can declare parameters using the shorthand: Path(HipsterBeardStyle)

  2. object HipsterXml

    Permalink
  3. object HipsterXmlApp extends App

    Permalink

    This application shows how to define a custom rendering, body and parameter formats.

  4. object HipsterXmlFormat extends Serializable

    Permalink
  5. object HipsterXmlModuleRenderer extends ModuleRenderer

    Permalink

    Hyper-cool, next-gen, markup used by all true rockstar coderzzzz

Ungrouped