Package org.gvsig.vcsgis.lib.requests
Class PrepareWCRequestHelper
java.lang.Object
org.gvsig.vcsgis.lib.BaseSupportError
org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
org.gvsig.vcsgis.lib.requests.PrepareWCRequestHelper
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisPrepareWCRequest,VCSGisRequest,RequestHelper,SupportError
- Author:
- gvSIG Team
-
Field Summary
FieldsFields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()getLabel()getName()voidsetCategories(String categories) voidvoidvoidsetUserName(String user) voidsetUserPass(String pass) Methods inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequestHelper
execute, getAuthenticationToken, getCode, getRepository, getRequestName, getUserCode, isEnabledStatus, now, setAuthenticationToken, setAuthenticationTokenAndUser, setEnabledStatus, setUserCodeMethods inherited from class org.gvsig.vcsgis.lib.BaseSupportError
cleanLastError, error, error, getLastErrorCode, getLastErrorMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.vcsgis.lib.requests.RequestHelper
error, errorMethods inherited from interface org.gvsig.vcsgis.lib.SupportError
cleanLastError, getLastErrorCode, getLastErrorMessageMethods inherited from interface org.gvsig.vcsgis.lib.repository.requests.VCSGisRequest
execute, getAuthenticationToken, getCode, getRequestName, getUserCode, setAuthenticationToken, setAuthenticationTokenAndUser, setEnabledStatus, setUserCode
-
Field Details
-
requestURL
-
-
Constructor Details
-
PrepareWCRequestHelper
-
-
Method Details
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.gvsig.tools.dispose.Disposable- Overrides:
disposein classAbstractRequestHelper
-
getName
- Specified by:
getNamein interfaceVCSGisPrepareWCRequest
-
setName
- Specified by:
setNamein interfaceVCSGisPrepareWCRequest
-
getLabel
- Specified by:
getLabelin interfaceVCSGisPrepareWCRequest
-
setLabel
- Specified by:
setLabelin interfaceVCSGisPrepareWCRequest
-
getCategories
- Specified by:
getCategoriesin interfaceVCSGisPrepareWCRequest
-
setCategories
- Specified by:
setCategoriesin interfaceVCSGisPrepareWCRequest
-
getUserName
- Specified by:
getUserNamein interfaceVCSGisPrepareWCRequest
-
setUserName
- Specified by:
setUserNamein interfaceVCSGisPrepareWCRequest
-
getUserPass
- Specified by:
getUserPassin interfaceVCSGisPrepareWCRequest
-
setUserPass
- Specified by:
setUserPassin interfaceVCSGisPrepareWCRequest
-