Trait

org.beangle.webmvc.api.action

ParamSupport

Related Doc: package action

Permalink

trait ParamSupport extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ParamSupport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def attribute[T](name: String, clazz: Class[T]): T

    Permalink
    Attributes
    protected
  6. final def attribute(name: String): Any

    Permalink
    Attributes
    protected
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def get[T](name: String, clazz: Class[T]): Option[T]

    Permalink
    Attributes
    protected
  12. final def get[T](paramName: String, defaultValue: T): T

    Permalink
    Attributes
    protected
  13. final def get(paramName: String): Option[String]

    Permalink
    Attributes
    protected
  14. final def getAll[T](paramName: String, clazz: Class[T])(implicit arg0: ClassTag[T]): Iterable[T]

    Permalink
    Attributes
    protected
  15. final def getAll(paramName: String): Iterable[Any]

    Permalink
    Attributes
    protected
  16. final def getBoolean(name: String, defaultValue: Boolean): Boolean

    Permalink
    Attributes
    protected
  17. final def getBoolean(name: String): Option[Boolean]

    Permalink
    Attributes
    protected
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def getDate(name: String): Option[Date]

    Permalink
    Attributes
    protected
  20. final def getDateTime(name: String): Option[Date]

    Permalink
    Attributes
    protected
  21. final def getFloat(name: String): Option[Float]

    Permalink
    Attributes
    protected
  22. final def getInt(name: String, defaultValue: Int): Int

    Permalink
    Attributes
    protected
  23. final def getInt(name: String): Option[Int]

    Permalink
    Attributes
    protected
  24. final def getLong(name: String): Option[Long]

    Permalink
    Attributes
    protected
  25. final def getShort(name: String): Option[Short]

    Permalink
    Attributes
    protected
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def put(key: String, value: Any): Unit

    Permalink
    Attributes
    protected
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped