A B C D E F G H I J K L M N O P R S T U V W X

E

EASY - Static variable in class tutorial.hangman.Home
 
EditBook - class com.primix.vlib.pages.EditBook.
Edits the properties of at book.
EditBook() - Constructor for class com.primix.vlib.pages.EditBook
 
editBook(String[], IRequestCycle) - Method in class com.primix.vlib.pages.MyLibrary
Listener invoked to allow a user to edit a book.
EditProfile - class com.primix.vlib.pages.EditProfile.
Edit's a user's profile: names, email and password.
EditProfile() - Constructor for class com.primix.vlib.pages.EditProfile
 
editProfile(IRequestCycle) - Method in class com.primix.vlib.components.Border
Listener that invokes the EditProfile page to allow a user to edit thier name, etc.
EditPublishers - class com.primix.vlib.pages.admin.EditPublishers.
Allows editting of the publishers in the database, including deleting publishers (which can be dangerous if any books are linked to the publisher).
EditPublishers() - Constructor for class com.primix.vlib.pages.admin.EditPublishers
 
EditUsers - class com.primix.vlib.pages.admin.EditUsers.
Allows editting of the users.
EditUsers() - Constructor for class com.primix.vlib.pages.admin.EditUsers
 
ejbActivate() - Method in class com.primix.vlib.ejb.impl.OperationsBean
Does nothing, not invoked in stateless session beans.
ejbActivate() - Method in class com.primix.vlib.ejb.impl.MailSenderBean
 
ejbActivate() - Method in class com.primix.vlib.ejb.impl.AbstractEntityBean
Empty implementation; subclasses may override.
ejbActivate() - Method in class com.primix.vlib.ejb.impl.KeyAllocatorBean
Does nothing, not invoked in stateless session beans.
ejbCreate() - Method in class com.primix.vlib.ejb.impl.OperationsBean
Sets up the bean.
ejbCreate() - Method in class com.primix.vlib.ejb.impl.MailSenderBean
 
ejbCreate() - Method in class com.primix.vlib.ejb.impl.AbstractMessageDrivenBean
Sets up the AbstractMessageDrivenBean.environment instance variable.
ejbCreate() - Method in class com.primix.vlib.ejb.impl.KeyAllocatorBean
Activates the bean.
ejbCreate(Map) - Method in class com.primix.vlib.ejb.impl.BookBean
 
ejbCreate(Map) - Method in class com.primix.vlib.ejb.impl.PersonBean
 
ejbCreate(String) - Method in class com.primix.vlib.ejb.impl.PublisherBean
 
ejbLoad() - Method in class com.primix.vlib.ejb.impl.AbstractEntityBean
Clears the dirty flag.
ejbLoad() - Method in class com.primix.vlib.ejb.impl.BookBean
 
ejbPassivate() - Method in class com.primix.vlib.ejb.impl.OperationsBean
Does nothing, not invoked in stateless session beans.
ejbPassivate() - Method in class com.primix.vlib.ejb.impl.MailSenderBean
 
ejbPassivate() - Method in class com.primix.vlib.ejb.impl.AbstractEntityBean
Empty implementation; subclasses may override.
ejbPassivate() - Method in class com.primix.vlib.ejb.impl.KeyAllocatorBean
Does nothing, not invoked in stateless session beans.
ejbPostCreate(Map) - Method in class com.primix.vlib.ejb.impl.BookBean
 
ejbPostCreate(Map) - Method in class com.primix.vlib.ejb.impl.PersonBean
 
ejbPostCreate(String) - Method in class com.primix.vlib.ejb.impl.PublisherBean
 
ejbRemove() - Method in class com.primix.vlib.ejb.impl.OperationsBean
Closes the mail queue session, if it has been opened.
ejbRemove() - Method in class com.primix.vlib.ejb.impl.BookQueryBean
Releases any results.
ejbRemove() - Method in class com.primix.vlib.ejb.impl.MailSenderBean
 
ejbRemove() - Method in class com.primix.vlib.ejb.impl.AbstractEntityBean
Empty implementation; subclasses may override.
ejbRemove() - Method in class com.primix.vlib.ejb.impl.AbstractMessageDrivenBean
Clears the MessageDrivenContext attribute.
ejbRemove() - Method in class com.primix.vlib.ejb.impl.KeyAllocatorBean
Does nothing.
ejbStore() - Method in class com.primix.vlib.ejb.impl.AbstractEntityBean
Clears the dirty flag.
ejbStore() - Method in class com.primix.vlib.ejb.impl.BookBean
 
