Returns the current page creator. @return the page creator
()
| 1257 | * @return the page creator |
| 1258 | */ |
| 1259 | public PageCreator getPageCreator() { |
| 1260 | return pageCreator_; |
| 1261 | } |
| 1262 | |
| 1263 | /** |
| 1264 | * Returns the first {@link WebWindow} that matches the specified name. |
no outgoing calls