trait ValidationSupport extends FormSupport
Extends scalatra-forms to support the client-side validation and Ajax requests as well.
- Self Type
- ValidationSupport with ServletBase with JacksonJsonSupport with I18nSupport
Linear Supertypes
FormSupport, AnyRef, Any
Known Subclasses
AccountController, AccountControllerBase, AccountManagementControllerBase, ApiController, ApiControllerBase, ControllerBase, DashboardController, DashboardControllerBase, IndexController, IndexControllerBase, IssuesController, IssuesControllerBase, LabelsController, LabelsControllerBase, MilestonesController, MilestonesControllerBase, PreProcessController, PreProcessControllerBase, PrioritiesController, PrioritiesControllerBase, PullRequestsController, PullRequestsControllerBase, ReleaseController, ReleaseControllerBase, RepositorySettingsController, RepositorySettingsControllerBase, RepositoryViewerController, RepositoryViewerControllerBase, SystemSettingsController, SystemSettingsControllerBase, WikiController, WikiControllerBase, ApiGitReferenceControllerBase, ApiIssueCommentControllerBase, ApiIssueControllerBase, ApiIssueLabelControllerBase, ApiIssueMilestoneControllerBase, ApiOrganizationControllerBase, ApiPullRequestControllerBase, ApiReleaseControllerBase, ApiRepositoryBranchControllerBase, ApiRepositoryCollaboratorControllerBase, ApiRepositoryCommitControllerBase, ApiRepositoryContentsControllerBase, ApiRepositoryControllerBase, ApiRepositoryStatusControllerBase, ApiRepositoryWebhookControllerBase, ApiUserControllerBase
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValidationSupport
- FormSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ajaxDelete[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- def ajaxGet[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- def ajaxPost[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- def ajaxPut[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def delete[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def post[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- def put[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate[V, T](form: ValueType[V])(hasErrors: (Seq[(String, String)]) => T, success: (V) => T): T
- Attributes
- protected
- Definition Classes
- FormSupport
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Inherited from FormSupport
Value Members
- def validate[V, T](form: ValueType[V])(hasErrors: (Seq[(String, String)]) => T, success: (V) => T): T
- Attributes
- protected
- Definition Classes
- FormSupport
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Ungrouped
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ajaxDelete[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- def ajaxGet[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- def ajaxPost[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- def ajaxPut[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def delete[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def post[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- def put[T](path: String, form: ValueType[T])(action: (T) => Any): Route
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate[V, T](form: ValueType[V])(hasErrors: (Seq[(String, String)]) => T, success: (V) => T): T
- Attributes
- protected
- Definition Classes
- FormSupport
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()