com.liferay.faces.bridge.component.inputfile.internal
Class InputFileRendererBase

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by com.liferay.faces.util.render.DelegatingRendererBase
          extended by com.liferay.faces.bridge.component.inputfile.internal.InputFileRendererBase
All Implemented Interfaces:
DelegatingRenderer
Direct Known Subclasses:
InputFileRendererCompat

@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder")
public abstract class InputFileRendererBase
extends DelegatingRendererBase

Author:
Neil Griffin

Field Summary
protected static String AUTO
           
protected static String FILE_UPLOAD_LISTENER
           
protected static String MULTIPLE
           
 
Constructor Summary
InputFileRendererBase()
           
 
Method Summary
 String getDelegateComponentFamily()
           
 String getDelegateRendererType()
           
 
Methods inherited from class com.liferay.faces.util.render.DelegatingRendererBase
convertClientId, decode, encodeAll, encodeAll, encodeBegin, encodeBegin, encodeChildren, encodeChildren, encodeEnd, encodeEnd, getConvertedValue, getDelegateRenderer, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTO

protected static final String AUTO
See Also:
Constant Field Values

FILE_UPLOAD_LISTENER

protected static final String FILE_UPLOAD_LISTENER
See Also:
Constant Field Values

MULTIPLE

protected static final String MULTIPLE
See Also:
Constant Field Values
Constructor Detail

InputFileRendererBase

public InputFileRendererBase()
Method Detail

getDelegateComponentFamily

public String getDelegateComponentFamily()
Specified by:
getDelegateComponentFamily in interface DelegatingRenderer
Specified by:
getDelegateComponentFamily in class DelegatingRendererBase

getDelegateRendererType

public String getDelegateRendererType()
Specified by:
getDelegateRendererType in interface DelegatingRenderer
Specified by:
getDelegateRendererType in class DelegatingRendererBase


Copyright © 2015 Liferay, Inc.. All rights reserved.