email - Variable in class com.primix.vlib.ejb.impl.PersonBean
 
EMAIL_ADDRESS - Static variable in interface com.primix.vlib.ejb.IMailMessageConstants
The address to which the mail should be sent.
EMAIL_COLUMN - Static variable in class com.primix.vlib.ejb.Person
 
encodeColor(Color) - Static method in class com.primix.tapestry.RequestContext
Encodes a java.awt.Color in the standard HTML format: a pound sign ('#'), followed by six hex digits for specifying the red, green and blue components of the color.
encodeURL(String) - Method in interface com.primix.tapestry.IRequestCycle
Passes the String through HttpServletResponse.encodeURL(), which ensures that the session id is encoded in the URL (if necessary).
encodeURL(String) - Method in class com.primix.tapestry.engine.RequestCycle
 
end() - Method in interface com.primix.tapestry.IResponseWriter
Ends the element most recently started by IResponseWriter.begin(String).
end() - Method in class com.primix.tapestry.AbstractResponseWriter
Ends the element most recently started by AbstractResponseWriter.begin(String).
end() - Method in class com.primix.tapestry.engine.NullResponseWriter
 
end(String) - Method in interface com.primix.tapestry.IResponseWriter
Ends the most recently started element with the given name.
end(String) - Method in class com.primix.tapestry.AbstractResponseWriter
Ends the most recently started element with the given name.
end(String) - Method in class com.primix.tapestry.engine.NullResponseWriter
 
endRender(MultiplePropertySelection, IResponseWriter, IRequestCycle) - Method in class net.sf.tapestry.contrib.form.CheckBoxMultiplePropertySelectionRenderer
Closes the <table> element.
endRender(MultiplePropertySelection, IResponseWriter, IRequestCycle) - Method in interface net.sf.tapestry.contrib.form.IMultiplePropertySelectionRenderer
Ends the rendering of the PropertySelection.
endRender(PropertySelection, IResponseWriter, IRequestCycle) - Method in class com.primix.tapestry.form.SelectPropertySelectionRenderer
Closes the <select> element.
endRender(PropertySelection, IResponseWriter, IRequestCycle) - Method in class com.primix.tapestry.form.RadioPropertySelectionRenderer
Closes the <table> element.
endRender(PropertySelection, IResponseWriter, IRequestCycle) - Method in interface com.primix.tapestry.form.IPropertySelectionRenderer
Ends the rendering of the PropertySelection.
engine - Variable in class com.primix.tapestry.AbstractPage
The IEngine the page is currently attached to.
ENGINE - Static variable in class com.primix.tapestry.inspector.View
View that shows information about the IEngine.
EntitySelectionModel - class com.primix.vlib.EntitySelectionModel.
This class is used as a property selection model to select a primary key.
EntitySelectionModel() - Constructor for class com.primix.vlib.EntitySelectionModel
 
Enum - class com.primix.tapestry.util.Enum.
Defines properties of enumerated types.
Enum(String) - Constructor for class com.primix.tapestry.util.Enum
Registers the new Enum.
EnumPropertySelectionModel - class com.primix.tapestry.form.EnumPropertySelectionModel.
Implementation of IPropertySelectionModel that wraps around a set of Enums.
EnumPropertySelectionModel(Enum[], ResourceBundle) - Constructor for class com.primix.tapestry.form.EnumPropertySelectionModel
Simplified constructor using the default locale and no prefix.
EnumPropertySelectionModel(Enum[], ResourceBundle, String) - Constructor for class com.primix.tapestry.form.EnumPropertySelectionModel
Standard constructor.
environment - Variable in class com.primix.vlib.ejb.impl.AbstractMessageDrivenBean
Set by AbstractMessageDrivenBean.ejbCreate(), this contains the java:comp/env context.
equals(Object) - Method in class com.primix.tapestry.record.ChangeKey
 
equals(Object) - Method in class com.primix.tapestry.util.MultiKey
Returns true if: The other object is a MultiKey They have the same number of key elements Every element is an exact match or is equal
error(SAXParseException) - Method in class com.primix.tapestry.util.xml.AbstractDocumentParser
Throws the exception, which is caught and wrapped in a DocumentParseException by AbstractDocumentParser.parse(InputSource,String,String).
ErrorPage - class tutorial.portal.ErrorPage.
A base page for pages that contain an error property.
ErrorPage() - Constructor for class tutorial.portal.ErrorPage
 
