com.groiss.wf.html
Class PublicHTMLUtils

java.lang.Object
  extended by com.groiss.wf.html.PublicHTMLUtils
All Implemented Interfaces:
Public

public class PublicHTMLUtils
extends java.lang.Object
implements Public

Some utility methods for building HTML GUIs Public Wrapper of HTMLUtils


Constructor Summary
PublicHTMLUtils()
           
 
Method Summary
static Page selectList(javax.servlet.http.HttpServletRequest req)
          Shows a list of objects for selection in form of a selectlist
static Page selectList2(javax.servlet.http.HttpServletRequest req)
          Shows a list of objects for selection in form of a selectlist
static Page selectTable(javax.servlet.http.HttpServletRequest req)
           
static Page selectUserOrRole(javax.servlet.http.HttpServletRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicHTMLUtils

public PublicHTMLUtils()
Method Detail

selectList

public static Page selectList(javax.servlet.http.HttpServletRequest req)
                       throws java.lang.Exception
Shows a list of objects for selection in form of a selectlist

Throws:
java.lang.Exception

selectTable

public static Page selectTable(javax.servlet.http.HttpServletRequest req)
                        throws java.lang.Exception
Throws:
java.lang.Exception

selectList2

public static Page selectList2(javax.servlet.http.HttpServletRequest req)
                        throws java.lang.Exception
Shows a list of objects for selection in form of a selectlist

Throws:
java.lang.Exception

selectUserOrRole

public static Page selectUserOrRole(javax.servlet.http.HttpServletRequest req)
                             throws java.lang.Exception
Throws:
java.lang.Exception


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.