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

org.beangle.webmvc.hibernate.action.IndexAction.scala Maven / Gradle / Ivy

There is a newer version: 0.2.7
Show newest version
package org.beangle.webmvc.hibernate.action

class IndexAction extends AbstractAction {

  def index(): String = {
    put("factories", helper.factories)
    forward()
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy