com.xebialabs.deployit.plugin.wls.ci
Class ApacheHttpdWlsPluginConfiguration
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.wls.ci.ApacheHttpdWlsPluginConfiguration
- All Implemented Interfaces:
- java.io.Serializable
@ConfigurationItem(description="An abstraction of Apache Weblogic Plugin Configuration. It is used to generate the configuration file which is included in the Apache main httpd.conf file",
category="middleware")
public class ApacheHttpdWlsPluginConfiguration- extends com.xebialabs.deployit.BaseConfigurationItem
Configuration for the
Apache WebLogic plugin in situations where the target environment contains
Apache web servers which "front" WLS servers.
Supports redirection by MIME match expressions and by target paths.
- See Also:
- Serialized Form
| Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem |
label |
| Methods inherited from class com.xebialabs.deployit.BaseConfigurationItem |
equals, getLabel, hashCode, setLabel, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
mimeMatchExpressions
@ConfigurationItemProperty(description="Comma separated list of match expression to proxy requests by MIME type")
private java.lang.String mimeMatchExpressions
errorPage
@ConfigurationItemProperty(description="Error Page")
private java.lang.String errorPage
pathExpressions
@ConfigurationItemProperty(description="Comma separated list of path to be used for proxing requests by path")
private java.lang.String pathExpressions
ApacheHttpdWlsPluginConfiguration
public ApacheHttpdWlsPluginConfiguration()
getMimeMatchExpressions
public java.lang.String getMimeMatchExpressions()
setMimeMatchExpressions
public void setMimeMatchExpressions(java.lang.String mimeMatchExpressions)
getErrorPage
public java.lang.String getErrorPage()
setErrorPage
public void setErrorPage(java.lang.String errorPage)
getPathExpressions
public java.lang.String getPathExpressions()
setPathExpressions
public void setPathExpressions(java.lang.String pathExpressions)
Copyright © 2009. All Rights Reserved.