com.taggercat.template
Class MetaDataUtils

java.lang.Object
  extended by com.taggercat.template.MetaDataUtils

public class MetaDataUtils
extends java.lang.Object

 

Constructor Summary
MetaDataUtils()
           
 
Method Summary
static com.taggercat.metadata.MetaDataReader getMetaDataReader(javax.servlet.ServletContext servletContext)
          Get the MetaDataReader for the current request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaDataUtils

public MetaDataUtils()
Method Detail

getMetaDataReader

public static com.taggercat.metadata.MetaDataReader getMetaDataReader(javax.servlet.ServletContext servletContext)
Get the MetaDataReader for the current request. The tenant we use to read the metadata will change depending upon the calling context. If this is a Templates application ( not part of the main app ) then it will be the first tenant name read when this application's started up; otherwise, it will will the tenant name set on current request.

Parameters:
servletContext -
Returns: