![JAR search and dependency download from the Maven repository](/logo.png)
org.hyperscala.ui.dynamic.DynamicWebpage.scala Maven / Gradle / Ivy
The newest version!
package org.hyperscala.ui.dynamic
import org.hyperscala.web.{Website, Webpage}
import org.hyperscala.html._
import com.outr.net.http.session.Session
/**
* @author Matt Hicks
*/
abstract class DynamicWebpage[S <: Session](website: Website[S]) extends Webpage[S](website) {
def dynamicTag: DynamicTag[tag.HTML]
private lazy val dynamicHTML = dynamicTag.create()
override def html = dynamicHTML
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy