com.liferay.faces.util.config.internal
Class MultiPartConfigImpl

java.lang.Object
  extended by com.liferay.faces.util.config.internal.MultiPartConfigImpl
All Implemented Interfaces:
MultiPartConfig

public class MultiPartConfigImpl
extends Object
implements MultiPartConfig

Author:
Neil Griffin

Constructor Summary
MultiPartConfigImpl(String location, long maxFileSize)
           
 
Method Summary
 String getLocation()
           
 long getMaxFileSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPartConfigImpl

public MultiPartConfigImpl(String location,
                           long maxFileSize)
Method Detail

getLocation

public String getLocation()
Specified by:
getLocation in interface MultiPartConfig

getMaxFileSize

public long getMaxFileSize()
Specified by:
getMaxFileSize in interface MultiPartConfig


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