PageMixer demonstration

pagemixer.filter
Class PreparseSample

java.lang.Object
  |
  +--pagemixer.filter.PreparseSample
All Implemented Interfaces:
LocaleConstants, ShopConstants

public class PreparseSample
extends java.lang.Object
implements ShopConstants, LocaleConstants

This is sample to Producer serialization.

See main(java.lang.String[]) to use as stand-alone application.


Fields inherited from interface common.ShopConstants
CLASS_BASKET_ENTRY, CLASS_BASKET_TOTAL, CLASS_ENTRY_COUNT, CLASS_ENTRY_NAME, CLASS_ENTRY_PRICE, CLASS_ENTRY_TOTAL, PARAM_DISCARD_REQUEST, PARAM_ENTRY_ID_PREFIX, PARAM_PUT_REQUEST, PARAM_RECALC_REQUEST, PARAM_SESSION_ID, REQUEST_BASKET_ENTRY, SESSION_BASKET_ENTRY_PROVIDER
 
Fields inherited from interface common.LocaleConstants
CLASS_LOCALE, CLASS_LOCALE_ENTRY, PARAM_LOCALE, REQUEST_LOCALE_ENTRY, REQUEST_LOCALE_ENTRY_PROVIDER, SESSION_LOCALE
 
Constructor Summary
PreparseSample()
           
 
Method Summary
static void main(java.lang.String[] args)
          Invoke as stand-alone application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreparseSample

public PreparseSample()
Method Detail

main

public static void main(java.lang.String[] args)
Invoke as stand-alone application.
USAGE:java pagemixer.filter.PrepareSample InputFilename

Please see description of pagemixer.filter about class path requirement to execute this class.


PageMixer demonstration