Interface INBSPRuntime
public interface INBSPRuntime
Runs nbspage system.
-
Field Details
-
PARAM_REQUEST
- See Also:
-
PARAM_RESPONSE
- See Also:
-
-
Method Details
-
render
Renders the specified file into the specified output sttream.- Parameters:
file
- URI specifing file to render.out
- Output stream into which to render.params
- Params for nbspage to use. May be null.- Throws:
Exception
-
lookup
Finds the specified param in the specified param map.- Parameters:
params
- Map of the page's params.name
- Name of param to find.- Returns:
- Found object or null.
-
lookup
-