|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.talika.tarsis.command.view.ViewImpl
public class ViewImpl
Default implementation of View interface.
| Field Summary |
|---|
| Fields inherited from interface org.talika.tarsis.command.view.View |
|---|
DEFAULT_VIEW_NAME, FORWARD, INCLUDE, INPUT_VIEW_NAME, REDIRECT |
| Constructor Summary | |
|---|---|
ViewImpl(java.lang.String name,
java.lang.String path,
int type)
Constructs a new ViewImpl object for given name, path and type. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns name of view. |
java.lang.String |
getPath()
Returns path fo view. |
int |
getType()
Returns view's type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewImpl(java.lang.String name,
java.lang.String path,
int type)
ViewImpl object for given name, path and type.
name - String name of view.path - String path fo view.type - int type of view.| Method Detail |
|---|
public final java.lang.String getName()
getName in interface ViewView.getName()public final java.lang.String getPath()
getPath in interface ViewView.getPath()public final int getType()
getType in interface ViewView.getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||