(refs #464)Add Fragment rendering support for Ajax

This commit is contained in:
Naoki Takezoe
2014-08-24 13:56:32 +09:00
parent ffd10122ed
commit 95a8649f79
2 changed files with 10 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
import java.sql.PreparedStatement
import play.twirl.api.Html
import util.ControlUtil._
import scala.collection.mutable.ListBuffer
package object plugin {
case class Redirect(path: String)
case class Fragment(html: Html)
object db {
// TODO labelled place holder support