org.apache.myfaces.trinidadinternal.config.upload
Class FileUploadConfiguratorImpl
java.lang.Object
org.apache.myfaces.trinidad.config.Configurator
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$
- Author:
- Scott O'Bryan (latest modification by $Author$)
Field Summary |
static java.lang.String |
_PARAMS
|
Method Summary |
static void |
apply(javax.faces.context.ExternalContext context)
|
void |
beginRequest(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, endRequest, isConfiguratorServiceDisabled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_PARAMS
public static final java.lang.String _PARAMS
FileUploadConfiguratorImpl
public FileUploadConfiguratorImpl()
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
init
public void init(javax.faces.context.ExternalContext externalContext)
- Overrides:
init
in class org.apache.myfaces.trinidad.config.Configurator
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.