public abstract class ServletContextConfigurer extends Object
Constructor and Description |
---|
ServletContextConfigurer() |
Modifier and Type | Method and Description |
---|---|
abstract void |
configure() |
protected void |
setInitParameterBoolean(String name,
Boolean value) |
protected void |
setInitParameterInteger(String name,
Integer value) |
protected void |
setInitParameterLong(String name,
Long value) |
protected void |
setInitParameterString(String name,
String value) |
Copyright © 2016 JoinFaces. All rights reserved.