Class ExportParameters
java.lang.Object
com.levigo.jadice.web.demo.common.shared.export.ExportParameters
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,ServerOperationParameters<ServerOperationMessage>
public class ExportParameters
extends Object
implements ServerOperationParameters<ServerOperationMessage>
Configuration object to specify how the stream printing shall be done.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The target format to be generated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ExportParameters
(ExportParameters.Type type, DownloadPurpose purpose, Collection<String> disabledAnnotationTypes) ConstructorExportParameters
(ExportParameters.Type type, Collection<String> disabledAnnotationTypes) -
Method Summary
Modifier and TypeMethodDescriptionReturns the class names of disabled annotation types.getType()
-
Constructor Details
-
ExportParameters
Deprecated.Default Constructor - for GWT only.
-
-
Method Details
-
getType
-
getDownloadPurpose
-
getDisabledAnnotationTypes
Returns the class names of disabled annotation types.- Returns:
- A collection containing all disabled annotation types full qualified class names.
-