|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.turbine.util.pool.RecyclableSupport org.apache.turbine.util.parser.BaseValueParser org.apache.turbine.util.parser.DefaultParameterParser net.sourceforge.blogentis.turbine.BlogParameterParser
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 |
protected Blog blog
protected int postId
protected Post post
protected DateSpecification date
protected LinkStack links
protected Section section
protected java.lang.String template
Constructor Detail |
public BlogParameterParser()
public BlogParameterParser(java.lang.String characterEncoding)
Method Detail |
public void setRequest(javax.servlet.http.HttpServletRequest req)
public boolean hasPostId()
public Blog getBlog()
public DateSpecification getDate()
public int getPostId()
public Post getPost()
public void dispose()
public void clear()
public Section getSection()
public LinkStack getLinks()
public java.lang.String getRequestedTemplate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |