Apache CXF API

org.apache.cxf.transport.servlet
Class AbstractServletController

java.lang.Object
  extended by org.apache.cxf.transport.servlet.AbstractServletController
Direct Known Subclasses:
ServletController

public abstract class AbstractServletController
extends java.lang.Object


Field Summary
protected static java.lang.String DEFAULT_LISTINGS_CLASSIFIER
           
protected  boolean disableAddressUpdates
           
protected  java.lang.String forcedBaseAddress
           
protected  boolean isHideServiceList
           
protected  java.lang.String serviceListRelativePath
           
protected  java.lang.String serviceListStyleSheet
           
protected  java.lang.String title
           
 
Constructor Summary
protected AbstractServletController()
           
protected AbstractServletController(javax.servlet.ServletConfig config)
           
 
Method Summary
protected  java.lang.String getBaseURL(javax.servlet.http.HttpServletRequest request)
           
 void setDisableAddressUpdates(boolean noupdates)
           
 void setForcedBaseAddress(java.lang.String s)
           
 void setHideServiceList(boolean generate)
           
 void setServiceListRelativePath(java.lang.String relativePath)
           
 void setServiceListStyleSheet(java.lang.String serviceListStyleSheet)
           
 void setTitle(java.lang.String t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_LISTINGS_CLASSIFIER

protected static final java.lang.String DEFAULT_LISTINGS_CLASSIFIER
See Also:
Constant Field Values

isHideServiceList

protected boolean isHideServiceList

disableAddressUpdates

protected boolean disableAddressUpdates

forcedBaseAddress

protected java.lang.String forcedBaseAddress

serviceListStyleSheet

protected java.lang.String serviceListStyleSheet

title

protected java.lang.String title

serviceListRelativePath

protected java.lang.String serviceListRelativePath
Constructor Detail

AbstractServletController

protected AbstractServletController()

AbstractServletController

protected AbstractServletController(javax.servlet.ServletConfig config)
Method Detail

setHideServiceList

public void setHideServiceList(boolean generate)

setServiceListRelativePath

public void setServiceListRelativePath(java.lang.String relativePath)

setDisableAddressUpdates

public void setDisableAddressUpdates(boolean noupdates)

setForcedBaseAddress

public void setForcedBaseAddress(java.lang.String s)

setServiceListStyleSheet

public void setServiceListStyleSheet(java.lang.String serviceListStyleSheet)

setTitle

public void setTitle(java.lang.String t)

getBaseURL

protected java.lang.String getBaseURL(javax.servlet.http.HttpServletRequest request)

Apache CXF API

Apache CXF