net.sourceforge.blogentis.turbine
Class BlogParameterParser

java.lang.Object
  extended byorg.apache.turbine.util.pool.RecyclableSupport
      extended byorg.apache.turbine.util.parser.BaseValueParser
          extended byorg.apache.turbine.util.parser.DefaultParameterParser
              extended bynet.sourceforge.blogentis.turbine.BlogParameterParser
All Implemented Interfaces:
org.apache.turbine.util.parser.ParameterParser, org.apache.turbine.util.pool.Recyclable, org.apache.turbine.util.parser.ValueParser

public class BlogParameterParser
extends org.apache.turbine.util.parser.DefaultParameterParser


Field Summary
protected  Blog blog
           
protected  DateSpecification date
           
protected  LinkStack links
           
protected  Post post
           
protected  int postId
           
protected  Section section
           
protected  java.lang.String template
           
 
Fields inherited from interface org.apache.turbine.util.parser.ValueParser
URL_CASE_FOLDING, URL_CASE_FOLDING_LOWER, URL_CASE_FOLDING_NONE, URL_CASE_FOLDING_UPPER
 
Constructor Summary
BlogParameterParser()
           
BlogParameterParser(java.lang.String characterEncoding)
           
 
Method Summary
 void clear()
           
 void dispose()
           
 Blog getBlog()
           
 DateSpecification getDate()
           
 LinkStack getLinks()
           
 Post getPost()
           
 int getPostId()
           
 java.lang.String getRequestedTemplate()
           
 Section getSection()
           
 boolean hasPostId()
           
 void setRequest(javax.servlet.http.HttpServletRequest req)
           
 
Methods inherited from class org.apache.turbine.util.parser.DefaultParameterParser
append, getFileItem, getFileItems, getRequest, getUploadData, setUploadData
 
Methods inherited from class org.apache.turbine.util.parser.BaseValueParser
add, add, add, add, add, add, append, containsDateSelectorKeys, containsKey, containsTimeSelectorKeys, convert, convertAndTrim, get, getBigDecimal, getBigDecimal, getBigDecimals, getBool, getBool, getBoolean, getBoolean, getBooleanObject, getBooleanObject, getByte, getByte, getByteObject, getByteObject, getBytes, getCharacterEncoding, getDate, getDate, getDate, getDouble, getDouble, getDoubleObject, getDoubleObject, getDoubleObjects, getDoubles, getFloat, getFloat, getFloatObject, getFloatObject, getFloatObjects, getFloats, getInt, getInt, getInteger, getInteger, getInteger, getIntegers, getIntObject, getIntObject, getIntObjects, getInts, getKeys, getLong, getLong, getLongObject, getLongObject, getLongObjects, getLongs, getNumberKey, getObject, getObjects, getString, getString, getStringKey, getStrings, getStrings, keys, keySet, recycle, recycle, remove, setCharacterEncoding, setProperties, setProperty, setString, setStrings, toString
 
Methods inherited from class org.apache.turbine.util.pool.RecyclableSupport
doDispose, isDisposed, Recyclable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.turbine.util.parser.ValueParser
add, add, add, add, add, add, append, containsDateSelectorKeys, containsKey, convert, get, getBigDecimal, getBigDecimal, getBigDecimals, getBool, getBool, getBoolean, getBoolean, getBooleanObject, getBooleanObject, getByte, getByte, getByteObject, getByteObject, getBytes, getCharacterEncoding, getDate, getDate, getDate, getDouble, getDouble, getDoubleObject, getDoubleObject, getDoubleObjects, getDoubles, getFloat, getFloat, getFloatObject, getFloatObject, getFloatObjects, getFloats, getInt, getInt, getInteger, getInteger, getInteger, getIntegers, getIntObject, getIntObject, getIntObjects, getInts, getKeys, getLong, getLong, getLongObject, getLongObject, getLongObjects, getLongs, getNumberKey, getObject, getObjects, getString, getString, getStringKey, getStrings, getStrings, keys, keySet, remove, setCharacterEncoding, setProperties, setString, setStrings, toString
 
Methods inherited from interface org.apache.turbine.util.pool.Recyclable
isDisposed, recycle
 

Field Detail

blog

protected Blog blog

postId

protected int postId

post

protected Post post

date

protected DateSpecification date

links

protected LinkStack links

section

protected Section section

template

protected java.lang.String template
Constructor Detail

BlogParameterParser

public BlogParameterParser()

BlogParameterParser

public BlogParameterParser(java.lang.String characterEncoding)
Method Detail

setRequest

public void setRequest(javax.servlet.http.HttpServletRequest req)

hasPostId

public boolean hasPostId()

getBlog

public Blog getBlog()

getDate

public DateSpecification getDate()

getPostId

public int getPostId()

getPost

public Post getPost()

dispose

public void dispose()

clear

public void clear()

getSection

public Section getSection()

getLinks

public LinkStack getLinks()

getRequestedTemplate

public java.lang.String getRequestedTemplate()


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.