Returns the lis of auxiliary IWrappers for the page. They are only
used on an authentication page to supply additinal information. These
wrappers are used on each request - not only on explicit authentication
requests, so extreme care should be taken when choosing prefixes, as they
are global.
map containinge prefix to authwrapper mappings
Returns context resources defined for this page. The map has the form
tagname => context resource class. Each context resource specified here
will be included in the result XML tree.
mapping of tagname to context resource class
Returns the list of IWrappers for this page. IWrappers are used
for input handling. The map returned has the form prefix => IWrapperConfig.
list of IWrappers
Returns the name of the page. This name includes the variant
string if applicable. The page name has to be unique for a servlet
and should be unique for the whole project.
name of the page