|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MTPException | |
---|---|
edu.uoc.pfc.j2ee.jalonsod.mtp.config | |
edu.uoc.pfc.j2ee.jalonsod.mtp.helper | |
edu.uoc.pfc.j2ee.jalonsod.mtp.request |
Uses of MTPException in edu.uoc.pfc.j2ee.jalonsod.mtp.config |
---|
Subclasses of MTPException in edu.uoc.pfc.j2ee.jalonsod.mtp.config | |
---|---|
class |
ConfiguratorException
File: ConfiguratorException.java Created: 2012-04-23 Exceptions thrown by configuration code are this kind. |
Uses of MTPException in edu.uoc.pfc.j2ee.jalonsod.mtp.helper |
---|
Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.helper that throw MTPException | |
---|---|
static RequestDataPrivate |
ContextFactory.getContext(javax.servlet.ServletRequest request)
Main method for creating requestData context object based on the type of the
request object. |
private static HttpRequestData |
ContextFactory.getHttpContext(javax.servlet.http.HttpServletRequest request)
Creates requestData objects for httpServletRequest request type. |
void |
ModelRunner.run(RequestDataPrivate requestData)
Runs the model instance stored in the requestData. |
void |
Validator.setParameterValues(RequestDataPrivate requestData)
Write the parameters from the request into the application modelInstance. |
void |
ModelMapperImpl.setRequestModel(RequestDataPrivate requestData)
|
void |
ModelMapper.setRequestModel(RequestDataPrivate requestData)
Sets into the requestData the model metadata object [setModel()] and creates the instance of the application model class [setModelInstance()]. |
void |
ViewMapperImpl.setRequestView(RequestDataPrivate requestData)
|
void |
ViewMapper.setRequestView(RequestDataPrivate requestData)
Sets into the requestData the view object [setView()] and optionally the result object [setResult()]. |
Uses of MTPException in edu.uoc.pfc.j2ee.jalonsod.mtp.request |
---|
Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.request that throw MTPException | |
---|---|
void |
StringParameterInstance.setStringValue(java.lang.String value)
|
abstract void |
ParameterInstance.setStringValue(java.lang.String value)
Sets the value of the parameterInstance received in a string and converted to
appropriate datatype. |
void |
IntegerParameterInstance.setStringValue(java.lang.String value)
|
void |
DoubleParameterInstance.setStringValue(java.lang.String value)
|
void |
DateParameterInstance.setStringValue(java.lang.String value)
|
void |
BooleanParameterInstance.setStringValue(java.lang.String value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |