org.ibisph.mvc.view
Interface ClientRedirection

All Known Implementing Classes:
SimpleClientRedirection

public interface ClientRedirection

Defineds methods needed for a Client Redirection View object.

Author:
Garth Braithwaite, STG

Method Summary
 java.lang.String getRedirectionAddress()
           
 java.lang.String getURLModelName()
           
 void setRedirectionAddress(java.lang.String redirectionAddress)
          Sets the default URL redirection address to be used is a URL value is not specified in the model.
 void setURLModelName(java.lang.String urlModelName)
          Sets the model name for the URL parameter
 

Method Detail

setURLModelName

void setURLModelName(java.lang.String urlModelName)
Sets the model name for the URL parameter


setRedirectionAddress

void setRedirectionAddress(java.lang.String redirectionAddress)
Sets the default URL redirection address to be used is a URL value is not specified in the model.


getURLModelName

java.lang.String getURLModelName()
Returns:
the URL parameter model name property.

getRedirectionAddress

java.lang.String getRedirectionAddress()
Returns:
the redirection address property.