Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.DeployJSPData
Deploys the JSP data contained in a buffer.
Syntax
public IJSPObject deployJSPData(String sData, String sZone, StringBuffer sbError)Parameters
sData
- The JSP data.
sZone
- The name of the JSP zone to store the data in. This is a relative path within the server doc root. The default value is
/
.
sbError
- For return values. This may contain error information.
Returns
IJSPObject
on success,null
on error.
Home > Contents > Index > Oracle JAVA Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.