org.beangle.webmvc.api.action

ParamSupport

Related Doc: package action

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Attributes
    protected
  14. final def getAttribute[T](name: String, clazz: Class[T]): T

    Attributes
    protected
  15. final def getAttribute(name: String): Any

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
  26. def hashCode(): Int

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

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

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

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

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped