|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IXFService, IXFProject and IXFTransformation instead
Copyright 2004 SAP AG
| Method Summary | |
boolean |
canPost()
Deprecated. true if postXMLData is supported |
boolean |
canRespond()
Deprecated. true if sendHtmlRespond is supported |
boolean |
checkXMLDataExistence()
Deprecated. check if XML data exists |
String |
getAction()
Deprecated. |
Locale |
getClientLocale()
Deprecated. |
String |
getEncoding()
Deprecated. |
String |
getFormMimeType()
Deprecated. |
InputStream |
getFormStream()
Deprecated. get a html stream of the form |
InputStream |
getFormStream(boolean allowEdit)
Deprecated. get a html stream of the form |
InputStream |
getFormStream(boolean allowEdit,
HashMap extproperties)
Deprecated. get a html stream of the form |
InputStream |
getFormStream(boolean allowEdit,
HashMap extproperties,
String XSLName)
Deprecated. get a html stream of the form |
InputStream |
getFormStream(boolean allowEdit,
String XSLName)
Deprecated. get a html stream of the form |
InputStream |
getFormStream(HashMap extproperties)
Deprecated. get a html stream of the form |
InputStream |
getFormStream(HashMap extproperties,
String XSLName)
Deprecated. get a html stream of the form |
InputStream |
getFormStream(String XSLName)
Deprecated. get a html stream of the form |
String |
getID()
Deprecated. shortname of the form |
String |
getImagePath()
Deprecated. |
InputStream |
getListStream()
Deprecated. get a html listing of the items |
InputStream |
getListStream(HashMap extparameters)
Deprecated. get a html listing of the items |
InputStream |
getListStream(HashMap extparameters,
String XSLName)
Deprecated. get a html listing of the items |
InputStream |
getListStream(String XSLName)
Deprecated. get a html listing of the items |
String |
getName()
Deprecated. descritive name of the form |
HashMap |
getParameters()
Deprecated. define a set of parameters which are to be generated as hidden form fields |
boolean |
getRename()
Deprecated. |
IResourceContext |
getResourceContext()
Deprecated. |
String |
getResourceType()
Deprecated. |
String |
getRespondMimeType()
Deprecated. |
InputStream |
getRespondStream()
Deprecated. get a html stream of the form |
InputStream |
getRespondStream(HashMap extproperties)
Deprecated. get a html stream of the form |
Map |
getShowForms()
Deprecated. |
boolean |
getStoreOnValidationError()
Deprecated. |
String |
getSubmitMethod()
Deprecated. |
IResourceContext |
getSystemResourceContext()
Deprecated. |
String |
getTemplatePath()
Deprecated. |
boolean |
getUseMetaXMLFormat()
Deprecated. |
boolean |
getValidation()
Deprecated. |
String |
getValidationErrorList()
Deprecated. XML string containing all validation errors see XMLValidator for more information on the format of the XML stream |
int |
getValidationErrorNumber()
Deprecated. number of validation errors |
InputStream |
getValidationErrorStream()
Deprecated. XML stream with error information tags see XMLValidator for more information on the format of the XML stream |
String |
getXMLDataAbsolute()
Deprecated. |
String |
getXMLDataExtension()
Deprecated. |
String |
getXMLDataName()
Deprecated. |
String |
getXMLDataPath()
Deprecated. |
String |
getXMLTemplateName()
Deprecated. |
String |
getXSLCreateStyle()
Deprecated. |
String |
getXSLListStyle()
Deprecated. |
String |
getXSLPostStyle()
Deprecated. |
String |
getXSLPropCreateStyle()
Deprecated. name of the XSL Stylesheet to generate the resource properties form |
String |
getXSLPropShowStyle()
Deprecated. name of the XSL Stylesheet to generate the resource properties form |
String |
getXSLRespondStyle()
Deprecated. |
String |
getXSLShowStyle()
Deprecated. |
boolean |
postXMLData(InputStream XMLinputStream)
Deprecated. post the form to the |
boolean |
postXMLData(InputStream XMLinputStream,
HashMap extproperties)
Deprecated. post the form to the |
void |
setAction(String action)
Deprecated. the callback URL for then form |
void |
setClientLocale(Locale clientlocale)
Deprecated. client locale |
void |
setDataTypes(HashMap map)
Deprecated. set HashMap with data types |
void |
setImagePath(String imagepath)
Deprecated. image path |
void |
setNSMaps(HashMap alias2ns,
HashMap ns2alias)
Deprecated. |
void |
setOriginalResourceNames(String orgname,
String resname)
Deprecated. |
void |
setRename(boolean value)
Deprecated. flag to switch on/off renaming, default is false |
void |
setResourceContext(IResourceContext resourcecontext)
Deprecated. resource context |
void |
setResourceType(String name)
Deprecated. XML data resoure path |
void |
setStoreOnValidationError(boolean value)
Deprecated. store even if validation failes |
void |
setSubmitMethod(String method)
Deprecated. the submit method to by used by the form i.e. |
void |
setSystemResourceContext(IResourceContext systemrescontext)
Deprecated. system resource context |
void |
setUseMetaXMLFormat(boolean value)
Deprecated. Single XSL is used to generate the form |
void |
setValidation(boolean value)
Deprecated. flag to switch on/off validation, default is true |
void |
setXMLDataAbsolute(String uri)
Deprecated. XML absolute data uri for existing resources setting will set DataPath, DataName and DataExtension accordingly |
void |
setXMLDataExtension(String name)
Deprecated. XML data resoure extension |
void |
setXMLDataName(String name)
Deprecated. XML data resoure |
void |
setXMLDataPath(String name)
Deprecated. XML data resoure path |
void |
setXMLDataStream(InputStream in)
Deprecated. |
void |
setXMLTemplateName(String name)
Deprecated. name of the XML template |
void |
setXSLCreateStyle(String name)
Deprecated. name of the XSL stylesheet to create the data form |
void |
setXSLListStyle(String name)
Deprecated. name of the XSL stylesheet to display the data |
void |
setXSLRespondStyle(String name)
Deprecated. name of the XSL stylesheet to generate the respond |
void |
setXSLShowStyle(String name)
Deprecated. name of the XSL stylesheet to display the data |
InputStream |
validateXMLData(HttpServletRequest request)
Deprecated. post the form to the |
InputStream |
validateXMLData(HttpServletRequest request,
HashMap extproperties)
Deprecated. post the form to the |
InputStream |
validateXMLData(InputStream XMLinputStream)
Deprecated. post the form to the |
InputStream |
validateXMLData(InputStream XMLinputStream,
HashMap extproperties)
Deprecated. post the form to the |
| Method Detail |
public String getName()
public String getID()
public void setSubmitMethod(String method)
public String getSubmitMethod()
public void setImagePath(String imagepath)
public String getImagePath()
public void setClientLocale(Locale clientlocale)
public Locale getClientLocale()
public void setResourceContext(IResourceContext resourcecontext)
public IResourceContext getResourceContext()
public void setSystemResourceContext(IResourceContext systemrescontext)
public IResourceContext getSystemResourceContext()
public void setAction(String action)
public String getAction()
public HashMap getParameters()
public String getTemplatePath()
public void setXMLTemplateName(String name)
public String getXMLTemplateName()
public void setXSLCreateStyle(String name)
public String getXSLCreateStyle()
public void setXSLShowStyle(String name)
public String getXSLShowStyle()
public void setXSLListStyle(String name)
public String getXSLListStyle()
public void setXSLRespondStyle(String name)
public String getXSLRespondStyle()
public String getXSLPostStyle()
public String getXSLPropCreateStyle()
public String getXSLPropShowStyle()
public void setUseMetaXMLFormat(boolean value)
public boolean getUseMetaXMLFormat()
public void setXMLDataAbsolute(String uri)
public String getXMLDataAbsolute()
public void setXMLDataPath(String name)
public String getXMLDataPath()
public void setResourceType(String name)
public String getResourceType()
public void setXMLDataName(String name)
throws XMLFormException,
Exception
XMLFormException
Exceptionpublic String getXMLDataName()
public void setXMLDataExtension(String name)
public String getXMLDataExtension()
public void setXMLDataStream(InputStream in)
public boolean checkXMLDataExistence()
public boolean canRespond()
public boolean canPost()
public String getFormMimeType()
public String getRespondMimeType()
public String getValidationErrorList()
public InputStream getValidationErrorStream()
public int getValidationErrorNumber()
public void setRename(boolean value)
public boolean getRename()
public void setValidation(boolean value)
public boolean getValidation()
public void setStoreOnValidationError(boolean value)
public boolean getStoreOnValidationError()
public void setDataTypes(HashMap map)
public String getEncoding()
public Map getShowForms()
public void setOriginalResourceNames(String orgname,
String resname)
public void setNSMaps(HashMap alias2ns,
HashMap ns2alias)
public InputStream getFormStream()
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getFormStream(HashMap extproperties)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getFormStream(boolean allowEdit)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getFormStream(boolean allowEdit,
HashMap extproperties)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getFormStream(String XSLName)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getFormStream(HashMap extproperties,
String XSLName)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getFormStream(boolean allowEdit,
String XSLName)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getFormStream(boolean allowEdit,
HashMap extproperties,
String XSLName)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getListStream()
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getListStream(HashMap extparameters)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getListStream(String XSLName)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getListStream(HashMap extparameters,
String XSLName)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public boolean postXMLData(InputStream XMLinputStream)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public boolean postXMLData(InputStream XMLinputStream,
HashMap extproperties)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream validateXMLData(InputStream XMLinputStream)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream validateXMLData(InputStream XMLinputStream,
HashMap extproperties)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream validateXMLData(HttpServletRequest request)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream validateXMLData(HttpServletRequest request,
HashMap extproperties)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getRespondStream()
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
public InputStream getRespondStream(HashMap extproperties)
throws XMLFormException,
IOException,
Exception
XMLFormException
IOException
Exception
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||