org.apache.cxf.transport.servlet
Class AbstractServletController
java.lang.Object
org.apache.cxf.transport.servlet.AbstractServletController
- Direct Known Subclasses:
- OsgiServletController, ServletController
public abstract class AbstractServletController
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_LISTINGS_CLASSIFIER
protected static final String DEFAULT_LISTINGS_CLASSIFIER
- See Also:
- Constant Field Values
isHideServiceList
protected boolean isHideServiceList
disableAddressUpdates
protected boolean disableAddressUpdates
forcedBaseAddress
protected String forcedBaseAddress
serviceListStyleSheet
protected String serviceListStyleSheet
title
protected String title
serviceListRelativePath
protected String serviceListRelativePath
AbstractServletController
protected AbstractServletController()
AbstractServletController
protected AbstractServletController(javax.servlet.ServletConfig config)
setHideServiceList
public void setHideServiceList(boolean generate)
setServiceListRelativePath
public void setServiceListRelativePath(String relativePath)
setDisableAddressUpdates
public void setDisableAddressUpdates(boolean noupdates)
setForcedBaseAddress
public void setForcedBaseAddress(String s)
setServiceListStyleSheet
public void setServiceListStyleSheet(String serviceListStyleSheet)
setTitle
public void setTitle(String t)
getBaseURL
protected String getBaseURL(javax.servlet.http.HttpServletRequest request)
Apache CXF