public abstract class AbstractResinStandaloneLocalConfiguration extends AbstractStandaloneLocalConfiguration
ContainerConfiguration implementations.RESOURCE_PATH| Constructor and Description |
|---|
AbstractResinStandaloneLocalConfiguration(String dir) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createExpandedWarTokenValue(String dirAttribute) |
protected abstract org.apache.tools.ant.types.FilterChain |
createResinFilterChain() |
protected void |
doConfigure(LocalContainer container) |
ConfigurationCapability |
getCapability() |
protected String |
getSecurityToken(String prefix,
String suffix) |
protected abstract void |
prepareAdditions(Container container,
org.apache.tools.ant.types.FilterChain filterChain)
Allow specific version implementations to add custom preparation steps before the container
is started.
|
String |
toString() |
createFilterChain, getType, setupConfigurationDir, verifyaddDeployable, configure, getAntUtils, getDeployables, getFileHandler, getHome, getResourceUtils, setFileHandlergetProperties, getPropertyValue, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddDeployable, configure, getDeployables, getHomegetProperties, getPropertyValue, setPropertypublic AbstractResinStandaloneLocalConfiguration(String dir)
public ConfigurationCapability getCapability()
Configuration.getCapability()protected abstract void prepareAdditions(Container container, org.apache.tools.ant.types.FilterChain filterChain) throws IOException
container - the container to configurefilterChain - the filter chain used to replace Ant tokens in configurationIOException - in case of an errorprotected abstract org.apache.tools.ant.types.FilterChain createResinFilterChain()
protected void doConfigure(LocalContainer container) throws Exception
doConfigure in class AbstractLocalConfigurationExceptionAbstractLocalConfiguration.configure(LocalContainer)protected String createExpandedWarTokenValue(String dirAttribute)
dirAttribute - name of attribute used in resin.conf
to specify where the war is located. This Attribute is different
for different versions of Resin.resin3x.expanded.webapps filter
tokenprotected String getSecurityToken(String prefix, String suffix)
prefix - the prefix string to use for each usersuffix - the suffix string to use for each userpublic String toString()
toString in class ObjectObject.toString()Copyright © 2004-2013 Codehaus. All Rights Reserved.