ag.bett.lift

bhtml

package bhtml

BHtml - Bettag Html Package for Liftweb

Wrappers for Liftweb's ultra-flexible SHtml and Mapper-ORM. Mainly this is a collection of Liftweb Helpers i found useful in several projects.

It adds support for Twitter Bootstrap CSS-classes for validation, also makes validation for all KeyedMapper-derived Models easy through a Twitter BootstrapJS Popover.

Source Code

https://github.com/fbettag/lift-bhtml

Author

Developed by Franz Bettag

Developer's Blog Developer Blog

License

 Copyright 2012 Franz Bettag <franz@bett.ag>

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
Visibility
  1. Public
  2. All

Type Members

  1. trait ExecSnippet extends AnyRef

    Extend a snippet and use method shellExec to execute a command and get the output

  2. class MappedCIDR [A <: Mapper[A]] extends MappedString[A]

    Mapper class for PostgreSQL CIDR Type

  3. class MappedMAC [A <: Mapper[A]] extends MappedString[A]

    Mapper class for PostgreSQL MAC Type

  4. class MappedNullableDecimal [T <: Mapper[T]] extends MappedNullableField[BigDecimal, T]

    Nullable MappedDecimal

  5. class MappedNullableInt [T <: Mapper[T]] extends MappedNullableField[Int, T]

    Nullable MappedInt

  6. trait MonthSnippet extends AnyRef

    Extend a snippet and use val month which holds a org.joda.time.DateTime of the param passed as month (e.

  7. case class NginxSendfileResponse (sendfilePrefix: String, fileName: String, mimeType: String, headers: List[(String, String)]) extends LiftResponse with Product with Serializable

Value Members

  1. object BHtml extends AnyRef

    Adds support for Twitter Bootstrap CSS-classes for validation, also makes validation for all KeyedMapper-derived Models easy through a Twitter BootstrapJS Popover.

  2. object InetUtils extends AnyRef