net.trajano.twiff
Interface ViewServletConfiguration

All Superinterfaces:
Configuration
All Known Implementing Classes:
ServletConfiguration

public interface ViewServletConfiguration
extends Configuration

This is the configuration data for servlets that perform views.

Author:
Archimedes Trajano

Method Summary
 String getDispatchPattern()
           This is a URL pattern that the view servlet includes in the request dispatcher to do the actual display.
 
Methods inherited from interface net.trajano.twiff.Configuration
getPackageContext, getTokenFieldName
 

Method Detail

getDispatchPattern

String getDispatchPattern()

This is a URL pattern that the view servlet includes in the request dispatcher to do the actual display. It replaces the "*" character with the page name. This dispatch pattern is what gets included into the servlet output.

Returns:
the pattern.


Copyright © 2004-2005 trajano.net. All Rights Reserved.