org.apache.wicket.request.mapper.info
Class PageInfo

java.lang.Object
  extended by org.apache.wicket.request.mapper.info.PageInfo

public class PageInfo
extends Object

Possible string representation of PageInfo:

Author:
Matej Knopp

Constructor Summary
PageInfo()
          Construct.
PageInfo(Integer pageId)
          Construct.
 
Method Summary
 Integer getPageId()
           
static PageInfo parse(String src)
           
 String toString()
          The pageId as string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageInfo

public PageInfo(Integer pageId)
Construct.

Parameters:
pageId -

PageInfo

public PageInfo()
Construct.

Method Detail

getPageId

public Integer getPageId()
Returns:
page id

toString

public String toString()
The pageId as string

Overrides:
toString in class Object

parse

public static PageInfo parse(String src)
Parameters:
src -
Returns:
page info instance or null if the string couldn't have been parsed


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.