public class ServletConfiguration extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware
Constructor and Description |
---|
ServletConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addInitParameter(String name,
String value) |
void |
afterPropertiesSet() |
void |
fromServlet(DynamicRegistration.Servlet servlet)
Convenience method to easily register a dynamic Frank servlet.
|
boolean |
isAuthenticationEnabled() |
void |
loadProperties()
Overwrites servlet defaults with properties.
|
void |
setName(String servletName) |
void |
setSecurityRoles(String[] accessGrantingRoles) |
void |
setServlet(javax.servlet.Servlet servlet) |
String |
toString() |
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
public void setSecurityRoles(String[] accessGrantingRoles)
public void setName(String servletName)
public void fromServlet(DynamicRegistration.Servlet servlet)
public void setServlet(javax.servlet.Servlet servlet)
public boolean isAuthenticationEnabled()
public void loadProperties()
Copyright © 2023 Frank!Framework. All rights reserved.