public class ServerProperties.Servlet extends Object
Constructor and Description |
---|
Servlet() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getContextParameters() |
String |
getContextPath() |
Jsp |
getJsp() |
String |
getPath() |
String |
getPath(String path) |
String[] |
getPathsArray(Collection<String> paths) |
String[] |
getPathsArray(String[] paths) |
String |
getServletMapping() |
String |
getServletPrefix() |
void |
setContextPath(String contextPath) |
void |
setJsp(Jsp jsp) |
void |
setPath(String path) |
public String getContextPath()
public void setContextPath(String contextPath)
public String getPath()
public void setPath(String path)
public Jsp getJsp()
public void setJsp(Jsp jsp)
public String getServletMapping()
public String getServletPrefix()
public String[] getPathsArray(Collection<String> paths)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.