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

B

BaseComponent - class com.primix.tapestry.BaseComponent.
Base implementation for most components that use an HTML template.
BaseComponent() - Constructor for class com.primix.tapestry.BaseComponent
 
BasePage - class com.primix.tapestry.BasePage.
Concrete class for HTML pages.
BasePage() - Constructor for class com.primix.tapestry.BasePage
 
BasePropertyHolder - class com.primix.tapestry.util.BasePropertyHolder.
Base class implementation for the IPropertyHolder interface.
BasePropertyHolder() - Constructor for class com.primix.tapestry.util.BasePropertyHolder
 
BaseValidationDelegate - class com.primix.tapestry.valid.BaseValidationDelegate.
Base implementation of the IValidationDelegate interface.
BaseValidationDelegate() - Constructor for class com.primix.tapestry.valid.BaseValidationDelegate
 
beanClass - Variable in class com.primix.tapestry.util.prop.PropertyHelper
The Java Beans class for which this helper is configured.
BeanLifecycle - class com.primix.tapestry.spec.BeanLifecycle.
An Enum of the different possible lifecycles for a JavaBean.
BeanProvider - class com.primix.tapestry.bean.BeanProvider.
Basic implementation of the IBeanProvider interface.
BeanProvider(IComponent) - Constructor for class com.primix.tapestry.bean.BeanProvider
 
BeanProviderHelper - class com.primix.tapestry.bean.BeanProviderHelper.
A subclass of PropertyHelper that allows a IBeanProvider to expose the beans it can create as properties.
BeanProviderHelper.BeanAccessor - class com.primix.tapestry.bean.BeanProviderHelper.BeanAccessor.
 
BeanProviderHelper(Class) - Constructor for class com.primix.tapestry.bean.BeanProviderHelper
 
BeanSpecification - class com.primix.tapestry.spec.BeanSpecification.
A specification of a helper bean for a component.
BeanSpecification(String, BeanLifecycle) - Constructor for class com.primix.tapestry.spec.BeanSpecification
 
beforeCloseTag(IResponseWriter, IRequestCycle) - Method in class com.primix.tapestry.form.AbstractTextField
Invoked from AbstractTextField.render(IResponseWriter, IRequestCycle) just before the tag is closed.
beforeCloseTag(IResponseWriter, IRequestCycle) - Method in class com.primix.tapestry.valid.AbstractValidatingTextField
Invokes IValidationDelegate.writeAttributes(IValidatingTextField,IResponseWriter,IRequestCycle).
begin(String) - Method in interface com.primix.tapestry.IResponseWriter
Closes any existing tag then starts a new element.
begin(String) - Method in class com.primix.tapestry.AbstractResponseWriter
Closes any existing tag then starts a new element.
begin(String) - Method in class com.primix.tapestry.engine.NullResponseWriter
 
beginEdit(Integer, IRequestCycle) - Method in class com.primix.vlib.pages.EditBook
Invoked (from MyLibrary) to begin editting a book.
beginEdit(IRequestCycle) - Method in class com.primix.vlib.pages.EditProfile
Invoked (from MyLibrary) to begin editting the user's profile.
beginEmpty(String) - Method in interface com.primix.tapestry.IResponseWriter
Starts an element that will not later be matched with an end() call.
beginEmpty(String) - Method in class com.primix.tapestry.AbstractResponseWriter
Starts an element that will not later be matched with an end() call.
beginEmpty(String) - Method in class com.primix.tapestry.engine.NullResponseWriter
 
beginRender(MultiplePropertySelection, IResponseWriter, IRequestCycle) - Method in class net.sf.tapestry.contrib.form.CheckBoxMultiplePropertySelectionRenderer
Writes the <table> element.
beginRender(MultiplePropertySelection, IResponseWriter, IRequestCycle) - Method in interface net.sf.tapestry.contrib.form.IMultiplePropertySelectionRenderer
Begins the rendering of the PropertySelection.
beginRender(PropertySelection, IResponseWriter, IRequestCycle) - Method in class com.primix.tapestry.form.SelectPropertySelectionRenderer
Writes the <select> element.
beginRender(PropertySelection, IResponseWriter, IRequestCycle) - Method in class com.primix.tapestry.form.RadioPropertySelectionRenderer
Writes the <table> element.
beginRender(PropertySelection, IResponseWriter, IRequestCycle) - Method in interface com.primix.tapestry.form.IPropertySelectionRenderer
Begins the rendering of the PropertySelection.
beginResponse(IResponseWriter, IRequestCycle) - Method in class com.primix.tapestry.AbstractPage
Does nothing, subclasses may override as needed.
beginResponse(IResponseWriter, IRequestCycle) - Method in interface com.primix.tapestry.IPage
Invoked just before rendering of the page is initiated.
beginResponse(IResponseWriter, IRequestCycle) - Method in class tutorial.adder.Home
 
beginResponse(IResponseWriter, IRequestCycle) - Method in class tutorial.survey.SurveyPage
 
beginResponse(IResponseWriter, IRequestCycle) - Method in class com.primix.vlib.pages.MyLibrary
A dirty little secret of Tapestry and page recorders: persistent properties must be set before the render (when this method is invoked) and can't change during the render.
beginResponse(IResponseWriter, IRequestCycle) - Method in class com.primix.vlib.pages.BorrowedBooks
A dirty little secret of Tapestry and page recorders: persistent properties must be set before the render (when this method is invoked) and can't change during the render.
beginResponse(IResponseWriter, IRequestCycle) - Method in class com.primix.vlib.pages.Logout
Sets the application user to null.
beginResponse(IResponseWriter, IRequestCycle) - Method in class com.primix.vlib.pages.admin.EditUsers
 
beginResponse(IResponseWriter, IRequestCycle) - Method in class com.primix.vlib.pages.admin.TransferBooks
 
BinaryDumpOutputStream - class com.primix.tapestry.util.io.BinaryDumpOutputStream.
A kind of super-formatter.
BinaryDumpOutputStream() - Constructor for class com.primix.tapestry.util.io.BinaryDumpOutputStream
Creates a PrintWriter for System.out.
BinaryDumpOutputStream(PrintWriter) - Constructor for class com.primix.tapestry.util.io.BinaryDumpOutputStream
 
BinaryDumpOutputStream(Writer) - Constructor for class com.primix.tapestry.util.io.BinaryDumpOutputStream
 
BindingException - exception com.primix.tapestry.BindingException.
A general exception describing an IBinding and an IComponent.
BindingException(IBinding) - Constructor for class com.primix.tapestry.BindingException
 
BindingException(String, IBinding) - Constructor for class com.primix.tapestry.BindingException
 
BindingException(String, IBinding, Throwable) - Constructor for class com.primix.tapestry.BindingException
 
BindingSpecification - class com.primix.tapestry.spec.BindingSpecification.
Stores a binding specification, which identifies the static value or nested property name for the binding.
BindingSpecification(BindingType, String) - Constructor for class com.primix.tapestry.spec.BindingSpecification
 
BindingType - class com.primix.tapestry.spec.BindingType.
Defines the different types of bindings possible for a component.
Block - class com.primix.tapestry.components.Block.
Prevents its contents from being rendered until triggered by an InsertBlock component.
Block() - Constructor for class com.primix.tapestry.components.Block
 
Body - class com.primix.tapestry.html.Body.
The body of a Tapestry page.
Body() - Constructor for class com.primix.tapestry.html.Body
 
BodylessComponentException - exception com.primix.tapestry.BodylessComponentException.
Exception thrown when a template has a body-less IComponent wraps any content.
BodylessComponentException(IComponent) - Constructor for class com.primix.tapestry.BodylessComponentException
 
Book - class com.primix.vlib.ejb.Book.
Represents a single result row from a IBookQuery.
Book(Object[]) - Constructor for class com.primix.vlib.ejb.Book
Constructs a new BookQueryResult, making an internal copy of the columns passed.
BookBean - class com.primix.vlib.ejb.impl.BookBean.
Implementation of the Book entity.
BookBean() - Constructor for class com.primix.vlib.ejb.impl.BookBean
 
bookId - Variable in class com.primix.vlib.ejb.impl.BookBean
 
BookLink - class com.primix.vlib.components.BookLink.
Creates a link to the ViewBook page using the external service.
BookLink() - Constructor for class com.primix.vlib.components.BookLink
 
BookQueryBean - class com.primix.vlib.ejb.impl.BookQueryBean.
Implementation of a stateful session bean used to query the IBook entity and cache the results.
BookQueryBean() - Constructor for class com.primix.vlib.ejb.impl.BookQueryBean
 
