Uses of Class
com.twelvemonkeys.servlet.InitParam
-
Packages that use InitParam Package Description com.twelvemonkeys.servlet -
-
Uses of InitParam in com.twelvemonkeys.servlet
Methods in com.twelvemonkeys.servlet with annotations of type InitParam Modifier and Type Method Description voidBrowserHelperFilter. setAcceptMappingsFile(java.lang.String pPropertiesFile)Sets the accept-mappings for this filtervoidTrimWhiteSpaceFilter. setAutoFlush(boolean pAutoFlush)voidGenericFilter. setOncePerRequest(boolean pOncePerRequest)Specifies if this filter should run once per request (true), or for each forward/include resource (false).voidStaticContentServlet. setRoot(java.io.File root)Configures the file systemrootfor this servlet.
-