Liferay 7.0-ce-b4

com.liferay.portal.service.configuration.servlet
Class ServletServiceContextComponentConfiguration

java.lang.Object
  extended by com.liferay.portal.service.configuration.servlet.ServletServiceContextComponentConfiguration
All Implemented Interfaces:
ServiceComponentConfiguration

public class ServletServiceContextComponentConfiguration
extends Object
implements ServiceComponentConfiguration


Constructor Summary
ServletServiceContextComponentConfiguration(javax.servlet.ServletContext servletContext)
           
 
Method Summary
 InputStream getHibernateInputStream()
           
 InputStream getModelHintsExtInputStream()
           
 InputStream getModelHintsInputStream()
           
 InputStream getSQLIndexesInputStream()
           
 InputStream getSQLSequencesInputStream()
           
 InputStream getSQLTablesInputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletServiceContextComponentConfiguration

public ServletServiceContextComponentConfiguration(javax.servlet.ServletContext servletContext)
Method Detail

getHibernateInputStream

public InputStream getHibernateInputStream()
Specified by:
getHibernateInputStream in interface ServiceComponentConfiguration

getModelHintsInputStream

public InputStream getModelHintsInputStream()
Specified by:
getModelHintsInputStream in interface ServiceComponentConfiguration

getModelHintsExtInputStream

public InputStream getModelHintsExtInputStream()
Specified by:
getModelHintsExtInputStream in interface ServiceComponentConfiguration

getSQLIndexesInputStream

public InputStream getSQLIndexesInputStream()
Specified by:
getSQLIndexesInputStream in interface ServiceComponentConfiguration

getSQLSequencesInputStream

public InputStream getSQLSequencesInputStream()
Specified by:
getSQLSequencesInputStream in interface ServiceComponentConfiguration

getSQLTablesInputStream

public InputStream getSQLTablesInputStream()
Specified by:
getSQLTablesInputStream in interface ServiceComponentConfiguration

Liferay 7.0-ce-b4