org.apache.geronimo.console.configcreator
Class JSR77_Util

java.lang.Object
  extended by org.apache.geronimo.console.configcreator.JSR77_Util

public class JSR77_Util
extends Object

Util class for JSR-77 related functions


Nested Class Summary
static class JSR77_Util.ReferredData
           
 
Constructor Summary
JSR77_Util()
           
 
Method Summary
protected static List getCommonLibs(javax.portlet.PortletRequest request)
           
protected static List getDeployedCredentialStores(javax.portlet.PortletRequest request)
           
protected static List getDeployedEJBs(javax.portlet.PortletRequest request)
           
static SecurityRealm[] getDeployedSecurityRealms(javax.portlet.PortletRequest request)
           
protected static List getJavaMailSessions(javax.portlet.PortletRequest request)
           
protected static List getJDBCConnectionPools(javax.portlet.PortletRequest request)
           
protected static List getJMSConnectionFactories(javax.portlet.PortletRequest request)
           
protected static List getJMSDestinations(javax.portlet.PortletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSR77_Util

public JSR77_Util()
Method Detail

getDeployedEJBs

protected static List getDeployedEJBs(javax.portlet.PortletRequest request)

getJMSConnectionFactories

protected static List getJMSConnectionFactories(javax.portlet.PortletRequest request)

getJMSDestinations

protected static List getJMSDestinations(javax.portlet.PortletRequest request)

getJDBCConnectionPools

protected static List getJDBCConnectionPools(javax.portlet.PortletRequest request)

getJavaMailSessions

protected static List getJavaMailSessions(javax.portlet.PortletRequest request)

getDeployedCredentialStores

protected static List getDeployedCredentialStores(javax.portlet.PortletRequest request)

getCommonLibs

protected static List getCommonLibs(javax.portlet.PortletRequest request)

getDeployedSecurityRealms

public static SecurityRealm[] getDeployedSecurityRealms(javax.portlet.PortletRequest request)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.