org.osjava.scraping
Interface Page
- All Known Implementing Classes:
- AbstractPage
- public interface Page
read
public java.io.Reader read()
throws java.io.IOException
- Throws:
java.io.IOException
readAsString
public java.lang.String readAsString()
throws java.io.IOException
- Throws:
java.io.IOException
fetch
public Page fetch(java.lang.String uri,
com.generationjava.config.Config cfg,
org.osjava.oscube.container.Session session)
throws FetchingException
- Throws:
FetchingException
setDocumentBase
public void setDocumentBase(java.lang.String documentBase)
getDocumentBase
public java.lang.String getDocumentBase()
getType
public java.lang.String getType()
Copyright © 2003-2005 OSJava. All Rights Reserved.