evaluateBoolean(Object) - Static method in class com.primix.tapestry.Tapestry
Evaluates an object to determine its boolean value.
EvenOdd - class com.primix.tapestry.inspector.EvenOdd.
Used to emit a stream of alteranting string values: "even", "odd", etc.
EvenOdd() - Constructor for class com.primix.tapestry.inspector.EvenOdd
 
Exception - class com.primix.tapestry.pages.Exception.
An exception reporting page.
EXCEPTION_PAGE - Static variable in interface com.primix.tapestry.IEngine
The name ("Exception") of the page used for reporting exceptions.
Exception() - Constructor for class com.primix.tapestry.pages.Exception
 
ExceptionAnalyzer - class com.primix.tapestry.util.exception.ExceptionAnalyzer.
Analyzes an exception, creating one or more ExceptionDescriptions from it.
ExceptionAnalyzer() - Constructor for class com.primix.tapestry.util.exception.ExceptionAnalyzer
 
ExceptionDescription - class com.primix.tapestry.util.exception.ExceptionDescription.
A description of an Exception.
ExceptionDescription(String, String, ExceptionProperty[], String[]) - Constructor for class com.primix.tapestry.util.exception.ExceptionDescription
 
ExceptionDisplay - class com.primix.tapestry.html.ExceptionDisplay.
Class ExceptionDisplayjava
ExceptionDisplay() - Constructor for class com.primix.tapestry.html.ExceptionDisplay
 
ExceptionProperty - class com.primix.tapestry.util.exception.ExceptionProperty.
Captures a name/value property pair from an exception.
ExceptionProperty(String, String) - Constructor for class com.primix.tapestry.util.exception.ExceptionProperty
 
execute(Map) - Method in interface com.primix.tapestry.IScript
Executes the script, which will read and modify the symbols Map, and return a ScriptSession that can be used to obtain results.
execute(Map) - Method in class com.primix.tapestry.script.ParsedScript
 
executeCleanup() - Method in interface com.primix.tapestry.util.ICleanable
Invoked periodically by the JanitorThread to perform whatever memory cleanups are reasonable.
executeCleanup() - Method in class com.primix.tapestry.util.pool.Pool
Peforms culling of unneeded pooled objects.
executeQuery() - Method in class com.primix.tapestry.util.jdbc.SimpleStatement
Executes the statement as a query, returning a ResultSet.
executeQuery() - Method in interface com.primix.tapestry.util.jdbc.IStatement
Executes the statement as a query, returning a ResultSet.
executeQuery() - Method in class com.primix.tapestry.util.jdbc.ParameterizedStatement
Executes the statement as a query, returning a ResultSet.
executeUpdate() - Method in class com.primix.tapestry.util.jdbc.SimpleStatement
Executes the statement as an update, returning the number of rows affected.
executeUpdate() - Method in interface com.primix.tapestry.util.jdbc.IStatement
Executes the statement as an update, returning the number of rows affected.
executeUpdate() - Method in class com.primix.tapestry.util.jdbc.ParameterizedStatement
Executes the statement as an update, returning the number of rows affected.
exploreComponent(IRequestCycle) - Method in class com.primix.tapestry.inspector.ShowProperties
 
exploreProperty(String[], IRequestCycle) - Method in class com.primix.tapestry.inspector.ShowProperties
 
extendDescription(StringBuffer) - Method in class com.primix.tapestry.engine.AbstractEngine
Extends the description of the class generated by AbstractEngine.toString().
EXTERNAL - Static variable in class com.primix.tapestry.spec.AssetType
An external resource.
EXTERNAL_SERVICE - Static variable in class com.primix.vlib.VirtualLibraryEngine
The name ("external") of a service that exposes books or persons in such as way that they are bookmarkable.
ExternalAsset - class com.primix.tapestry.asset.ExternalAsset.
A reference to an external URL.
ExternalAsset(String) - Constructor for class com.primix.tapestry.asset.ExternalAsset
 
externalize(String) - Method in class com.primix.tapestry.asset.AssetExternalizer
 

A B C D E F G H I J K L M N O P R S T U V W X