Border - class tutorial.border.Border.
 
Border - class com.primix.vlib.components.Border.
The standard Border component, which provides the title of the page, the link to MyLibrary, the Login page and the Logout page.
Border() - Constructor for class tutorial.border.Border
 
Border() - Constructor for class com.primix.vlib.components.Border
 
BorderEngine - class tutorial.border.BorderEngine.
 
BorderEngine() - Constructor for class tutorial.border.BorderEngine
 
BorderServlet - class tutorial.border.BorderServlet.
 
BorderServlet() - Constructor for class tutorial.border.BorderServlet
 
Borrow - class com.primix.vlib.components.Borrow.
Implements the Borrow link that appears on many pages.
Borrow() - Constructor for class com.primix.vlib.components.Borrow
 
borrow(String[], IRequestCycle) - Method in class com.primix.vlib.components.Borrow
 
borrowBook(Integer, Integer) - Method in interface com.primix.vlib.ejb.IOperations
Locates the book and the borrower, then sets the holder of the book to the borrower and increments the lend count on the book.
borrowBook(Integer, Integer) - Method in class com.primix.vlib.ejb.impl.OperationsBean
Finds the book and borrower (by thier primary keys) and updates the book.
BorrowedBooks - class com.primix.vlib.pages.BorrowedBooks.
Shows a list of the user's books, allowing books to be editted or even deleted.
BorrowedBooks() - Constructor for class com.primix.vlib.pages.BorrowedBooks
 
borrowerQuery(Integer) - Method in interface com.primix.vlib.ejb.IBookQuery
Queries the list of books held by the borrower but not owned by the borrower..
borrowerQuery(Integer) - Method in class com.primix.vlib.ejb.impl.BookQueryBean
 
BorrowException - exception com.primix.vlib.ejb.BorrowException.
Throws when a book may not be borrowed.
BorrowException(String) - Constructor for class com.primix.vlib.ejb.BorrowException
 
BREAK - Static variable in class com.primix.tapestry.html.InsertTextMode
Mode where each line (after the first) is preceded by a <br> tag.
Browser - class com.primix.vlib.components.Browser.
Implements a paging browser for the results of a IBookQuery.
Browser() - Constructor for class com.primix.vlib.components.Browser
 
buffer - Variable in class com.primix.tapestry.engine.AbstractService
 
buildBaseBookQuery() - Method in class com.primix.vlib.ejb.impl.OperationsBean
 
buildBasePersonQuery() - Method in class com.primix.vlib.ejb.impl.OperationsBean
 
buildDescription(Throwable) - Method in class com.primix.tapestry.util.exception.ExceptionAnalyzer
 
buildGesture(IRequestCycle, IComponent, String[]) - Method in interface com.primix.tapestry.IEngineService
Builds a URL for a service.
buildGesture(IRequestCycle, IComponent, String[]) - Method in class com.primix.tapestry.asset.AssetService
Builds a Gesture for a PrivateAsset.
buildGesture(IRequestCycle, IComponent, String[]) - Method in class com.primix.vlib.VirtualLibraryEngine.ExternalService
 
buildKey(IEngine, String) - Method in class com.primix.tapestry.pageload.PageSource
Builds a key for a named page in the application's current locale.
buildKey(IPage) - Method in class com.primix.tapestry.pageload.PageSource
Builds a key from an existing page, using the page's name and locale.
buildPropertyAccessors() - Method in class com.primix.tapestry.util.prop.PropertyHelper
Uses JavaBeans introspection to find all the properties of the bean class.
buildPropertyAccessors() - Method in class com.primix.tapestry.util.prop.PublicBeanPropertyHelper
Invoked to build a list of property accessor.
buildURL(IRequestCycle) - Method in interface com.primix.tapestry.IAsset
Returns a URL for the asset, ready to be inserted into the output HTML.
buildURL(IRequestCycle) - Method in class com.primix.tapestry.asset.PrivateAsset
Gets the localized version of the resource.
buildURL(IRequestCycle) - Method in class com.primix.tapestry.asset.ContextAsset
Generates a URL for the client to retrieve the asset.
buildURL(IRequestCycle) - Method in class com.primix.tapestry.asset.ExternalAsset
Simply returns the URL of the external asset.
buildURL(IRequestCycle, String[]) - Method in class com.primix.tapestry.link.AbstractServiceLink
 

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