com.xebialabs.deployit.plugin.wls.ci
Class ApacheHttpdWlsPluginConfiguration

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by 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

Field Summary
private  java.lang.String errorPage
           
private  java.lang.String mimeMatchExpressions
           
private  java.lang.String pathExpressions
           
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
ApacheHttpdWlsPluginConfiguration()
           
 
Method Summary
 java.lang.String getErrorPage()
           
 java.lang.String getMimeMatchExpressions()
           
 java.lang.String getPathExpressions()
           
 void setErrorPage(java.lang.String errorPage)
           
 void setMimeMatchExpressions(java.lang.String mimeMatchExpressions)
           
 void setPathExpressions(java.lang.String pathExpressions)
           
 
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
 

Field Detail

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
Constructor Detail

ApacheHttpdWlsPluginConfiguration

public ApacheHttpdWlsPluginConfiguration()
Method Detail

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.