|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.goerntkai.scot.app.document.SCoTDocument
de.goerntkai.scot.app.document.FramesetDocument
Represents a file which is found in ./frames
.
Constructor Summary | |
FramesetDocument(java.lang.String path,
Configuration aConfiguration)
Instantiates one frameset definition file. |
Method Summary | |
FramesetComponent |
getFrameset()
Returns the frameset definition. |
ISCoTComponent |
getStylesheet()
Deprecated. |
ISCoTComponent[] |
getStylesheets()
Returns the array of stylesheets for that HTML document. |
ISCoTComponent |
getTitle()
Returns the title element for that HTML document. |
Methods inherited from class de.goerntkai.scot.app.document.SCoTDocument |
getBlocks, getConfiguration, getLine, getLines, getLines, getLines, getReference, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FramesetDocument(java.lang.String path, Configuration aConfiguration) throws java.io.FileNotFoundException
Instantiates one frameset definition file.
path
- path and name of the fileaConfiguration
- the configuration of this application
java.io.FileNotFoundException
Method Detail |
public FramesetComponent getFrameset() throws java.io.FileNotFoundException
Returns the frameset definition.
java.io.FileNotFoundException
public ISCoTComponent getStylesheet()
Returns the stylesheet for that HTML document.
public ISCoTComponent[] getStylesheets()
Returns the array of stylesheets for that HTML document. The definition of the stylesheets is stored in the SCoT document.
public ISCoTComponent getTitle()
Returns the title element for that HTML document.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |