|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Source
The Source
object is used to describe a translated JSP
page. It contains information such as the language th JSP has been
written in, for example Java or Groovy, as well as a description of
the object and package that will result from compilation. Of core
importance is the Reference
object provided. This
allows the JSP engine to determine when a JSP needs recompilation.
Reference
Method Summary | |
---|---|
java.io.File |
getDirectory()
This acquires the directory the source object is generated into. |
java.lang.String |
getLanguage()
The language property is used to specify the type of source that is to be generated and the compiler required to process that source. |
java.lang.String |
getName()
The provides the name of the resulting object. |
java.lang.String |
getPackage()
This is used by the source code generator to determine the package the target object is using. |
Reference |
getReference()
This provides a key component for the JSP engine, which is used to determine when a JSP page or its includes have expired. |
java.io.File |
getSource()
Provides the OS file system reference for the source file. |
java.lang.String |
getTarget()
Provides the fully qualified package name for the resulting object. |
Method Detail |
---|
java.lang.String getLanguage()
java.lang.String getName()
java.lang.String getTarget()
java.lang.String getPackage()
java.io.File getDirectory()
java.io.File getSource()
Workspace
. This is used by the source
generator to determine where the resulting source is written to.
Reference getReference()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |