public static class ServerProperties.Servlet extends Object
Constructor and Description |
---|
Servlet() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationDisplayName() |
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() |
Session |
getSession() |
void |
setApplicationDisplayName(String displayName) |
void |
setContextPath(String contextPath) |
void |
setPath(String path) |
public String getContextPath()
public void setContextPath(String contextPath)
public String getApplicationDisplayName()
public void setApplicationDisplayName(String displayName)
public String getPath()
public void setPath(String path)
public Jsp getJsp()
public Session getSession()
public String getServletMapping()
public String getServletPrefix()
public String[] getPathsArray(Collection<String> paths)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.