public class IndexPageServletFactory extends Object implements ServletAdapterFactory, CdsRuntimeAware
| Constructor and Description |
|---|
IndexPageServletFactory() |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.Servlet |
create() |
String |
getBasePath() |
String[] |
getMappings() |
UrlResourcePath |
getServletPath() |
boolean |
isEnabled() |
void |
setCdsRuntime(CdsRuntime runtime) |
public void setCdsRuntime(CdsRuntime runtime)
setCdsRuntime in interface CdsRuntimeAwarepublic javax.servlet.Servlet create()
create in interface AdapterFactorycreate in interface ServletAdapterFactorypublic boolean isEnabled()
isEnabled in interface AdapterFactorypublic String getBasePath()
getBasePath in interface ServletAdapterFactorypublic String[] getMappings()
getMappings in interface ServletAdapterFactorypublic UrlResourcePath getServletPath()
getServletPath in interface ServletAdapterFactoryCopyright © 2021. All rights reserved.