net.trajano.twiff
Interface Configuration

All Known Subinterfaces:
RedirectConfiguration, ViewServletConfiguration
All Known Implementing Classes:
ServletConfiguration

public interface Configuration

This is the configuration data for all servlets.

Author:
Archimedes Trajano

Method Summary
 String getPackageContext()
          Returns the package context.
 String getTokenFieldName()
          Returns the name of the token field.
 

Method Detail

getTokenFieldName

String getTokenFieldName()
Returns the name of the token field.

Returns:
the token field name.

getPackageContext

String getPackageContext()
Returns the package context.

Returns:
the package context.


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