com.smartwerkz.jupload.classic.config.params
Interface ParameterEnvironment

All Known Implementing Classes:
JUpload, Plugin

public interface ParameterEnvironment


Method Summary
 java.net.URL getCodeBase()
          The location of this environment's origin in URL form.
 java.lang.String[][] getDefaultParams()
          Returns the default parameters for this environment.
 java.lang.String getParameter(java.lang.String strKey)
          Returns customized parameters for this environment.
 

Method Detail

getCodeBase

java.net.URL getCodeBase()
The location of this environment's origin in URL form.


getParameter

java.lang.String getParameter(java.lang.String strKey)
Returns customized parameters for this environment.


getDefaultParams

java.lang.String[][] getDefaultParams()
Returns the default parameters for this environment. One parameter must have the form: key, stringValue, type[, elementType[, elementType2]].



Copyright © 2007 smartwerkz.com. All Rights Reserved.