Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.chiba.adapter
Class EnvironmentAdapterImpl  view EnvironmentAdapterImpl download EnvironmentAdapterImpl.java

java.lang.Object
  extended byorg.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 $

Field Summary
 
Fields inherited from interface org.chiba.adapter.EnvironmentAdapter
FORWARD_RESPONSE_STREAM
 
Constructor Summary
EnvironmentAdapterImpl()
           
 
Method Summary
 void forward(java.util.Map response)
          Instructs the application environment to forward the given response.
 java.lang.String getExternalName(org.chiba.xml.xforms.ui.AbstractFormControl control)
          Returns an external name for a given form control.
 void redirect(java.lang.String uri)
          Instructs the application environment to redirect to the given URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentAdapterImpl

public EnvironmentAdapterImpl()
Method Detail

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