org.kuali.common.deploy.appserver.spring
Class TomcatConfig

java.lang.Object
  extended by org.kuali.common.deploy.appserver.spring.TomcatConfig
All Implemented Interfaces:
ApplicationServerConfig

@Configuration
@Import(value={org.kuali.common.util.spring.service.SpringServiceConfig.class,DefaultDeployContextConfig.class,org.kuali.common.util.maven.spring.MavenServiceConfig.class,DefaultSecureChannelConfig.class,org.kuali.common.http.spring.DefaultHttpServiceConfig.class})
public class TomcatConfig
extends Object
implements ApplicationServerConfig


Constructor Summary
TomcatConfig()
           
 
Method Summary
 ApplicationServer applicationServer()
           
protected  Deployable getApplication()
           
protected  String getApplicationPath()
           
protected  ApplicationServer getApplicationServer()
           
protected  org.kuali.common.http.service.HttpWaitExecutable getHttpWaitExecutable()
           
protected  com.google.common.base.Optional<Deployable> getJdbcDriver()
           
protected  String getJdbcDriverPath(org.kuali.common.util.maven.model.Artifact jdbcDriver)
           
protected  List<Deployable> getJsps()
           
protected  Deployable getSetEnv()
           
protected  List<String> getTomcatChowns()
           
protected  List<String> getTomcatCreates()
           
protected  List<String> getTomcatDeletes()
           
protected  List<Deployable> getTomcatDeployables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatConfig

public TomcatConfig()
Method Detail

applicationServer

@Bean
public ApplicationServer applicationServer()
Specified by:
applicationServer in interface ApplicationServerConfig

getSetEnv

protected Deployable getSetEnv()

getJsps

protected List<Deployable> getJsps()

getTomcatDeletes

protected List<String> getTomcatDeletes()

getTomcatCreates

protected List<String> getTomcatCreates()

getTomcatChowns

protected List<String> getTomcatChowns()

getJdbcDriverPath

protected String getJdbcDriverPath(org.kuali.common.util.maven.model.Artifact jdbcDriver)

getJdbcDriver

protected com.google.common.base.Optional<Deployable> getJdbcDriver()

getTomcatDeployables

protected List<Deployable> getTomcatDeployables()

getApplicationServer

protected ApplicationServer getApplicationServer()

getHttpWaitExecutable

protected org.kuali.common.http.service.HttpWaitExecutable getHttpWaitExecutable()

getApplicationPath

protected String getApplicationPath()

getApplication

protected Deployable getApplication()


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.