public class UploadRenderer extends Renderer
| Modifier and Type | Field and Description |
|---|---|
static int |
FILE_SIZE_MAX_DEFAULT
The default max file size, in MB, for an upload.
|
static String |
PROPERTY_FILE_SIZE_MAX
Property set via sakai.properties to limit the file size allowed for
uploads.
|
| Constructor and Description |
|---|
UploadRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(FacesContext context,
UIComponent component) |
void |
encodeBegin(FacesContext context,
UIComponent component) |
convertClientId, encodeChildren, encodeEnd, getConvertedValue, getRendersChildrenpublic static final String PROPERTY_FILE_SIZE_MAX
public static final int FILE_SIZE_MAX_DEFAULT
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
encodeBegin in class RendererIOExceptionpublic void decode(FacesContext context, UIComponent component)
Copyright © 2004-2014 Sakai Project. All Rights Reserved.