|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IURLFetcherProperties
DOCUMENT ME!
| Method Summary | |
|---|---|
String |
getAnchor()
Get the anchor. |
String |
getBasicUrl()
Get the url without parameters |
IConstants.Method |
getMethod()
DOCUMENT ME! |
String |
getOutputEncoding()
Get output encoding . |
IURLParameters |
getParameters()
Get all the URL parametes (IURLParameters consist of the list of IURLParameter , which holds the parameter details ) |
String |
getPassword()
Get password |
String |
getSystem()
Get the System name. |
String |
getUrl()
Get the url |
String |
getUserName()
Get the user name value retreived from the system. |
boolean |
isClientSideFetching()
The function returns the value that indicates if to redirect request(client side fetching mode) or not (DEFAULT - server side fetching ). |
void |
save(IDataHandler dataHandler)
Method save(IDataHandler dataHandler) |
void |
save(IDataHandler dataHandler,
boolean hideAttributesInPropEditor)
Deprecated. Not in used |
void |
save(IDataHandler dataHandler,
String prefix)
|
void |
setAnchor(String anchor)
Set the anchor. |
void |
setIsClientSideFetching(boolean isToRedirect)
Define if the request should be redirected or not (Client/Server side fetching). |
void |
setMethod(IConstants.Method string)
Set method type. |
void |
setOutputEncoding(String encoding)
Set output encoding . |
void |
setParameters(IURLParameters params)
Set the URL parameters(IURLParameters should be filled before ). |
void |
setPassword(String string)
Set password |
void |
setRequest(IPortalComponentRequest request)
|
void |
setSystem(String systemAlias)
Set System name. |
void |
setSystem(String systemAlias,
IUserContext user)
Set System name. |
void |
setUrl(String url)
Set the url entered url is parsed. |
void |
setUserName(String string)
Set the user name value in order automatically to connect to the backend source. |
| Method Detail |
|---|
String getBasicUrl()
String getUrl()
void setUrl(String url)
boolean isClientSideFetching()
IConstants.Method getMethod()
IURLParameters getParameters()
void setIsClientSideFetching(boolean isToRedirect)
isToRedirect - void setMethod(IConstants.Method string)
string - void setParameters(IURLParameters params)
params - String getUserName()
void setUserName(String string)
string - String getPassword()
void setPassword(String string)
string - String getOutputEncoding()
void setOutputEncoding(String encoding)
String getSystem()
void setSystem(String systemAlias)
systemAlias - System name value.
void setSystem(String systemAlias,
IUserContext user)
systemAlias - System name value.user - void setAnchor(String anchor)
String getAnchor()
void setRequest(IPortalComponentRequest request)
void save(IDataHandler dataHandler,
boolean hideAttributesInPropEditor)
dataHandler - hideAttributesInPropEditor - save(com.sap.portal.httpconnectivity.urlfetcherservice.IDataHandler)void save(IDataHandler dataHandler)
dataHandler -
void save(IDataHandler dataHandler,
String prefix)
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-ADMIN
|
[sap.com] tc/ep/admin/api/extd
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||