java.lang.Object
org.chiba.adapter.EnvironmentAdapterImpl
- All Implemented Interfaces:
- EnvironmentAdapter
- public class EnvironmentAdapterImpl
- extends java.lang.Object
- implements EnvironmentAdapter
A default environment adapter implementation which essentially does nothing.
- Version:
- $Id: EnvironmentAdapterImpl.java,v 1.3 2003/10/01 20:57:32 joernt Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvironmentAdapterImpl
public EnvironmentAdapterImpl()
getExternalName
public java.lang.String getExternalName(org.chiba.xml.xforms.ui.AbstractFormControl control)
- Returns an external name for a given form control.
- Specified by:
getExternalName in interface EnvironmentAdapter
forward
public void forward(java.util.Map response)
- Instructs the application environment to forward the given response.
- Specified by:
forward in interface EnvironmentAdapter
redirect
public void redirect(java.lang.String uri)
- Instructs the application environment to redirect to the given URI.
- Specified by:
redirect in interface EnvironmentAdapter