com.logicaldoc.web.document
Class NewDocWizard

java.lang.Object
  extended by com.logicaldoc.web.document.NewDocWizard

public class NewDocWizard
extends java.lang.Object

Wizard that handled the creation of a new document.

Since:
3.0
Author:
Marco Meschieri - Logical Objects

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
NewDocWizard()
           
 
Method Summary
 java.lang.String abort()
           
 boolean isShowUpload()
           
 java.lang.String next()
          Acquires the uploaded file and shows the edit form.
 java.lang.String save()
           
 void setDocumentNavigation(DocumentNavigation documentNavigation)
           
 java.lang.String start()
          Starts the upload process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

NewDocWizard

public NewDocWizard()
Method Detail

isShowUpload

public boolean isShowUpload()

start

public java.lang.String start()
Starts the upload process


next

public java.lang.String next()
Acquires the uploaded file and shows the edit form. Gets the file uploaded through the HTML form and extracts all necessary data like language, tags, autor, etc. to fill the document form so that the user can still edit this data before finally storing the document in logicaldoc.


abort

public java.lang.String abort()

save

public java.lang.String save()

setDocumentNavigation

public void setDocumentNavigation(DocumentNavigation documentNavigation)


Copyright © 2008-2010 Logical Objects. All Rights Reserved.