IntelliJ IDEA 2016.3 Help

Tapestry View

This feature is supported in the Ultimate edition only.

In this view, you can browse your Tapestry application not in terms of classes and templates but in terms of pages, components, services, etc.

This section covers the following features:

General Description

This view is available to every project that has at least one web module with Tapestry support. It can be accessed like any other project view from the View as selection box.

The view let's you browse your Tapestry modules in a tree structure that shows you all Tapestry elements like pages and components.

tapestry-view.png

Structured View of the Application

Each element in the Tapestry View has a different icon so that it's easy to identify the type of element:

Library /help/img/idea/2016.3/library.png A Tapestry library.

By default you will have two library nodes, one for your application and the other of the provided core library.

Page /help/img/idea/2016.3/tapestry-page.png A Tapestry page.

You can navigate to the page class or template from here.

Component /help/img/idea/2016.3/tapestry-component.png A Tapestry component.
You can navigate to the component class or template from here.
Mixin /help/img/idea/2016.3/tapestry-mixin.png A Tapestry mixin.
You can navigate to the mixin class from here.

The title bar context menu (1) provides additional functionality that will also help each user customize it's look&feel. Some options are also available from the list that opens when you click the viewMode.png button (2).

/help/img/idea/2016.3/tapestry-structuredView.png

Below is a description of menu items that are specific for Tapestry.

ItemDescription
Show From Base PackageOnly Show Content From the Application Base Package
Group Element FilesGroup Element Files Like it's Class and Template in a Parent Node.
Show LibrariesShow/Hide Tapestry Libraries.

See Also

```
Last modified: 21 March 2017