trait RouteSupport extends MessageSupport
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RouteSupport
- MessageSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
final
def
actionErrors: List[String]
获得aciton错误消息
获得aciton错误消息
- Attributes
- protected
- Definition Classes
- MessageSupport
- Annotations
- @ignore()
-
final
def
actionMessages: List[String]
获得action消息
获得action消息
- Attributes
- protected
- Definition Classes
- MessageSupport
- Annotations
- @ignore()
-
final
def
addError(msgKey: String, args: Any*): Unit
- Attributes
- protected
- Definition Classes
- MessageSupport
-
final
def
addFlashError(msgKey: String, args: Any*): Unit
- Attributes
- protected
- Definition Classes
- MessageSupport
-
final
def
addFlashMessage(msgKey: String, args: Any*): Unit
- Attributes
- protected
- Definition Classes
- MessageSupport
-
final
def
addMessage(msgKey: String, args: Any*): Unit
- Attributes
- protected
- Definition Classes
- MessageSupport
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
forward(action: To, message: String): View
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
forward(action: To): View
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
forward(view: String, message: String): String
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
forward(view: String = null): String
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
getText(key: String, defaultValue: String, args: Any*): String
- Definition Classes
- MessageSupport
-
final
def
getText(aTextName: String): String
- Definition Classes
- MessageSupport
-
final
def
getTextInternal(msgKey: String, args: Any*): String
- Attributes
- protected
- Definition Classes
- MessageSupport
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
redirect(action: To, message: String): View
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
redirect(method: String, params: String, message: String): View
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
redirect(method: String, message: String): View
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
redirect(method: String): View
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
to(uri: String): ToURL
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
to(uri: String, params: String): ToURL
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
to(clazz: Class[_], method: String, params: String): ToClass
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
to(clazz: Class[_], method: String): ToClass
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
to(obj: AnyRef, method: String, params: String): ToClass
- Attributes
- protected
- Annotations
- @ignore()
-
final
def
to(obj: AnyRef, method: String): ToClass
- Attributes
- protected
- Annotations
- @ignore()
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )