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 CdsRuntimeAware
public javax.servlet.Servlet create()
create
in interface AdapterFactory
create
in interface ServletAdapterFactory
public boolean isEnabled()
isEnabled
in interface AdapterFactory
public String getBasePath()
getBasePath
in interface ServletAdapterFactory
public String[] getMappings()
getMappings
in interface ServletAdapterFactory
public UrlResourcePath getServletPath()
getServletPath
in interface ServletAdapterFactory
Copyright © 2023. All rights reserved.