org.apache.myfaces.trinidadinternal.config.upload
Class FileUploadConfiguratorImpl

java.lang.Object
  extended by org.apache.myfaces.trinidad.config.Configurator
      extended by org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl

public class FileUploadConfiguratorImpl
extends org.apache.myfaces.trinidad.config.Configurator

This configurator will handle the FileUploads for Trinidad.

Version:
$Revision$ $Date$

Constructor Summary
FileUploadConfiguratorImpl()
           
 
Method Summary
static void apply(javax.faces.context.ExternalContext context)
           
 void beginRequest(javax.faces.context.ExternalContext externalContext)
           
 void endRequest(javax.faces.context.ExternalContext externalContext)
           
static java.util.Map<java.lang.String,java.lang.String[]> getAddedParameters(javax.faces.context.ExternalContext externalContext)
          Returns the added parameters
 javax.faces.context.ExternalContext getExternalContext(javax.faces.context.ExternalContext externalContext)
           
 void init(javax.faces.context.ExternalContext externalContext)
           
static boolean isApplied(javax.faces.context.ExternalContext context)
          Returns true if the request wrapper has been applied.
 
Methods inherited from class org.apache.myfaces.trinidad.config.Configurator
destroy, disableConfiguratorServices, isConfiguratorServiceDisabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadConfiguratorImpl

public FileUploadConfiguratorImpl()
Method Detail

getAddedParameters

public static java.util.Map<java.lang.String,java.lang.String[]> getAddedParameters(javax.faces.context.ExternalContext externalContext)
Returns the added parameters

Parameters:
externalContext -
Returns:

isApplied

public static boolean isApplied(javax.faces.context.ExternalContext context)
Returns true if the request wrapper has been applied.

Parameters:
context -
Returns:

apply

public static void apply(javax.faces.context.ExternalContext context)

beginRequest

public void beginRequest(javax.faces.context.ExternalContext externalContext)
Overrides:
beginRequest in class org.apache.myfaces.trinidad.config.Configurator

getExternalContext

public javax.faces.context.ExternalContext getExternalContext(javax.faces.context.ExternalContext externalContext)
Overrides:
getExternalContext in class org.apache.myfaces.trinidad.config.Configurator

endRequest

public void endRequest(javax.faces.context.ExternalContext externalContext)
Overrides:
endRequest in class org.apache.myfaces.trinidad.config.Configurator

init

public void init(javax.faces.context.ExternalContext externalContext)
Overrides:
init in class org.apache.myfaces.trinidad.config.Configurator


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.