All Downloads are FREE. Search and download functionalities are using the official Maven repository.

os.browse.internal.page.EntityPage.scala Maven / Gradle / Ivy

The newest version!
// Copyright (c) 2014-2015 Optersoft

package os.browse.internal.page

object EntityPage {
  //
  //  def apply(entity: Entity): Writer = Page("Entity") { w =>
  //
  //    w < "

Entity

" // } //page < """""" // Reflect(entity).attributes. // //filter { _.field.getAnnotation(classOf[os.hidden]) == null }. // map { attribute => // // val value = attribute.get(entity) // val clazz = if (value == null) "hidden" else null // // page < """ // // // // """ // // } // page < """
""" // // // val adapter = Adapter(attribute.target, attribute.sequence) // // adapter(w, entity, attribute) // page < """ //
""" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy