org.openscience.nmrshiftdb.util
Class UrlTool

java.lang.Object
  extended by org.openscience.nmrshiftdb.util.UrlTool
All Implemented Interfaces:
org.apache.turbine.services.pull.ApplicationTool

public class UrlTool
extends java.lang.Object
implements org.apache.turbine.services.pull.ApplicationTool

This is class building the http(s) url from request url.

Author:
shk3.

Field Summary
private  org.apache.turbine.util.RunData data
           
private  javax.servlet.ServletConfig servcon
           
private static java.util.HashMap<java.lang.String,org.apache.jetspeed.om.security.turbine.TurbineUser> tuser
           
private static java.util.HashMap<java.lang.String,java.lang.Long> users
           
 
Constructor Summary
UrlTool()
           
 
Method Summary
 java.util.List getAff1()
           
 java.util.List getAff2()
           
 java.lang.String getAppropriateURL()
          Gets the logon wiht(out) link.
 java.lang.String getBaseUrl()
          Gets the baseUrl attribute of the UrlTool object
 java.lang.String getBaseUrl(javax.servlet.http.HttpServletRequest request)
          Gets the baseUrl attribute of the UrlTool object
 java.lang.String getIsHttps()
          Tells if the current connection is by https or not.
 java.util.List getLabGroups()
           
 int getRandomId()
           
 java.lang.String getServerOverview()
          Gets an overview of nmrshiftdb servers by rendering servers.xml.
 org.apache.jetspeed.om.security.turbine.TurbineUser getTurbineUser(org.apache.jetspeed.services.rundata.JetspeedRunData data)
           
static java.util.HashMap<java.lang.String,org.apache.jetspeed.om.security.turbine.TurbineUser> getTuser()
           
 java.lang.String getUsers(java.lang.String servername)
          Gets the number of users on a certain server.
static java.util.HashMap getUsersMap()
           
 void init(java.lang.Object data)
          Init from ApplicationTool interface.
 boolean isLabserver()
           
 void refresh()
          Refresh from ApplicationTool interface.
 UrlTool setServcon(javax.servlet.ServletConfig servcon)
          Sets the servlet configuration value (this is only needed for getServerOverview).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

private org.apache.turbine.util.RunData data

servcon

private javax.servlet.ServletConfig servcon

users

private static java.util.HashMap<java.lang.String,java.lang.Long> users

tuser

private static java.util.HashMap<java.lang.String,org.apache.jetspeed.om.security.turbine.TurbineUser> tuser
Constructor Detail

UrlTool

public UrlTool()
Method Detail

setServcon

public UrlTool setServcon(javax.servlet.ServletConfig servcon)
Sets the servlet configuration value (this is only needed for getServerOverview).

Parameters:
servcon - The servletconfiguration.

getAppropriateURL

public java.lang.String getAppropriateURL()
Gets the logon wiht(out) link.

Returns:
The link.

getIsHttps

public java.lang.String getIsHttps()
Tells if the current connection is by https or not.

Returns:
The isHttps value.

getServerOverview

public java.lang.String getServerOverview()
Gets an overview of nmrshiftdb servers by rendering servers.xml.

Returns:
The serverOverview value.

getUsers

public java.lang.String getUsers(java.lang.String servername)
Gets the number of users on a certain server.

Parameters:
servername - The name of the server.
Returns:
The users value.

getBaseUrl

public java.lang.String getBaseUrl()
Gets the baseUrl attribute of the UrlTool object

Returns:
The baseUrl value

getBaseUrl

public java.lang.String getBaseUrl(javax.servlet.http.HttpServletRequest request)
Gets the baseUrl attribute of the UrlTool object

Returns:
The baseUrl value

init

public void init(java.lang.Object data)
Init from ApplicationTool interface.

Specified by:
init in interface org.apache.turbine.services.pull.ApplicationTool
Parameters:
data - RunData.

refresh

public void refresh()
Refresh from ApplicationTool interface.

Specified by:
refresh in interface org.apache.turbine.services.pull.ApplicationTool

getUsersMap

public static java.util.HashMap getUsersMap()

getLabGroups

public java.util.List getLabGroups()
                            throws java.lang.Exception
Throws:
java.lang.Exception

getRandomId

public int getRandomId()
                throws java.lang.Exception
Throws:
java.lang.Exception

getAff1

public java.util.List getAff1()
                       throws java.lang.Exception
Throws:
java.lang.Exception

getAff2

public java.util.List getAff2()
                       throws java.lang.Exception
Throws:
java.lang.Exception

getTurbineUser

public org.apache.jetspeed.om.security.turbine.TurbineUser getTurbineUser(org.apache.jetspeed.services.rundata.JetspeedRunData data)
                                                                   throws org.apache.torque.TooManyRowsException,
                                                                          org.apache.torque.TorqueException
Throws:
org.apache.torque.TooManyRowsException
org.apache.torque.TorqueException

isLabserver

public boolean isLabserver()
                    throws java.io.IOException
Throws:
java.io.IOException

getTuser

public static java.util.HashMap<java.lang.String,org.apache.jetspeed.om.security.turbine.TurbineUser> getTuser()