public class DspExtendlet extends java.lang.Object implements Extendlet
Extendlet
) used to parse
DSP files loaded from the classpath.
Note: it assumes the file being loaded is UTF-8. The encoding of the output stream is default to UTF-8, but DSP can change by use of the page directive.
ALLOW_DIRECT_INCLUDE
Constructor and Description |
---|
DspExtendlet() |
Modifier and Type | Method and Description |
---|---|
boolean |
getFeature(int feature)
Returns if the specified feature is supported.
|
void |
init(ExtendletConfig config)
Initializes the resource processor.
|
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String path)
Process the specified request.
|
public void init(ExtendletConfig config)
Extendlet
public boolean getFeature(int feature)
Extendlet
getFeature
in interface Extendlet
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String path) throws javax.servlet.ServletException, java.io.IOException
Extendlet
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.